Shades of Lilac #CA9DCF
Tints of Lilac #CA9DCF
RGB
CMYK
RGB Variations
Color information
#CA9DCF (or 0xCA9DCF) is known color: Lilac. HEX triplet: CA, 9D and CF. RGB value is (202,157,207). Sum of RGB (Red+Green+Blue) = 202+157+207=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DCF is #356230. Grayscale: #B0B0B0. Windows color (decimal): -3498545 or 13606346. OLE color: 13606346.
HSL color Cylindrical-coordinate representation of color #CA9DCF: hue angle of 294º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9DCF is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 157 | 207 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.19 |
| HSL | 294º | 0.34% | 0.71% | - |
| HSV(B) | 294º | 0.24% | 0.81% | - |
| XYZ | 47.68 | 41.18 | 64.47 | - |
| YUV | 176.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 207 | 0.02 | 0.24 | 0 | 0.19 | 294 | 0.34 | 0.71 |
| Hex | CA | 9D | CF | 2 | 18 | 0 | 13 | 126 | 22 | 47 |
| Octal | 312 | 235 | 317 | 2 | 30 | 0 | 23 | 446 | 42 | 107 |
| Binary | 11001010 | 10011101 | 11001111 | 10 | 11000 | 0 | 10011 | 100100110 | 100010 | 1000111 |
Color Harmonies of #CA9DCF
Complementary color
Monochromatic Colors of #CA9DCF
Black with #CA9DCF
Text Example
Text Example
White with #CA9DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DCF; }
p { color: rgb(202,157,207); }
H1.HeaderClassName
{
color: #CA9DCF;
}
.AnyTagClassName
{
color: #CA9DCF;
}
</style>
background-color css
<style>
a { background-color: #CA9DCF; }
a { background-color: rgb(202,157,207); }
div.DivClassName
{
background-color: #CA9DCF;
}
.BgClassName
{
background-color: #CA9DCF;
}
</style>
border-color css
<style>
span { border-color: #CA9DCF; }
span { border-color: rgb(202,157,207); }
td.TdClassName
{
border-color: #CA9DCF;
}
.TagClassName
{
border-color: #CA9DCF;
}
</style>