Shades of Lilac #CB96C2
Tints of Lilac #CB96C2
RGB
CMYK
RGB Variations
Color information
#CB96C2 (or 0xCB96C2) is known color: Lilac. HEX triplet: CB, 96 and C2. RGB value is (203,150,194). Sum of RGB (Red+Green+Blue) = 203+150+194=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96C2 is #34693D. Grayscale: #AAAAAA. Windows color (decimal): -3434814 or 12752587. OLE color: 12752587.
HSL color Cylindrical-coordinate representation of color #CB96C2: hue angle of 310.19º 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 #CB96C2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 194 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.20 |
| HSL | 310.19º | 0.34% | 0.69% | - |
| HSV(B) | 310.19º | 0.26% | 0.8% | - |
| XYZ | 45.27 | 38.4 | 56.07 | - |
| YUV | 170.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 194 | 0 | 0.26 | 0.04 | 0.20 | 310.19 | 0.34 | 0.69 |
| Hex | CB | 96 | C2 | 0 | 1A | 4 | 14 | 136 | 22 | 45 |
| Octal | 313 | 226 | 302 | 0 | 32 | 4 | 24 | 466 | 42 | 105 |
| Binary | 11001011 | 10010110 | 11000010 | 0 | 11010 | 100 | 10100 | 100110110 | 100010 | 1000101 |
Color Harmonies of #CB96C2
Complementary color
Monochromatic Colors of #CB96C2
Black with #CB96C2
Text Example
Text Example
White with #CB96C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96C2; }
p { color: rgb(203,150,194); }
H1.HeaderClassName
{
color: #CB96C2;
}
.AnyTagClassName
{
color: #CB96C2;
}
</style>
background-color css
<style>
a { background-color: #CB96C2; }
a { background-color: rgb(203,150,194); }
div.DivClassName
{
background-color: #CB96C2;
}
.BgClassName
{
background-color: #CB96C2;
}
</style>
border-color css
<style>
span { border-color: #CB96C2; }
span { border-color: rgb(203,150,194); }
td.TdClassName
{
border-color: #CB96C2;
}
.TagClassName
{
border-color: #CB96C2;
}
</style>