Shades of Lilac #C796C1
Tints of Lilac #C796C1
RGB
CMYK
RGB Variations
Color information
#C796C1 (or 0xC796C1) is known color: Lilac. HEX triplet: C7, 96 and C1. RGB value is (199,150,193). Sum of RGB (Red+Green+Blue) = 199+150+193=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 199 - color contains mainly: red. Hex color #C796C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796C1 is #38693E. Grayscale: #A9A9A9. Windows color (decimal): -3696959 or 12687047. OLE color: 12687047.
HSL color Cylindrical-coordinate representation of color #C796C1: hue angle of 307.35º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C796C1 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 193 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.22 |
| HSL | 307.35º | 0.3% | 0.68% | - |
| HSV(B) | 307.35º | 0.25% | 0.78% | - |
| XYZ | 44.09 | 37.81 | 55.43 | - |
| YUV | 169.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 193 | 0 | 0.25 | 0.03 | 0.22 | 307.35 | 0.3 | 0.68 |
| Hex | C7 | 96 | C1 | 0 | 19 | 3 | 16 | 133 | 1E | 44 |
| Octal | 307 | 226 | 301 | 0 | 31 | 3 | 26 | 463 | 36 | 104 |
| Binary | 11000111 | 10010110 | 11000001 | 0 | 11001 | 11 | 10110 | 100110011 | 11110 | 1000100 |
Color Harmonies of #C796C1
Complementary color
Monochromatic Colors of #C796C1
Black with #C796C1
Text Example
Text Example
White with #C796C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796C1; }
p { color: rgb(199,150,193); }
H1.HeaderClassName
{
color: #C796C1;
}
.AnyTagClassName
{
color: #C796C1;
}
</style>
background-color css
<style>
a { background-color: #C796C1; }
a { background-color: rgb(199,150,193); }
div.DivClassName
{
background-color: #C796C1;
}
.BgClassName
{
background-color: #C796C1;
}
</style>
border-color css
<style>
span { border-color: #C796C1; }
span { border-color: rgb(199,150,193); }
td.TdClassName
{
border-color: #C796C1;
}
.TagClassName
{
border-color: #C796C1;
}
</style>