Shades of Lilac #CA87D3
Tints of Lilac #CA87D3
RGB
CMYK
RGB Variations
Color information
#CA87D3 (or 0xCA87D3) is known color: Lilac. HEX triplet: CA, 87 and D3. RGB value is (202,135,211). Sum of RGB (Red+Green+Blue) = 202+135+211=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87D3 is #35782C. Grayscale: #A3A3A3. Windows color (decimal): -3504173 or 13862858. OLE color: 13862858.
HSL color Cylindrical-coordinate representation of color #CA87D3: hue angle of 292.89º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA87D3 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 135 | 211 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.17 |
| HSL | 292.89º | 0.46% | 0.68% | - |
| HSV(B) | 292.89º | 0.36% | 0.83% | - |
| XYZ | 44.78 | 34.59 | 65.94 | - |
| YUV | 163.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 211 | 0.04 | 0.36 | 0 | 0.17 | 292.89 | 0.46 | 0.68 |
| Hex | CA | 87 | D3 | 4 | 24 | 0 | 11 | 125 | 2E | 44 |
| Octal | 312 | 207 | 323 | 4 | 44 | 0 | 21 | 445 | 56 | 104 |
| Binary | 11001010 | 10000111 | 11010011 | 100 | 100100 | 0 | 10001 | 100100101 | 101110 | 1000100 |
Color Harmonies of #CA87D3
Complementary color
Monochromatic Colors of #CA87D3
Black with #CA87D3
Text Example
Text Example
White with #CA87D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87D3; }
p { color: rgb(202,135,211); }
H1.HeaderClassName
{
color: #CA87D3;
}
.AnyTagClassName
{
color: #CA87D3;
}
</style>
background-color css
<style>
a { background-color: #CA87D3; }
a { background-color: rgb(202,135,211); }
div.DivClassName
{
background-color: #CA87D3;
}
.BgClassName
{
background-color: #CA87D3;
}
</style>
border-color css
<style>
span { border-color: #CA87D3; }
span { border-color: rgb(202,135,211); }
td.TdClassName
{
border-color: #CA87D3;
}
.TagClassName
{
border-color: #CA87D3;
}
</style>