Shades of Lilac #CA8EC6
Tints of Lilac #CA8EC6
RGB
CMYK
RGB Variations
Color information
#CA8EC6 (or 0xCA8EC6) is known color: Lilac. HEX triplet: CA, 8E and C6. RGB value is (202,142,198). Sum of RGB (Red+Green+Blue) = 202+142+198=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EC6 is #357139. Grayscale: #A6A6A6. Windows color (decimal): -3502394 or 13012682. OLE color: 13012682.
HSL color Cylindrical-coordinate representation of color #CA8EC6: hue angle of 304º 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 #CA8EC6 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 142 | 198 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.21 |
| HSL | 304º | 0.36% | 0.67% | - |
| HSV(B) | 304º | 0.3% | 0.79% | - |
| XYZ | 44.22 | 35.98 | 58.04 | - |
| YUV | 166.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 198 | 0 | 0.30 | 0.02 | 0.21 | 304 | 0.36 | 0.67 |
| Hex | CA | 8E | C6 | 0 | 1E | 2 | 15 | 130 | 24 | 43 |
| Octal | 312 | 216 | 306 | 0 | 36 | 2 | 25 | 460 | 44 | 103 |
| Binary | 11001010 | 10001110 | 11000110 | 0 | 11110 | 10 | 10101 | 100110000 | 100100 | 1000011 |
Color Harmonies of #CA8EC6
Complementary color
Monochromatic Colors of #CA8EC6
Black with #CA8EC6
Text Example
Text Example
White with #CA8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8EC6; }
p { color: rgb(202,142,198); }
H1.HeaderClassName
{
color: #CA8EC6;
}
.AnyTagClassName
{
color: #CA8EC6;
}
</style>
background-color css
<style>
a { background-color: #CA8EC6; }
a { background-color: rgb(202,142,198); }
div.DivClassName
{
background-color: #CA8EC6;
}
.BgClassName
{
background-color: #CA8EC6;
}
</style>
border-color css
<style>
span { border-color: #CA8EC6; }
span { border-color: rgb(202,142,198); }
td.TdClassName
{
border-color: #CA8EC6;
}
.TagClassName
{
border-color: #CA8EC6;
}
</style>