Shades of Lilac #CB86C3
Tints of Lilac #CB86C3
RGB
CMYK
RGB Variations
Color information
#CB86C3 (or 0xCB86C3) is known color: Lilac. HEX triplet: CB, 86 and C3. RGB value is (203,134,195). Sum of RGB (Red+Green+Blue) = 203+134+195=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86C3 is #34793C. Grayscale: #A1A1A1. Windows color (decimal): -3438909 or 12814027. OLE color: 12814027.
HSL color Cylindrical-coordinate representation of color #CB86C3: hue angle of 306.96º 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 #CB86C3 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 195 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.20 |
| HSL | 306.96º | 0.4% | 0.66% | - |
| HSV(B) | 306.96º | 0.34% | 0.8% | - |
| XYZ | 43 | 33.69 | 55.87 | - |
| YUV | 161.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 195 | 0 | 0.34 | 0.04 | 0.20 | 306.96 | 0.4 | 0.66 |
| Hex | CB | 86 | C3 | 0 | 22 | 4 | 14 | 133 | 28 | 42 |
| Octal | 313 | 206 | 303 | 0 | 42 | 4 | 24 | 463 | 50 | 102 |
| Binary | 11001011 | 10000110 | 11000011 | 0 | 100010 | 100 | 10100 | 100110011 | 101000 | 1000010 |
Color Harmonies of #CB86C3
Complementary color
Monochromatic Colors of #CB86C3
Black with #CB86C3
Text Example
Text Example
White with #CB86C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86C3; }
p { color: rgb(203,134,195); }
H1.HeaderClassName
{
color: #CB86C3;
}
.AnyTagClassName
{
color: #CB86C3;
}
</style>
background-color css
<style>
a { background-color: #CB86C3; }
a { background-color: rgb(203,134,195); }
div.DivClassName
{
background-color: #CB86C3;
}
.BgClassName
{
background-color: #CB86C3;
}
</style>
border-color css
<style>
span { border-color: #CB86C3; }
span { border-color: rgb(203,134,195); }
td.TdClassName
{
border-color: #CB86C3;
}
.TagClassName
{
border-color: #CB86C3;
}
</style>