Shades of Lilac #CA87C2
Tints of Lilac #CA87C2
RGB
CMYK
RGB Variations
Color information
#CA87C2 (or 0xCA87C2) is known color: Lilac. HEX triplet: CA, 87 and C2. RGB value is (202,135,194). Sum of RGB (Red+Green+Blue) = 202+135+194=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87C2 is #35783D. Grayscale: #A1A1A1. Windows color (decimal): -3504190 or 12748746. OLE color: 12748746.
HSL color Cylindrical-coordinate representation of color #CA87C2: hue angle of 307.16º 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 #CA87C2 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 194 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.21 |
| HSL | 307.16º | 0.39% | 0.66% | - |
| HSV(B) | 307.16º | 0.33% | 0.79% | - |
| XYZ | 42.76 | 33.78 | 55.31 | - |
| YUV | 161.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 194 | 0 | 0.33 | 0.04 | 0.21 | 307.16 | 0.39 | 0.66 |
| Hex | CA | 87 | C2 | 0 | 21 | 4 | 15 | 133 | 27 | 42 |
| Octal | 312 | 207 | 302 | 0 | 41 | 4 | 25 | 463 | 47 | 102 |
| Binary | 11001010 | 10000111 | 11000010 | 0 | 100001 | 100 | 10101 | 100110011 | 100111 | 1000010 |
Color Harmonies of #CA87C2
Complementary color
Monochromatic Colors of #CA87C2
Black with #CA87C2
Text Example
Text Example
White with #CA87C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87C2; }
p { color: rgb(202,135,194); }
H1.HeaderClassName
{
color: #CA87C2;
}
.AnyTagClassName
{
color: #CA87C2;
}
</style>
background-color css
<style>
a { background-color: #CA87C2; }
a { background-color: rgb(202,135,194); }
div.DivClassName
{
background-color: #CA87C2;
}
.BgClassName
{
background-color: #CA87C2;
}
</style>
border-color css
<style>
span { border-color: #CA87C2; }
span { border-color: rgb(202,135,194); }
td.TdClassName
{
border-color: #CA87C2;
}
.TagClassName
{
border-color: #CA87C2;
}
</style>