Shades of Lilac #CA8ECB
Tints of Lilac #CA8ECB
RGB
CMYK
RGB Variations
Color information
#CA8ECB (or 0xCA8ECB) is known color: Lilac. HEX triplet: CA, 8E and CB. RGB value is (202,142,203). Sum of RGB (Red+Green+Blue) = 202+142+203=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ECB is #357134. Grayscale: #A6A6A6. Windows color (decimal): -3502389 or 13340362. OLE color: 13340362.
HSL color Cylindrical-coordinate representation of color #CA8ECB: hue angle of 299.02º degrees, saturation: 0.37, 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 #CA8ECB is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 142 | 203 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.20 |
| HSL | 299.02º | 0.37% | 0.68% | - |
| HSV(B) | 299.02º | 0.3% | 0.8% | - |
| XYZ | 44.81 | 36.21 | 61.13 | - |
| YUV | 166.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 203 | 0.00 | 0.30 | 0 | 0.20 | 299.02 | 0.37 | 0.68 |
| Hex | CA | 8E | CB | 0 | 1E | 0 | 14 | 12B | 25 | 44 |
| Octal | 312 | 216 | 313 | 0 | 36 | 0 | 24 | 453 | 45 | 104 |
| Binary | 11001010 | 10001110 | 11001011 | 0 | 11110 | 0 | 10100 | 100101011 | 100101 | 1000100 |
Color Harmonies of #CA8ECB
Complementary color
Monochromatic Colors of #CA8ECB
Black with #CA8ECB
Text Example
Text Example
White with #CA8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8ECB; }
p { color: rgb(202,142,203); }
H1.HeaderClassName
{
color: #CA8ECB;
}
.AnyTagClassName
{
color: #CA8ECB;
}
</style>
background-color css
<style>
a { background-color: #CA8ECB; }
a { background-color: rgb(202,142,203); }
div.DivClassName
{
background-color: #CA8ECB;
}
.BgClassName
{
background-color: #CA8ECB;
}
</style>
border-color css
<style>
span { border-color: #CA8ECB; }
span { border-color: rgb(202,142,203); }
td.TdClassName
{
border-color: #CA8ECB;
}
.TagClassName
{
border-color: #CA8ECB;
}
</style>