Shades of Lilac #C793D0
Tints of Lilac #C793D0
RGB
CMYK
RGB Variations
Color information
#C793D0 (or 0xC793D0) is known color: Lilac. HEX triplet: C7, 93 and D0. RGB value is (199,147,208). Sum of RGB (Red+Green+Blue) = 199+147+208=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #C793D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C793D0 is #386C2F. Grayscale: #A9A9A9. Windows color (decimal): -3697712 or 13669319. OLE color: 13669319.
HSL color Cylindrical-coordinate representation of color #C793D0: hue angle of 291.15º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C793D0 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 147 | 208 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.18 |
| HSL | 291.15º | 0.39% | 0.7% | - |
| HSV(B) | 291.15º | 0.29% | 0.82% | - |
| XYZ | 45.37 | 37.56 | 64.53 | - |
| YUV | 169.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 208 | 0.04 | 0.29 | 0 | 0.18 | 291.15 | 0.39 | 0.7 |
| Hex | C7 | 93 | D0 | 4 | 1D | 0 | 12 | 123 | 27 | 46 |
| Octal | 307 | 223 | 320 | 4 | 35 | 0 | 22 | 443 | 47 | 106 |
| Binary | 11000111 | 10010011 | 11010000 | 100 | 11101 | 0 | 10010 | 100100011 | 100111 | 1000110 |
Color Harmonies of #C793D0
Complementary color
Monochromatic Colors of #C793D0
Black with #C793D0
Text Example
Text Example
White with #C793D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C793D0; }
p { color: rgb(199,147,208); }
H1.HeaderClassName
{
color: #C793D0;
}
.AnyTagClassName
{
color: #C793D0;
}
</style>
background-color css
<style>
a { background-color: #C793D0; }
a { background-color: rgb(199,147,208); }
div.DivClassName
{
background-color: #C793D0;
}
.BgClassName
{
background-color: #C793D0;
}
</style>
border-color css
<style>
span { border-color: #C793D0; }
span { border-color: rgb(199,147,208); }
td.TdClassName
{
border-color: #C793D0;
}
.TagClassName
{
border-color: #C793D0;
}
</style>