Shades of Lilac #CB87C1
Tints of Lilac #CB87C1
RGB
CMYK
RGB Variations
Color information
#CB87C1 (or 0xCB87C1) is known color: Lilac. HEX triplet: CB, 87 and C1. RGB value is (203,135,193). Sum of RGB (Red+Green+Blue) = 203+135+193=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87C1 is #34783E. Grayscale: #A1A1A1. Windows color (decimal): -3438655 or 12683211. OLE color: 12683211.
HSL color Cylindrical-coordinate representation of color #CB87C1: hue angle of 308.82º 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 #CB87C1 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 193 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.20 |
| HSL | 308.82º | 0.4% | 0.66% | - |
| HSV(B) | 308.82º | 0.33% | 0.8% | - |
| XYZ | 42.92 | 33.87 | 54.73 | - |
| YUV | 161.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 193 | 0 | 0.33 | 0.05 | 0.20 | 308.82 | 0.4 | 0.66 |
| Hex | CB | 87 | C1 | 0 | 21 | 5 | 14 | 135 | 28 | 42 |
| Octal | 313 | 207 | 301 | 0 | 41 | 5 | 24 | 465 | 50 | 102 |
| Binary | 11001011 | 10000111 | 11000001 | 0 | 100001 | 101 | 10100 | 100110101 | 101000 | 1000010 |
Color Harmonies of #CB87C1
Complementary color
Monochromatic Colors of #CB87C1
Black with #CB87C1
Text Example
Text Example
White with #CB87C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87C1; }
p { color: rgb(203,135,193); }
H1.HeaderClassName
{
color: #CB87C1;
}
.AnyTagClassName
{
color: #CB87C1;
}
</style>
background-color css
<style>
a { background-color: #CB87C1; }
a { background-color: rgb(203,135,193); }
div.DivClassName
{
background-color: #CB87C1;
}
.BgClassName
{
background-color: #CB87C1;
}
</style>
border-color css
<style>
span { border-color: #CB87C1; }
span { border-color: rgb(203,135,193); }
td.TdClassName
{
border-color: #CB87C1;
}
.TagClassName
{
border-color: #CB87C1;
}
</style>