Shades of Lilac #C798D0
Tints of Lilac #C798D0
RGB
CMYK
RGB Variations
Color information
#C798D0 (or 0xC798D0) is known color: Lilac. HEX triplet: C7, 98 and D0. RGB value is (199,152,208). Sum of RGB (Red+Green+Blue) = 199+152+208=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #C798D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C798D0 is #38672F. Grayscale: #ACACAC. Windows color (decimal): -3696432 or 13670599. OLE color: 13670599.
HSL color Cylindrical-coordinate representation of color #C798D0: hue angle of 290.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C798D0 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 152 | 208 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.18 |
| HSL | 290.36º | 0.37% | 0.71% | - |
| HSV(B) | 290.36º | 0.27% | 0.82% | - |
| XYZ | 46.17 | 39.15 | 64.8 | - |
| YUV | 172.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 208 | 0.04 | 0.27 | 0 | 0.18 | 290.36 | 0.37 | 0.71 |
| Hex | C7 | 98 | D0 | 4 | 1B | 0 | 12 | 122 | 25 | 47 |
| Octal | 307 | 230 | 320 | 4 | 33 | 0 | 22 | 442 | 45 | 107 |
| Binary | 11000111 | 10011000 | 11010000 | 100 | 11011 | 0 | 10010 | 100100010 | 100101 | 1000111 |
Color Harmonies of #C798D0
Complementary color
Monochromatic Colors of #C798D0
Black with #C798D0
Text Example
Text Example
White with #C798D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798D0; }
p { color: rgb(199,152,208); }
H1.HeaderClassName
{
color: #C798D0;
}
.AnyTagClassName
{
color: #C798D0;
}
</style>
background-color css
<style>
a { background-color: #C798D0; }
a { background-color: rgb(199,152,208); }
div.DivClassName
{
background-color: #C798D0;
}
.BgClassName
{
background-color: #C798D0;
}
</style>
border-color css
<style>
span { border-color: #C798D0; }
span { border-color: rgb(199,152,208); }
td.TdClassName
{
border-color: #C798D0;
}
.TagClassName
{
border-color: #C798D0;
}
</style>