Shades of Lilac #D796C7
Tints of Lilac #D796C7
RGB
CMYK
RGB Variations
Color information
#D796C7 (or 0xD796C7) is known color: Lilac. HEX triplet: D7, 96 and C7. RGB value is (215,150,199). Sum of RGB (Red+Green+Blue) = 215+150+199=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D796C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796C7 is #286938. Grayscale: #AEAEAE. Windows color (decimal): -2648377 or 13080279. OLE color: 13080279.
HSL color Cylindrical-coordinate representation of color #D796C7: hue angle of 314.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796C7 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 199 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.16 |
| HSL | 314.77º | 0.45% | 0.72% | - |
| HSV(B) | 314.77º | 0.3% | 0.84% | - |
| XYZ | 49.24 | 40.38 | 59.23 | - |
| YUV | 175.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 199 | 0 | 0.30 | 0.07 | 0.16 | 314.77 | 0.45 | 0.72 |
| Hex | D7 | 96 | C7 | 0 | 1E | 7 | 10 | 13B | 2D | 48 |
| Octal | 327 | 226 | 307 | 0 | 36 | 7 | 20 | 473 | 55 | 110 |
| Binary | 11010111 | 10010110 | 11000111 | 0 | 11110 | 111 | 10000 | 100111011 | 101101 | 1001000 |
Color Harmonies of #D796C7
Complementary color
Monochromatic Colors of #D796C7
Black with #D796C7
Text Example
Text Example
White with #D796C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D796C7; }
p { color: rgb(215,150,199); }
H1.HeaderClassName
{
color: #D796C7;
}
.AnyTagClassName
{
color: #D796C7;
}
</style>
background-color css
<style>
a { background-color: #D796C7; }
a { background-color: rgb(215,150,199); }
div.DivClassName
{
background-color: #D796C7;
}
.BgClassName
{
background-color: #D796C7;
}
</style>
border-color css
<style>
span { border-color: #D796C7; }
span { border-color: rgb(215,150,199); }
td.TdClassName
{
border-color: #D796C7;
}
.TagClassName
{
border-color: #D796C7;
}
</style>