Shades of Lilac #CA8FCB
Tints of Lilac #CA8FCB
RGB
CMYK
RGB Variations
Color information
#CA8FCB (or 0xCA8FCB) is known color: Lilac. HEX triplet: CA, 8F and CB. RGB value is (202,143,203). Sum of RGB (Red+Green+Blue) = 202+143+203=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA8FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FCB is #357034. Grayscale: #A7A7A7. Windows color (decimal): -3502133 or 13340618. OLE color: 13340618.
HSL color Cylindrical-coordinate representation of color #CA8FCB: hue angle of 299º 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 #CA8FCB is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 143 | 203 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.20 |
| HSL | 299º | 0.37% | 0.68% | - |
| HSV(B) | 299º | 0.3% | 0.8% | - |
| XYZ | 44.96 | 36.51 | 61.18 | - |
| YUV | 167.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 203 | 0.00 | 0.30 | 0 | 0.20 | 299 | 0.37 | 0.68 |
| Hex | CA | 8F | CB | 0 | 1E | 0 | 14 | 12B | 25 | 44 |
| Octal | 312 | 217 | 313 | 0 | 36 | 0 | 24 | 453 | 45 | 104 |
| Binary | 11001010 | 10001111 | 11001011 | 0 | 11110 | 0 | 10100 | 100101011 | 100101 | 1000100 |
Color Harmonies of #CA8FCB
Complementary color
Monochromatic Colors of #CA8FCB
Black with #CA8FCB
Text Example
Text Example
White with #CA8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FCB; }
p { color: rgb(202,143,203); }
H1.HeaderClassName
{
color: #CA8FCB;
}
.AnyTagClassName
{
color: #CA8FCB;
}
</style>
background-color css
<style>
a { background-color: #CA8FCB; }
a { background-color: rgb(202,143,203); }
div.DivClassName
{
background-color: #CA8FCB;
}
.BgClassName
{
background-color: #CA8FCB;
}
</style>
border-color css
<style>
span { border-color: #CA8FCB; }
span { border-color: rgb(202,143,203); }
td.TdClassName
{
border-color: #CA8FCB;
}
.TagClassName
{
border-color: #CA8FCB;
}
</style>