സൗജന്യ ഓൺലൈൻ കളർ കൺവെർട്ടർ
ഡിസൈനിനും വികസനത്തിനും പലപ്പോഴും വ്യത്യസ്ത ഫോർമാറ്റുകളിൽ ഒരേ നിറം ആവശ്യമാണ് - CSS-ന് HEX, ക്യാൻവാസിന് RGB, ആധുനിക പെർസെപ്ച്വൽ പാലറ്റുകൾക്ക് OKLCH, LCH, പ്രിൻ്റിന് CMYK. Dokall എല്ലാ പ്രധാന വർണ്ണ ഇടങ്ങൾക്കിടയിൽ തൽക്ഷണം പരിവർത്തനം ചെയ്യുന്നു.
ദൃശ്യപരമായി ഒരു നിറം തിരഞ്ഞെടുക്കുക അല്ലെങ്കിൽ പിന്തുണയ്ക്കുന്ന ഏതെങ്കിലും ഫോർമാറ്റ് ഒട്ടിക്കുക. ഒറ്റ ക്ലിക്ക് കോപ്പി ഉപയോഗിച്ച് എല്ലാ ഫീൽഡുകളും തത്സമയം അപ്ഡേറ്റ് ചെയ്യുന്നു. എല്ലാ പരിവർത്തനങ്ങളും നിങ്ങളുടെ ബ്രൗസറിൽ പ്രാദേശികമായി പ്രവർത്തിക്കുന്നു.
Frequently Asked Questions
Which color formats are supported?
Convert between HEX, RGB, HSL, HSV, CMYK, HWB, LCH, OKLCH, LAB, XYZ, and CSS named colors. Enter a value in any format and all others update in real time.
What is OKLCH?
OKLCH is a perceptually uniform color space - equal numerical changes produce equal perceived color shifts. It is becoming the preferred format for modern CSS color palettes because it produces predictable lightness and saturation adjustments.
HEX vs RGB - when to use which?
HEX (#FF5733) is compact and standard in CSS, design tools, and documentation. RGB (rgb(255, 87, 51)) is intuitive when you need to adjust individual channels or apply alpha transparency (rgba). Both represent the same color.
Why do CMYK values differ from screen colors?
CMYK is a subtractive color model for print (Cyan, Magenta, Yellow, Key/black). Screens use additive RGB. Not all screen colors can be accurately printed, and CMYK conversion is approximate. Use CMYK values as a starting point and calibrate with a printed proof.
Can I pick a color visually?
Yes. Use the color picker to select a color visually. All format fields update instantly. Copy any format value with one click.