Shades of Lilac #CB96C9
Tints of Lilac #CB96C9
RGB
CMYK
RGB Variations
Color information
#CB96C9 (or 0xCB96C9) is known color: Lilac. HEX triplet: CB, 96 and C9. RGB value is (203,150,201). Sum of RGB (Red+Green+Blue) = 203+150+201=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96C9 is #346936. Grayscale: #ABABAB. Windows color (decimal): -3434807 or 13211339. OLE color: 13211339.
HSL color Cylindrical-coordinate representation of color #CB96C9: hue angle of 302.26º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB96C9 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 201 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.20 |
| HSL | 302.26º | 0.34% | 0.69% | - |
| HSV(B) | 302.26º | 0.26% | 0.8% | - |
| XYZ | 46.08 | 38.73 | 60.3 | - |
| YUV | 171.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 201 | 0 | 0.26 | 0.01 | 0.20 | 302.26 | 0.34 | 0.69 |
| Hex | CB | 96 | C9 | 0 | 1A | 1 | 14 | 12E | 22 | 45 |
| Octal | 313 | 226 | 311 | 0 | 32 | 1 | 24 | 456 | 42 | 105 |
| Binary | 11001011 | 10010110 | 11001001 | 0 | 11010 | 1 | 10100 | 100101110 | 100010 | 1000101 |
Color Harmonies of #CB96C9
Complementary color
Monochromatic Colors of #CB96C9
Black with #CB96C9
Text Example
Text Example
White with #CB96C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96C9; }
p { color: rgb(203,150,201); }
H1.HeaderClassName
{
color: #CB96C9;
}
.AnyTagClassName
{
color: #CB96C9;
}
</style>
background-color css
<style>
a { background-color: #CB96C9; }
a { background-color: rgb(203,150,201); }
div.DivClassName
{
background-color: #CB96C9;
}
.BgClassName
{
background-color: #CB96C9;
}
</style>
border-color css
<style>
span { border-color: #CB96C9; }
span { border-color: rgb(203,150,201); }
td.TdClassName
{
border-color: #CB96C9;
}
.TagClassName
{
border-color: #CB96C9;
}
</style>