Shades of Lilac #C790D0
Tints of Lilac #C790D0
RGB
CMYK
RGB Variations
Color information
#C790D0 (or 0xC790D0) is known color: Lilac. HEX triplet: C7, 90 and D0. RGB value is (199,144,208). Sum of RGB (Red+Green+Blue) = 199+144+208=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #C790D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C790D0 is #386F2F. Grayscale: #A7A7A7. Windows color (decimal): -3698480 or 13668551. OLE color: 13668551.
HSL color Cylindrical-coordinate representation of color #C790D0: hue angle of 291.56º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C790D0 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 144 | 208 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.18 |
| HSL | 291.56º | 0.41% | 0.69% | - |
| HSV(B) | 291.56º | 0.31% | 0.82% | - |
| XYZ | 44.91 | 36.64 | 64.38 | - |
| YUV | 167.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 208 | 0.04 | 0.31 | 0 | 0.18 | 291.56 | 0.41 | 0.69 |
| Hex | C7 | 90 | D0 | 4 | 1F | 0 | 12 | 124 | 29 | 45 |
| Octal | 307 | 220 | 320 | 4 | 37 | 0 | 22 | 444 | 51 | 105 |
| Binary | 11000111 | 10010000 | 11010000 | 100 | 11111 | 0 | 10010 | 100100100 | 101001 | 1000101 |
Color Harmonies of #C790D0
Complementary color
Monochromatic Colors of #C790D0
Black with #C790D0
Text Example
Text Example
White with #C790D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790D0; }
p { color: rgb(199,144,208); }
H1.HeaderClassName
{
color: #C790D0;
}
.AnyTagClassName
{
color: #C790D0;
}
</style>
background-color css
<style>
a { background-color: #C790D0; }
a { background-color: rgb(199,144,208); }
div.DivClassName
{
background-color: #C790D0;
}
.BgClassName
{
background-color: #C790D0;
}
</style>
border-color css
<style>
span { border-color: #C790D0; }
span { border-color: rgb(199,144,208); }
td.TdClassName
{
border-color: #C790D0;
}
.TagClassName
{
border-color: #C790D0;
}
</style>