Shades of Lilac #CA9ECF
Tints of Lilac #CA9ECF
RGB
CMYK
RGB Variations
Color information
#CA9ECF (or 0xCA9ECF) is known color: Lilac. HEX triplet: CA, 9E and CF. RGB value is (202,158,207). Sum of RGB (Red+Green+Blue) = 202+158+207=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ECF is #356130. Grayscale: #B0B0B0. Windows color (decimal): -3498289 or 13606602. OLE color: 13606602.
HSL color Cylindrical-coordinate representation of color #CA9ECF: hue angle of 293.88º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9ECF is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 158 | 207 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.19 |
| HSL | 293.88º | 0.34% | 0.72% | - |
| HSV(B) | 293.88º | 0.24% | 0.81% | - |
| XYZ | 47.85 | 41.52 | 64.52 | - |
| YUV | 176.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 207 | 0.02 | 0.24 | 0 | 0.19 | 293.88 | 0.34 | 0.72 |
| Hex | CA | 9E | CF | 2 | 18 | 0 | 13 | 126 | 22 | 48 |
| Octal | 312 | 236 | 317 | 2 | 30 | 0 | 23 | 446 | 42 | 110 |
| Binary | 11001010 | 10011110 | 11001111 | 10 | 11000 | 0 | 10011 | 100100110 | 100010 | 1001000 |
Color Harmonies of #CA9ECF
Complementary color
Monochromatic Colors of #CA9ECF
Black with #CA9ECF
Text Example
Text Example
White with #CA9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9ECF; }
p { color: rgb(202,158,207); }
H1.HeaderClassName
{
color: #CA9ECF;
}
.AnyTagClassName
{
color: #CA9ECF;
}
</style>
background-color css
<style>
a { background-color: #CA9ECF; }
a { background-color: rgb(202,158,207); }
div.DivClassName
{
background-color: #CA9ECF;
}
.BgClassName
{
background-color: #CA9ECF;
}
</style>
border-color css
<style>
span { border-color: #CA9ECF; }
span { border-color: rgb(202,158,207); }
td.TdClassName
{
border-color: #CA9ECF;
}
.TagClassName
{
border-color: #CA9ECF;
}
</style>