Shades of Lilac #CB95C9
Tints of Lilac #CB95C9
RGB
CMYK
RGB Variations
Color information
#CB95C9 (or 0xCB95C9) is known color: Lilac. HEX triplet: CB, 95 and C9. RGB value is (203,149,201). Sum of RGB (Red+Green+Blue) = 203+149+201=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CB95C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95C9 is #346A36. Grayscale: #AAAAAA. Windows color (decimal): -3435063 or 13211083. OLE color: 13211083.
HSL color Cylindrical-coordinate representation of color #CB95C9: hue angle of 302.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB95C9 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 201 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.20 |
| HSL | 302.22º | 0.34% | 0.69% | - |
| HSV(B) | 302.22º | 0.27% | 0.8% | - |
| XYZ | 45.92 | 38.41 | 60.25 | - |
| YUV | 171.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 201 | 0 | 0.27 | 0.01 | 0.20 | 302.22 | 0.34 | 0.69 |
| Hex | CB | 95 | C9 | 0 | 1B | 1 | 14 | 12E | 22 | 45 |
| Octal | 313 | 225 | 311 | 0 | 33 | 1 | 24 | 456 | 42 | 105 |
| Binary | 11001011 | 10010101 | 11001001 | 0 | 11011 | 1 | 10100 | 100101110 | 100010 | 1000101 |
Color Harmonies of #CB95C9
Complementary color
Monochromatic Colors of #CB95C9
Black with #CB95C9
Text Example
Text Example
White with #CB95C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB95C9; }
p { color: rgb(203,149,201); }
H1.HeaderClassName
{
color: #CB95C9;
}
.AnyTagClassName
{
color: #CB95C9;
}
</style>
background-color css
<style>
a { background-color: #CB95C9; }
a { background-color: rgb(203,149,201); }
div.DivClassName
{
background-color: #CB95C9;
}
.BgClassName
{
background-color: #CB95C9;
}
</style>
border-color css
<style>
span { border-color: #CB95C9; }
span { border-color: rgb(203,149,201); }
td.TdClassName
{
border-color: #CB95C9;
}
.TagClassName
{
border-color: #CB95C9;
}
</style>