Shades of Lilac #CB96C5
Tints of Lilac #CB96C5
RGB
CMYK
RGB Variations
Color information
#CB96C5 (or 0xCB96C5) is known color: Lilac. HEX triplet: CB, 96 and C5. RGB value is (203,150,197). Sum of RGB (Red+Green+Blue) = 203+150+197=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96C5 is #34693A. Grayscale: #ABABAB. Windows color (decimal): -3434811 or 12949195. OLE color: 12949195.
HSL color Cylindrical-coordinate representation of color #CB96C5: hue angle of 306.79º 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 #CB96C5 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 197 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.20 |
| HSL | 306.79º | 0.34% | 0.69% | - |
| HSV(B) | 306.79º | 0.26% | 0.8% | - |
| XYZ | 45.61 | 38.54 | 57.86 | - |
| YUV | 171.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 197 | 0 | 0.26 | 0.03 | 0.20 | 306.79 | 0.34 | 0.69 |
| Hex | CB | 96 | C5 | 0 | 1A | 3 | 14 | 133 | 22 | 45 |
| Octal | 313 | 226 | 305 | 0 | 32 | 3 | 24 | 463 | 42 | 105 |
| Binary | 11001011 | 10010110 | 11000101 | 0 | 11010 | 11 | 10100 | 100110011 | 100010 | 1000101 |
Color Harmonies of #CB96C5
Complementary color
Monochromatic Colors of #CB96C5
Black with #CB96C5
Text Example
Text Example
White with #CB96C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96C5; }
p { color: rgb(203,150,197); }
H1.HeaderClassName
{
color: #CB96C5;
}
.AnyTagClassName
{
color: #CB96C5;
}
</style>
background-color css
<style>
a { background-color: #CB96C5; }
a { background-color: rgb(203,150,197); }
div.DivClassName
{
background-color: #CB96C5;
}
.BgClassName
{
background-color: #CB96C5;
}
</style>
border-color css
<style>
span { border-color: #CB96C5; }
span { border-color: rgb(203,150,197); }
td.TdClassName
{
border-color: #CB96C5;
}
.TagClassName
{
border-color: #CB96C5;
}
</style>