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