Shades of Lilac #CB95CE
Tints of Lilac #CB95CE
RGB
CMYK
RGB Variations
Color information
#CB95CE (or 0xCB95CE) is known color: Lilac. HEX triplet: CB, 95 and CE. RGB value is (203,149,206). Sum of RGB (Red+Green+Blue) = 203+149+206=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95CE is #346A31. Grayscale: #ABABAB. Windows color (decimal): -3435058 or 13538763. OLE color: 13538763.
HSL color Cylindrical-coordinate representation of color #CB95CE: hue angle of 296.84º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB95CE is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 149 | 206 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.19 |
| HSL | 296.84º | 0.37% | 0.7% | - |
| HSV(B) | 296.84º | 0.28% | 0.81% | - |
| XYZ | 46.52 | 38.65 | 63.4 | - |
| YUV | 171.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 206 | 0.01 | 0.28 | 0 | 0.19 | 296.84 | 0.37 | 0.7 |
| Hex | CB | 95 | CE | 1 | 1C | 0 | 13 | 129 | 25 | 46 |
| Octal | 313 | 225 | 316 | 1 | 34 | 0 | 23 | 451 | 45 | 106 |
| Binary | 11001011 | 10010101 | 11001110 | 1 | 11100 | 0 | 10011 | 100101001 | 100101 | 1000110 |
Color Harmonies of #CB95CE
Complementary color
Monochromatic Colors of #CB95CE
Black with #CB95CE
Text Example
Text Example
White with #CB95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB95CE; }
p { color: rgb(203,149,206); }
H1.HeaderClassName
{
color: #CB95CE;
}
.AnyTagClassName
{
color: #CB95CE;
}
</style>
background-color css
<style>
a { background-color: #CB95CE; }
a { background-color: rgb(203,149,206); }
div.DivClassName
{
background-color: #CB95CE;
}
.BgClassName
{
background-color: #CB95CE;
}
</style>
border-color css
<style>
span { border-color: #CB95CE; }
span { border-color: rgb(203,149,206); }
td.TdClassName
{
border-color: #CB95CE;
}
.TagClassName
{
border-color: #CB95CE;
}
</style>