Shades of Lilac #CA9ECE
Tints of Lilac #CA9ECE
RGB
CMYK
RGB Variations
Color information
#CA9ECE (or 0xCA9ECE) is known color: Lilac. HEX triplet: CA, 9E and CE. RGB value is (202,158,206). Sum of RGB (Red+Green+Blue) = 202+158+206=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ECE is #356131. Grayscale: #B0B0B0. Windows color (decimal): -3498290 or 13541066. OLE color: 13541066.
HSL color Cylindrical-coordinate representation of color #CA9ECE: hue angle of 295º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9ECE is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 158 | 206 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.19 |
| HSL | 295º | 0.33% | 0.71% | - |
| HSV(B) | 295º | 0.23% | 0.81% | - |
| XYZ | 47.72 | 41.47 | 63.88 | - |
| YUV | 176.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 206 | 0.02 | 0.23 | 0 | 0.19 | 295 | 0.33 | 0.71 |
| Hex | CA | 9E | CE | 2 | 17 | 0 | 13 | 127 | 21 | 47 |
| Octal | 312 | 236 | 316 | 2 | 27 | 0 | 23 | 447 | 41 | 107 |
| Binary | 11001010 | 10011110 | 11001110 | 10 | 10111 | 0 | 10011 | 100100111 | 100001 | 1000111 |
Color Harmonies of #CA9ECE
Complementary color
Monochromatic Colors of #CA9ECE
Black with #CA9ECE
Text Example
Text Example
White with #CA9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9ECE; }
p { color: rgb(202,158,206); }
H1.HeaderClassName
{
color: #CA9ECE;
}
.AnyTagClassName
{
color: #CA9ECE;
}
</style>
background-color css
<style>
a { background-color: #CA9ECE; }
a { background-color: rgb(202,158,206); }
div.DivClassName
{
background-color: #CA9ECE;
}
.BgClassName
{
background-color: #CA9ECE;
}
</style>
border-color css
<style>
span { border-color: #CA9ECE; }
span { border-color: rgb(202,158,206); }
td.TdClassName
{
border-color: #CA9ECE;
}
.TagClassName
{
border-color: #CA9ECE;
}
</style>