Shades of Lilac #CB87CE
Tints of Lilac #CB87CE
RGB
CMYK
RGB Variations
Color information
#CB87CE (or 0xCB87CE) is known color: Lilac. HEX triplet: CB, 87 and CE. RGB value is (203,135,206). Sum of RGB (Red+Green+Blue) = 203+135+206=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB87CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87CE is #347831. Grayscale: #A3A3A3. Windows color (decimal): -3438642 or 13535179. OLE color: 13535179.
HSL color Cylindrical-coordinate representation of color #CB87CE: hue angle of 297.46º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB87CE is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 135 | 206 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.19 |
| HSL | 297.46º | 0.42% | 0.67% | - |
| HSV(B) | 297.46º | 0.34% | 0.81% | - |
| XYZ | 44.43 | 34.48 | 62.71 | - |
| YUV | 163.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 206 | 0.01 | 0.34 | 0 | 0.19 | 297.46 | 0.42 | 0.67 |
| Hex | CB | 87 | CE | 1 | 22 | 0 | 13 | 129 | 2A | 43 |
| Octal | 313 | 207 | 316 | 1 | 42 | 0 | 23 | 451 | 52 | 103 |
| Binary | 11001011 | 10000111 | 11001110 | 1 | 100010 | 0 | 10011 | 100101001 | 101010 | 1000011 |
Color Harmonies of #CB87CE
Complementary color
Monochromatic Colors of #CB87CE
Black with #CB87CE
Text Example
Text Example
White with #CB87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87CE; }
p { color: rgb(203,135,206); }
H1.HeaderClassName
{
color: #CB87CE;
}
.AnyTagClassName
{
color: #CB87CE;
}
</style>
background-color css
<style>
a { background-color: #CB87CE; }
a { background-color: rgb(203,135,206); }
div.DivClassName
{
background-color: #CB87CE;
}
.BgClassName
{
background-color: #CB87CE;
}
</style>
border-color css
<style>
span { border-color: #CB87CE; }
span { border-color: rgb(203,135,206); }
td.TdClassName
{
border-color: #CB87CE;
}
.TagClassName
{
border-color: #CB87CE;
}
</style>