Shades of Lilac #CB96C7
Tints of Lilac #CB96C7
RGB
CMYK
RGB Variations
Color information
#CB96C7 (or 0xCB96C7) is known color: Lilac. HEX triplet: CB, 96 and C7. RGB value is (203,150,199). Sum of RGB (Red+Green+Blue) = 203+150+199=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96C7 is #346938. Grayscale: #ABABAB. Windows color (decimal): -3434809 or 13080267. OLE color: 13080267.
HSL color Cylindrical-coordinate representation of color #CB96C7: hue angle of 304.53º 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 #CB96C7 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 199 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.20 |
| HSL | 304.53º | 0.34% | 0.69% | - |
| HSV(B) | 304.53º | 0.26% | 0.8% | - |
| XYZ | 45.84 | 38.63 | 59.07 | - |
| YUV | 171.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 199 | 0 | 0.26 | 0.02 | 0.20 | 304.53 | 0.34 | 0.69 |
| Hex | CB | 96 | C7 | 0 | 1A | 2 | 14 | 131 | 22 | 45 |
| Octal | 313 | 226 | 307 | 0 | 32 | 2 | 24 | 461 | 42 | 105 |
| Binary | 11001011 | 10010110 | 11000111 | 0 | 11010 | 10 | 10100 | 100110001 | 100010 | 1000101 |
Color Harmonies of #CB96C7
Complementary color
Monochromatic Colors of #CB96C7
Black with #CB96C7
Text Example
Text Example
White with #CB96C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96C7; }
p { color: rgb(203,150,199); }
H1.HeaderClassName
{
color: #CB96C7;
}
.AnyTagClassName
{
color: #CB96C7;
}
</style>
background-color css
<style>
a { background-color: #CB96C7; }
a { background-color: rgb(203,150,199); }
div.DivClassName
{
background-color: #CB96C7;
}
.BgClassName
{
background-color: #CB96C7;
}
</style>
border-color css
<style>
span { border-color: #CB96C7; }
span { border-color: rgb(203,150,199); }
td.TdClassName
{
border-color: #CB96C7;
}
.TagClassName
{
border-color: #CB96C7;
}
</style>