Shades of Lilac #CA9ECC
Tints of Lilac #CA9ECC
RGB
CMYK
RGB Variations
Color information
#CA9ECC (or 0xCA9ECC) is known color: Lilac. HEX triplet: CA, 9E and CC. RGB value is (202,158,204). Sum of RGB (Red+Green+Blue) = 202+158+204=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ECC is #356133. Grayscale: #B0B0B0. Windows color (decimal): -3498292 or 13409994. OLE color: 13409994.
HSL color Cylindrical-coordinate representation of color #CA9ECC: hue angle of 297.39º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9ECC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 158 | 204 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.2 |
| HSL | 297.39º | 0.31% | 0.71% | - |
| HSV(B) | 297.39º | 0.23% | 0.8% | - |
| XYZ | 47.48 | 41.37 | 62.61 | - |
| YUV | 176.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 204 | 0.01 | 0.23 | 0 | 0.2 | 297.39 | 0.31 | 0.71 |
| Hex | CA | 9E | CC | 1 | 17 | 0 | 14 | 129 | 1F | 47 |
| Octal | 312 | 236 | 314 | 1 | 27 | 0 | 24 | 451 | 37 | 107 |
| Binary | 11001010 | 10011110 | 11001100 | 1 | 10111 | 0 | 10100 | 100101001 | 11111 | 1000111 |
Color Harmonies of #CA9ECC
Complementary color
Monochromatic Colors of #CA9ECC
Black with #CA9ECC
Text Example
Text Example
White with #CA9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9ECC; }
p { color: rgb(202,158,204); }
H1.HeaderClassName
{
color: #CA9ECC;
}
.AnyTagClassName
{
color: #CA9ECC;
}
</style>
background-color css
<style>
a { background-color: #CA9ECC; }
a { background-color: rgb(202,158,204); }
div.DivClassName
{
background-color: #CA9ECC;
}
.BgClassName
{
background-color: #CA9ECC;
}
</style>
border-color css
<style>
span { border-color: #CA9ECC; }
span { border-color: rgb(202,158,204); }
td.TdClassName
{
border-color: #CA9ECC;
}
.TagClassName
{
border-color: #CA9ECC;
}
</style>