Shades of Lilac #CB85BE
Tints of Lilac #CB85BE
RGB
CMYK
RGB Variations
Color information
#CB85BE (or 0xCB85BE) is known color: Lilac. HEX triplet: CB, 85 and BE. RGB value is (203,133,190). Sum of RGB (Red+Green+Blue) = 203+133+190=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85BE is #347A41. Grayscale: #A0A0A0. Windows color (decimal): -3439170 or 12486091. OLE color: 12486091.
HSL color Cylindrical-coordinate representation of color #CB85BE: hue angle of 311.14º 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 #CB85BE is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 190 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.20 |
| HSL | 311.14º | 0.4% | 0.66% | - |
| HSV(B) | 311.14º | 0.34% | 0.8% | - |
| XYZ | 42.31 | 33.19 | 52.89 | - |
| YUV | 160.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 190 | 0 | 0.34 | 0.06 | 0.20 | 311.14 | 0.4 | 0.66 |
| Hex | CB | 85 | BE | 0 | 22 | 6 | 14 | 137 | 28 | 42 |
| Octal | 313 | 205 | 276 | 0 | 42 | 6 | 24 | 467 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10111110 | 0 | 100010 | 110 | 10100 | 100110111 | 101000 | 1000010 |
Color Harmonies of #CB85BE
Complementary color
Monochromatic Colors of #CB85BE
Black with #CB85BE
Text Example
Text Example
White with #CB85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85BE; }
p { color: rgb(203,133,190); }
H1.HeaderClassName
{
color: #CB85BE;
}
.AnyTagClassName
{
color: #CB85BE;
}
</style>
background-color css
<style>
a { background-color: #CB85BE; }
a { background-color: rgb(203,133,190); }
div.DivClassName
{
background-color: #CB85BE;
}
.BgClassName
{
background-color: #CB85BE;
}
</style>
border-color css
<style>
span { border-color: #CB85BE; }
span { border-color: rgb(203,133,190); }
td.TdClassName
{
border-color: #CB85BE;
}
.TagClassName
{
border-color: #CB85BE;
}
</style>