Shades of Lilac #CA8ECC
Tints of Lilac #CA8ECC
RGB
CMYK
RGB Variations
Color information
#CA8ECC (or 0xCA8ECC) is known color: Lilac. HEX triplet: CA, 8E and CC. RGB value is (202,142,204). Sum of RGB (Red+Green+Blue) = 202+142+204=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ECC is #357133. Grayscale: #A6A6A6. Windows color (decimal): -3502388 or 13405898. OLE color: 13405898.
HSL color Cylindrical-coordinate representation of color #CA8ECC: hue angle of 298.06º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8ECC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 142 | 204 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.2 |
| HSL | 298.06º | 0.38% | 0.68% | - |
| HSV(B) | 298.06º | 0.3% | 0.8% | - |
| XYZ | 44.93 | 36.26 | 61.76 | - |
| YUV | 167.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 204 | 0.01 | 0.30 | 0 | 0.2 | 298.06 | 0.38 | 0.68 |
| Hex | CA | 8E | CC | 1 | 1E | 0 | 14 | 12A | 26 | 44 |
| Octal | 312 | 216 | 314 | 1 | 36 | 0 | 24 | 452 | 46 | 104 |
| Binary | 11001010 | 10001110 | 11001100 | 1 | 11110 | 0 | 10100 | 100101010 | 100110 | 1000100 |
Color Harmonies of #CA8ECC
Complementary color
Monochromatic Colors of #CA8ECC
Black with #CA8ECC
Text Example
Text Example
White with #CA8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8ECC; }
p { color: rgb(202,142,204); }
H1.HeaderClassName
{
color: #CA8ECC;
}
.AnyTagClassName
{
color: #CA8ECC;
}
</style>
background-color css
<style>
a { background-color: #CA8ECC; }
a { background-color: rgb(202,142,204); }
div.DivClassName
{
background-color: #CA8ECC;
}
.BgClassName
{
background-color: #CA8ECC;
}
</style>
border-color css
<style>
span { border-color: #CA8ECC; }
span { border-color: rgb(202,142,204); }
td.TdClassName
{
border-color: #CA8ECC;
}
.TagClassName
{
border-color: #CA8ECC;
}
</style>