Shades of Lilac #C795D0
Tints of Lilac #C795D0
RGB
CMYK
RGB Variations
Color information
#C795D0 (or 0xC795D0) is known color: Lilac. HEX triplet: C7, 95 and D0. RGB value is (199,149,208). Sum of RGB (Red+Green+Blue) = 199+149+208=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #C795D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795D0 is #386A2F. Grayscale: #AAAAAA. Windows color (decimal): -3697200 or 13669831. OLE color: 13669831.
HSL color Cylindrical-coordinate representation of color #C795D0: hue angle of 290.85º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C795D0 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 149 | 208 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.18 |
| HSL | 290.85º | 0.39% | 0.7% | - |
| HSV(B) | 290.85º | 0.28% | 0.82% | - |
| XYZ | 45.69 | 38.19 | 64.64 | - |
| YUV | 170.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 208 | 0.04 | 0.28 | 0 | 0.18 | 290.85 | 0.39 | 0.7 |
| Hex | C7 | 95 | D0 | 4 | 1C | 0 | 12 | 123 | 27 | 46 |
| Octal | 307 | 225 | 320 | 4 | 34 | 0 | 22 | 443 | 47 | 106 |
| Binary | 11000111 | 10010101 | 11010000 | 100 | 11100 | 0 | 10010 | 100100011 | 100111 | 1000110 |
Color Harmonies of #C795D0
Complementary color
Monochromatic Colors of #C795D0
Black with #C795D0
Text Example
Text Example
White with #C795D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795D0; }
p { color: rgb(199,149,208); }
H1.HeaderClassName
{
color: #C795D0;
}
.AnyTagClassName
{
color: #C795D0;
}
</style>
background-color css
<style>
a { background-color: #C795D0; }
a { background-color: rgb(199,149,208); }
div.DivClassName
{
background-color: #C795D0;
}
.BgClassName
{
background-color: #C795D0;
}
</style>
border-color css
<style>
span { border-color: #C795D0; }
span { border-color: rgb(199,149,208); }
td.TdClassName
{
border-color: #C795D0;
}
.TagClassName
{
border-color: #C795D0;
}
</style>