Shades of Lilac #CA87CB
Tints of Lilac #CA87CB
RGB
CMYK
RGB Variations
Color information
#CA87CB (or 0xCA87CB) is known color: Lilac. HEX triplet: CA, 87 and CB. RGB value is (202,135,203). Sum of RGB (Red+Green+Blue) = 202+135+203=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA87CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87CB is #357834. Grayscale: #A2A2A2. Windows color (decimal): -3504181 or 13338570. OLE color: 13338570.
HSL color Cylindrical-coordinate representation of color #CA87CB: hue angle of 299.12º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA87CB is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 135 | 203 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.20 |
| HSL | 299.12º | 0.4% | 0.66% | - |
| HSV(B) | 299.12º | 0.33% | 0.8% | - |
| XYZ | 43.8 | 34.2 | 60.79 | - |
| YUV | 162.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 203 | 0.00 | 0.33 | 0 | 0.20 | 299.12 | 0.4 | 0.66 |
| Hex | CA | 87 | CB | 0 | 21 | 0 | 14 | 12B | 28 | 42 |
| Octal | 312 | 207 | 313 | 0 | 41 | 0 | 24 | 453 | 50 | 102 |
| Binary | 11001010 | 10000111 | 11001011 | 0 | 100001 | 0 | 10100 | 100101011 | 101000 | 1000010 |
Color Harmonies of #CA87CB
Complementary color
Monochromatic Colors of #CA87CB
Black with #CA87CB
Text Example
Text Example
White with #CA87CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87CB; }
p { color: rgb(202,135,203); }
H1.HeaderClassName
{
color: #CA87CB;
}
.AnyTagClassName
{
color: #CA87CB;
}
</style>
background-color css
<style>
a { background-color: #CA87CB; }
a { background-color: rgb(202,135,203); }
div.DivClassName
{
background-color: #CA87CB;
}
.BgClassName
{
background-color: #CA87CB;
}
</style>
border-color css
<style>
span { border-color: #CA87CB; }
span { border-color: rgb(202,135,203); }
td.TdClassName
{
border-color: #CA87CB;
}
.TagClassName
{
border-color: #CA87CB;
}
</style>