Shades of Lilac #CA87C0
Tints of Lilac #CA87C0
RGB
CMYK
RGB Variations
Color information
#CA87C0 (or 0xCA87C0) is known color: Lilac. HEX triplet: CA, 87 and C0. RGB value is (202,135,192). Sum of RGB (Red+Green+Blue) = 202+135+192=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87C0 is #35783F. Grayscale: #A1A1A1. Windows color (decimal): -3504192 or 12617674. OLE color: 12617674.
HSL color Cylindrical-coordinate representation of color #CA87C0: hue angle of 308.96º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA87C0 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 192 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.21 |
| HSL | 308.96º | 0.39% | 0.66% | - |
| HSV(B) | 308.96º | 0.33% | 0.79% | - |
| XYZ | 42.54 | 33.69 | 54.13 | - |
| YUV | 161.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 192 | 0 | 0.33 | 0.05 | 0.21 | 308.96 | 0.39 | 0.66 |
| Hex | CA | 87 | C0 | 0 | 21 | 5 | 15 | 135 | 27 | 42 |
| Octal | 312 | 207 | 300 | 0 | 41 | 5 | 25 | 465 | 47 | 102 |
| Binary | 11001010 | 10000111 | 11000000 | 0 | 100001 | 101 | 10101 | 100110101 | 100111 | 1000010 |
Color Harmonies of #CA87C0
Complementary color
Monochromatic Colors of #CA87C0
Black with #CA87C0
Text Example
Text Example
White with #CA87C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87C0; }
p { color: rgb(202,135,192); }
H1.HeaderClassName
{
color: #CA87C0;
}
.AnyTagClassName
{
color: #CA87C0;
}
</style>
background-color css
<style>
a { background-color: #CA87C0; }
a { background-color: rgb(202,135,192); }
div.DivClassName
{
background-color: #CA87C0;
}
.BgClassName
{
background-color: #CA87C0;
}
</style>
border-color css
<style>
span { border-color: #CA87C0; }
span { border-color: rgb(202,135,192); }
td.TdClassName
{
border-color: #CA87C0;
}
.TagClassName
{
border-color: #CA87C0;
}
</style>