Shades of Lilac #CA87C4
Tints of Lilac #CA87C4
RGB
CMYK
RGB Variations
Color information
#CA87C4 (or 0xCA87C4) is known color: Lilac. HEX triplet: CA, 87 and C4. RGB value is (202,135,196). Sum of RGB (Red+Green+Blue) = 202+135+196=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87C4 is #35783B. Grayscale: #A1A1A1. Windows color (decimal): -3504188 or 12879818. OLE color: 12879818.
HSL color Cylindrical-coordinate representation of color #CA87C4: hue angle of 305.37º 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 #CA87C4 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 196 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.21 |
| HSL | 305.37º | 0.39% | 0.66% | - |
| HSV(B) | 305.37º | 0.33% | 0.79% | - |
| XYZ | 42.98 | 33.87 | 56.5 | - |
| YUV | 161.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 196 | 0 | 0.33 | 0.03 | 0.21 | 305.37 | 0.39 | 0.66 |
| Hex | CA | 87 | C4 | 0 | 21 | 3 | 15 | 131 | 27 | 42 |
| Octal | 312 | 207 | 304 | 0 | 41 | 3 | 25 | 461 | 47 | 102 |
| Binary | 11001010 | 10000111 | 11000100 | 0 | 100001 | 11 | 10101 | 100110001 | 100111 | 1000010 |
Color Harmonies of #CA87C4
Complementary color
Monochromatic Colors of #CA87C4
Black with #CA87C4
Text Example
Text Example
White with #CA87C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87C4; }
p { color: rgb(202,135,196); }
H1.HeaderClassName
{
color: #CA87C4;
}
.AnyTagClassName
{
color: #CA87C4;
}
</style>
background-color css
<style>
a { background-color: #CA87C4; }
a { background-color: rgb(202,135,196); }
div.DivClassName
{
background-color: #CA87C4;
}
.BgClassName
{
background-color: #CA87C4;
}
</style>
border-color css
<style>
span { border-color: #CA87C4; }
span { border-color: rgb(202,135,196); }
td.TdClassName
{
border-color: #CA87C4;
}
.TagClassName
{
border-color: #CA87C4;
}
</style>