Shades of Lilac #D79BCC
Tints of Lilac #D79BCC
RGB
CMYK
RGB Variations
Color information
#D79BCC (or 0xD79BCC) is known color: Lilac. HEX triplet: D7, 9B and CC. RGB value is (215,155,204). Sum of RGB (Red+Green+Blue) = 215+155+204=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BCC is #286433. Grayscale: #B2B2B2. Windows color (decimal): -2647092 or 13409239. OLE color: 13409239.
HSL color Cylindrical-coordinate representation of color #D79BCC: hue angle of 311º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79BCC is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 204 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.16 |
| HSL | 311º | 0.43% | 0.73% | - |
| HSV(B) | 311º | 0.28% | 0.84% | - |
| XYZ | 50.64 | 42.25 | 62.61 | - |
| YUV | 178.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 204 | 0 | 0.28 | 0.05 | 0.16 | 311 | 0.43 | 0.73 |
| Hex | D7 | 9B | CC | 0 | 1C | 5 | 10 | 137 | 2B | 49 |
| Octal | 327 | 233 | 314 | 0 | 34 | 5 | 20 | 467 | 53 | 111 |
| Binary | 11010111 | 10011011 | 11001100 | 0 | 11100 | 101 | 10000 | 100110111 | 101011 | 1001001 |
Color Harmonies of #D79BCC
Complementary color
Monochromatic Colors of #D79BCC
Black with #D79BCC
Text Example
Text Example
White with #D79BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BCC; }
p { color: rgb(215,155,204); }
H1.HeaderClassName
{
color: #D79BCC;
}
.AnyTagClassName
{
color: #D79BCC;
}
</style>
background-color css
<style>
a { background-color: #D79BCC; }
a { background-color: rgb(215,155,204); }
div.DivClassName
{
background-color: #D79BCC;
}
.BgClassName
{
background-color: #D79BCC;
}
</style>
border-color css
<style>
span { border-color: #D79BCC; }
span { border-color: rgb(215,155,204); }
td.TdClassName
{
border-color: #D79BCC;
}
.TagClassName
{
border-color: #D79BCC;
}
</style>