Shades of Lilac #CA8ECE
Tints of Lilac #CA8ECE
RGB
CMYK
RGB Variations
Color information
#CA8ECE (or 0xCA8ECE) is known color: Lilac. HEX triplet: CA, 8E and CE. RGB value is (202,142,206). Sum of RGB (Red+Green+Blue) = 202+142+206=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ECE is #357131. Grayscale: #A7A7A7. Windows color (decimal): -3502386 or 13536970. OLE color: 13536970.
HSL color Cylindrical-coordinate representation of color #CA8ECE: hue angle of 296.25º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8ECE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 142 | 206 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.19 |
| HSL | 296.25º | 0.4% | 0.68% | - |
| HSV(B) | 296.25º | 0.31% | 0.81% | - |
| XYZ | 45.17 | 36.36 | 63.03 | - |
| YUV | 167.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 206 | 0.02 | 0.31 | 0 | 0.19 | 296.25 | 0.4 | 0.68 |
| Hex | CA | 8E | CE | 2 | 1F | 0 | 13 | 128 | 28 | 44 |
| Octal | 312 | 216 | 316 | 2 | 37 | 0 | 23 | 450 | 50 | 104 |
| Binary | 11001010 | 10001110 | 11001110 | 10 | 11111 | 0 | 10011 | 100101000 | 101000 | 1000100 |
Color Harmonies of #CA8ECE
Complementary color
Monochromatic Colors of #CA8ECE
Black with #CA8ECE
Text Example
Text Example
White with #CA8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8ECE; }
p { color: rgb(202,142,206); }
H1.HeaderClassName
{
color: #CA8ECE;
}
.AnyTagClassName
{
color: #CA8ECE;
}
</style>
background-color css
<style>
a { background-color: #CA8ECE; }
a { background-color: rgb(202,142,206); }
div.DivClassName
{
background-color: #CA8ECE;
}
.BgClassName
{
background-color: #CA8ECE;
}
</style>
border-color css
<style>
span { border-color: #CA8ECE; }
span { border-color: rgb(202,142,206); }
td.TdClassName
{
border-color: #CA8ECE;
}
.TagClassName
{
border-color: #CA8ECE;
}
</style>