Shades of Lilac #C796CC
Tints of Lilac #C796CC
RGB
CMYK
RGB Variations
Color information
#C796CC (or 0xC796CC) is known color: Lilac. HEX triplet: C7, 96 and CC. RGB value is (199,150,204). Sum of RGB (Red+Green+Blue) = 199+150+204=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #C796CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796CC is #386933. Grayscale: #AAAAAA. Windows color (decimal): -3696948 or 13407943. OLE color: 13407943.
HSL color Cylindrical-coordinate representation of color #C796CC: hue angle of 294.44º degrees, saturation: 0.35, 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 #C796CC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 150 | 204 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.2 |
| HSL | 294.44º | 0.35% | 0.69% | - |
| HSV(B) | 294.44º | 0.26% | 0.8% | - |
| XYZ | 45.36 | 38.31 | 62.13 | - |
| YUV | 170.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 204 | 0.02 | 0.26 | 0 | 0.2 | 294.44 | 0.35 | 0.69 |
| Hex | C7 | 96 | CC | 2 | 1A | 0 | 14 | 126 | 23 | 45 |
| Octal | 307 | 226 | 314 | 2 | 32 | 0 | 24 | 446 | 43 | 105 |
| Binary | 11000111 | 10010110 | 11001100 | 10 | 11010 | 0 | 10100 | 100100110 | 100011 | 1000101 |
Color Harmonies of #C796CC
Complementary color
Monochromatic Colors of #C796CC
Black with #C796CC
Text Example
Text Example
White with #C796CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796CC; }
p { color: rgb(199,150,204); }
H1.HeaderClassName
{
color: #C796CC;
}
.AnyTagClassName
{
color: #C796CC;
}
</style>
background-color css
<style>
a { background-color: #C796CC; }
a { background-color: rgb(199,150,204); }
div.DivClassName
{
background-color: #C796CC;
}
.BgClassName
{
background-color: #C796CC;
}
</style>
border-color css
<style>
span { border-color: #C796CC; }
span { border-color: rgb(199,150,204); }
td.TdClassName
{
border-color: #C796CC;
}
.TagClassName
{
border-color: #C796CC;
}
</style>