Shades of Lilac #D793C7
Tints of Lilac #D793C7
RGB
CMYK
RGB Variations
Color information
#D793C7 (or 0xD793C7) is known color: Lilac. HEX triplet: D7, 93 and C7. RGB value is (215,147,199). Sum of RGB (Red+Green+Blue) = 215+147+199=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D793C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793C7 is #286C38. Grayscale: #ADADAD. Windows color (decimal): -2649145 or 13079511. OLE color: 13079511.
HSL color Cylindrical-coordinate representation of color #D793C7: hue angle of 314.12º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D793C7 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 199 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.16 |
| HSL | 314.12º | 0.46% | 0.71% | - |
| HSV(B) | 314.12º | 0.32% | 0.84% | - |
| XYZ | 48.77 | 39.44 | 59.07 | - |
| YUV | 173.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 199 | 0 | 0.32 | 0.07 | 0.16 | 314.12 | 0.46 | 0.71 |
| Hex | D7 | 93 | C7 | 0 | 20 | 7 | 10 | 13A | 2E | 47 |
| Octal | 327 | 223 | 307 | 0 | 40 | 7 | 20 | 472 | 56 | 107 |
| Binary | 11010111 | 10010011 | 11000111 | 0 | 100000 | 111 | 10000 | 100111010 | 101110 | 1000111 |
Color Harmonies of #D793C7
Complementary color
Monochromatic Colors of #D793C7
Black with #D793C7
Text Example
Text Example
White with #D793C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793C7; }
p { color: rgb(215,147,199); }
H1.HeaderClassName
{
color: #D793C7;
}
.AnyTagClassName
{
color: #D793C7;
}
</style>
background-color css
<style>
a { background-color: #D793C7; }
a { background-color: rgb(215,147,199); }
div.DivClassName
{
background-color: #D793C7;
}
.BgClassName
{
background-color: #D793C7;
}
</style>
border-color css
<style>
span { border-color: #D793C7; }
span { border-color: rgb(215,147,199); }
td.TdClassName
{
border-color: #D793C7;
}
.TagClassName
{
border-color: #D793C7;
}
</style>