Shades of Lilac #C797D0
Tints of Lilac #C797D0
RGB
CMYK
RGB Variations
Color information
#C797D0 (or 0xC797D0) is known color: Lilac. HEX triplet: C7, 97 and D0. RGB value is (199,151,208). Sum of RGB (Red+Green+Blue) = 199+151+208=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #C797D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C797D0 is #38682F. Grayscale: #ABABAB. Windows color (decimal): -3696688 or 13670343. OLE color: 13670343.
HSL color Cylindrical-coordinate representation of color #C797D0: hue angle of 290.53º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C797D0 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 151 | 208 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.18 |
| HSL | 290.53º | 0.38% | 0.7% | - |
| HSV(B) | 290.53º | 0.27% | 0.82% | - |
| XYZ | 46 | 38.83 | 64.74 | - |
| YUV | 171.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 208 | 0.04 | 0.27 | 0 | 0.18 | 290.53 | 0.38 | 0.7 |
| Hex | C7 | 97 | D0 | 4 | 1B | 0 | 12 | 123 | 26 | 46 |
| Octal | 307 | 227 | 320 | 4 | 33 | 0 | 22 | 443 | 46 | 106 |
| Binary | 11000111 | 10010111 | 11010000 | 100 | 11011 | 0 | 10010 | 100100011 | 100110 | 1000110 |
Color Harmonies of #C797D0
Complementary color
Monochromatic Colors of #C797D0
Black with #C797D0
Text Example
Text Example
White with #C797D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C797D0; }
p { color: rgb(199,151,208); }
H1.HeaderClassName
{
color: #C797D0;
}
.AnyTagClassName
{
color: #C797D0;
}
</style>
background-color css
<style>
a { background-color: #C797D0; }
a { background-color: rgb(199,151,208); }
div.DivClassName
{
background-color: #C797D0;
}
.BgClassName
{
background-color: #C797D0;
}
</style>
border-color css
<style>
span { border-color: #C797D0; }
span { border-color: rgb(199,151,208); }
td.TdClassName
{
border-color: #C797D0;
}
.TagClassName
{
border-color: #C797D0;
}
</style>