Shades of Lilac #C797CC
Tints of Lilac #C797CC
RGB
CMYK
RGB Variations
Color information
#C797CC (or 0xC797CC) is known color: Lilac. HEX triplet: C7, 97 and CC. RGB value is (199,151,204). Sum of RGB (Red+Green+Blue) = 199+151+204=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #C797CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C797CC is #386833. Grayscale: #ABABAB. Windows color (decimal): -3696692 or 13408199. OLE color: 13408199.
HSL color Cylindrical-coordinate representation of color #C797CC: hue angle of 294.34º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C797CC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 151 | 204 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.2 |
| HSL | 294.34º | 0.34% | 0.7% | - |
| HSV(B) | 294.34º | 0.26% | 0.8% | - |
| XYZ | 45.52 | 38.63 | 62.18 | - |
| YUV | 171.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 204 | 0.02 | 0.26 | 0 | 0.2 | 294.34 | 0.34 | 0.7 |
| Hex | C7 | 97 | CC | 2 | 1A | 0 | 14 | 126 | 22 | 46 |
| Octal | 307 | 227 | 314 | 2 | 32 | 0 | 24 | 446 | 42 | 106 |
| Binary | 11000111 | 10010111 | 11001100 | 10 | 11010 | 0 | 10100 | 100100110 | 100010 | 1000110 |
Color Harmonies of #C797CC
Complementary color
Monochromatic Colors of #C797CC
Black with #C797CC
Text Example
Text Example
White with #C797CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C797CC; }
p { color: rgb(199,151,204); }
H1.HeaderClassName
{
color: #C797CC;
}
.AnyTagClassName
{
color: #C797CC;
}
</style>
background-color css
<style>
a { background-color: #C797CC; }
a { background-color: rgb(199,151,204); }
div.DivClassName
{
background-color: #C797CC;
}
.BgClassName
{
background-color: #C797CC;
}
</style>
border-color css
<style>
span { border-color: #C797CC; }
span { border-color: rgb(199,151,204); }
td.TdClassName
{
border-color: #C797CC;
}
.TagClassName
{
border-color: #C797CC;
}
</style>