Shades of Lilac #C796CF
Tints of Lilac #C796CF
RGB
CMYK
RGB Variations
Color information
#C796CF (or 0xC796CF) is known color: Lilac. HEX triplet: C7, 96 and CF. RGB value is (199,150,207). Sum of RGB (Red+Green+Blue) = 199+150+207=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #C796CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796CF is #386930. Grayscale: #AAAAAA. Windows color (decimal): -3696945 or 13604551. OLE color: 13604551.
HSL color Cylindrical-coordinate representation of color #C796CF: hue angle of 291.58º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C796CF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 150 | 207 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.19 |
| HSL | 291.58º | 0.37% | 0.7% | - |
| HSV(B) | 291.58º | 0.28% | 0.81% | - |
| XYZ | 45.72 | 38.46 | 64.05 | - |
| YUV | 171.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 207 | 0.04 | 0.28 | 0 | 0.19 | 291.58 | 0.37 | 0.7 |
| Hex | C7 | 96 | CF | 4 | 1C | 0 | 13 | 124 | 25 | 46 |
| Octal | 307 | 226 | 317 | 4 | 34 | 0 | 23 | 444 | 45 | 106 |
| Binary | 11000111 | 10010110 | 11001111 | 100 | 11100 | 0 | 10011 | 100100100 | 100101 | 1000110 |
Color Harmonies of #C796CF
Complementary color
Monochromatic Colors of #C796CF
Black with #C796CF
Text Example
Text Example
White with #C796CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796CF; }
p { color: rgb(199,150,207); }
H1.HeaderClassName
{
color: #C796CF;
}
.AnyTagClassName
{
color: #C796CF;
}
</style>
background-color css
<style>
a { background-color: #C796CF; }
a { background-color: rgb(199,150,207); }
div.DivClassName
{
background-color: #C796CF;
}
.BgClassName
{
background-color: #C796CF;
}
</style>
border-color css
<style>
span { border-color: #C796CF; }
span { border-color: rgb(199,150,207); }
td.TdClassName
{
border-color: #C796CF;
}
.TagClassName
{
border-color: #C796CF;
}
</style>