Shades of Lilac #CA8EC1
Tints of Lilac #CA8EC1
RGB
CMYK
RGB Variations
Color information
#CA8EC1 (or 0xCA8EC1) is known color: Lilac. HEX triplet: CA, 8E and C1. RGB value is (202,142,193). Sum of RGB (Red+Green+Blue) = 202+142+193=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EC1 is #35713E. Grayscale: #A5A5A5. Windows color (decimal): -3502399 or 12685002. OLE color: 12685002.
HSL color Cylindrical-coordinate representation of color #CA8EC1: hue angle of 309º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8EC1 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 142 | 193 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.21 |
| HSL | 309º | 0.36% | 0.67% | - |
| HSV(B) | 309º | 0.3% | 0.79% | - |
| XYZ | 43.66 | 35.75 | 55.05 | - |
| YUV | 165.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 193 | 0 | 0.30 | 0.04 | 0.21 | 309 | 0.36 | 0.67 |
| Hex | CA | 8E | C1 | 0 | 1E | 4 | 15 | 135 | 24 | 43 |
| Octal | 312 | 216 | 301 | 0 | 36 | 4 | 25 | 465 | 44 | 103 |
| Binary | 11001010 | 10001110 | 11000001 | 0 | 11110 | 100 | 10101 | 100110101 | 100100 | 1000011 |
Color Harmonies of #CA8EC1
Complementary color
Monochromatic Colors of #CA8EC1
Black with #CA8EC1
Text Example
Text Example
White with #CA8EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8EC1; }
p { color: rgb(202,142,193); }
H1.HeaderClassName
{
color: #CA8EC1;
}
.AnyTagClassName
{
color: #CA8EC1;
}
</style>
background-color css
<style>
a { background-color: #CA8EC1; }
a { background-color: rgb(202,142,193); }
div.DivClassName
{
background-color: #CA8EC1;
}
.BgClassName
{
background-color: #CA8EC1;
}
</style>
border-color css
<style>
span { border-color: #CA8EC1; }
span { border-color: rgb(202,142,193); }
td.TdClassName
{
border-color: #CA8EC1;
}
.TagClassName
{
border-color: #CA8EC1;
}
</style>