Shades of Lilac #CB86CB
Tints of Lilac #CB86CB
RGB
CMYK
RGB Variations
Color information
#CB86CB (or 0xCB86CB) is known color: Lilac. HEX triplet: CB, 86 and CB. RGB value is (203,134,203). Sum of RGB (Red+Green+Blue) = 203+134+203=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86CB is #347934. Grayscale: #A2A2A2. Windows color (decimal): -3438901 or 13338315. OLE color: 13338315.
HSL color Cylindrical-coordinate representation of color #CB86CB: hue angle of 300º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB86CB is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 203 | - |
| CMYK | 0 | 0.34 | 0 | 0.20 |
| HSL | 300º | 0.4% | 0.66% | - |
| HSV(B) | 300º | 0.34% | 0.8% | - |
| XYZ | 43.93 | 34.06 | 60.76 | - |
| YUV | 162.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 203 | 0 | 0.34 | 0 | 0.20 | 300 | 0.4 | 0.66 |
| Hex | CB | 86 | CB | 0 | 22 | 0 | 14 | 12C | 28 | 42 |
| Octal | 313 | 206 | 313 | 0 | 42 | 0 | 24 | 454 | 50 | 102 |
| Binary | 11001011 | 10000110 | 11001011 | 0 | 100010 | 0 | 10100 | 100101100 | 101000 | 1000010 |
Color Harmonies of #CB86CB
Complementary color
Monochromatic Colors of #CB86CB
Black with #CB86CB
Text Example
Text Example
White with #CB86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86CB; }
p { color: rgb(203,134,203); }
H1.HeaderClassName
{
color: #CB86CB;
}
.AnyTagClassName
{
color: #CB86CB;
}
</style>
background-color css
<style>
a { background-color: #CB86CB; }
a { background-color: rgb(203,134,203); }
div.DivClassName
{
background-color: #CB86CB;
}
.BgClassName
{
background-color: #CB86CB;
}
</style>
border-color css
<style>
span { border-color: #CB86CB; }
span { border-color: rgb(203,134,203); }
td.TdClassName
{
border-color: #CB86CB;
}
.TagClassName
{
border-color: #CB86CB;
}
</style>