Shades of Lilac #CB85C0
Tints of Lilac #CB85C0
RGB
CMYK
RGB Variations
Color information
#CB85C0 (or 0xCB85C0) is known color: Lilac. HEX triplet: CB, 85 and C0. RGB value is (203,133,192). Sum of RGB (Red+Green+Blue) = 203+133+192=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85C0 is #347A3F. Grayscale: #A0A0A0. Windows color (decimal): -3439168 or 12617163. OLE color: 12617163.
HSL color Cylindrical-coordinate representation of color #CB85C0: hue angle of 309.43º 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 #CB85C0 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 192 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.20 |
| HSL | 309.43º | 0.4% | 0.66% | - |
| HSV(B) | 309.43º | 0.34% | 0.8% | - |
| XYZ | 42.53 | 33.28 | 54.05 | - |
| YUV | 160.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 192 | 0 | 0.34 | 0.05 | 0.20 | 309.43 | 0.4 | 0.66 |
| Hex | CB | 85 | C0 | 0 | 22 | 5 | 14 | 135 | 28 | 42 |
| Octal | 313 | 205 | 300 | 0 | 42 | 5 | 24 | 465 | 50 | 102 |
| Binary | 11001011 | 10000101 | 11000000 | 0 | 100010 | 101 | 10100 | 100110101 | 101000 | 1000010 |
Color Harmonies of #CB85C0
Complementary color
Monochromatic Colors of #CB85C0
Black with #CB85C0
Text Example
Text Example
White with #CB85C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85C0; }
p { color: rgb(203,133,192); }
H1.HeaderClassName
{
color: #CB85C0;
}
.AnyTagClassName
{
color: #CB85C0;
}
</style>
background-color css
<style>
a { background-color: #CB85C0; }
a { background-color: rgb(203,133,192); }
div.DivClassName
{
background-color: #CB85C0;
}
.BgClassName
{
background-color: #CB85C0;
}
</style>
border-color css
<style>
span { border-color: #CB85C0; }
span { border-color: rgb(203,133,192); }
td.TdClassName
{
border-color: #CB85C0;
}
.TagClassName
{
border-color: #CB85C0;
}
</style>