Shades of Lilac #CB87C5
Tints of Lilac #CB87C5
RGB
CMYK
RGB Variations
Color information
#CB87C5 (or 0xCB87C5) is known color: Lilac. HEX triplet: CB, 87 and C5. RGB value is (203,135,197). Sum of RGB (Red+Green+Blue) = 203+135+197=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87C5 is #34783A. Grayscale: #A2A2A2. Windows color (decimal): -3438651 or 12945355. OLE color: 12945355.
HSL color Cylindrical-coordinate representation of color #CB87C5: hue angle of 305.29º 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 #CB87C5 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 197 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.20 |
| HSL | 305.29º | 0.4% | 0.66% | - |
| HSV(B) | 305.29º | 0.33% | 0.8% | - |
| XYZ | 43.37 | 34.06 | 57.11 | - |
| YUV | 162.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 197 | 0 | 0.33 | 0.03 | 0.20 | 305.29 | 0.4 | 0.66 |
| Hex | CB | 87 | C5 | 0 | 21 | 3 | 14 | 131 | 28 | 42 |
| Octal | 313 | 207 | 305 | 0 | 41 | 3 | 24 | 461 | 50 | 102 |
| Binary | 11001011 | 10000111 | 11000101 | 0 | 100001 | 11 | 10100 | 100110001 | 101000 | 1000010 |
Color Harmonies of #CB87C5
Complementary color
Monochromatic Colors of #CB87C5
Black with #CB87C5
Text Example
Text Example
White with #CB87C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87C5; }
p { color: rgb(203,135,197); }
H1.HeaderClassName
{
color: #CB87C5;
}
.AnyTagClassName
{
color: #CB87C5;
}
</style>
background-color css
<style>
a { background-color: #CB87C5; }
a { background-color: rgb(203,135,197); }
div.DivClassName
{
background-color: #CB87C5;
}
.BgClassName
{
background-color: #CB87C5;
}
</style>
border-color css
<style>
span { border-color: #CB87C5; }
span { border-color: rgb(203,135,197); }
td.TdClassName
{
border-color: #CB87C5;
}
.TagClassName
{
border-color: #CB87C5;
}
</style>