Shades of Lilac #D78BC6
Tints of Lilac #D78BC6
RGB
CMYK
RGB Variations
Color information
#D78BC6 (or 0xD78BC6) is known color: Lilac. HEX triplet: D7, 8B and C6. RGB value is (215,139,198). Sum of RGB (Red+Green+Blue) = 215+139+198=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BC6 is #287439. Grayscale: #A8A8A8. Windows color (decimal): -2651194 or 13011927. OLE color: 13011927.
HSL color Cylindrical-coordinate representation of color #D78BC6: hue angle of 313.42º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78BC6 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 198 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.16 |
| HSL | 313.42º | 0.49% | 0.69% | - |
| HSV(B) | 313.42º | 0.35% | 0.84% | - |
| XYZ | 47.45 | 36.99 | 58.06 | - |
| YUV | 168.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 198 | 0 | 0.35 | 0.08 | 0.16 | 313.42 | 0.49 | 0.69 |
| Hex | D7 | 8B | C6 | 0 | 23 | 8 | 10 | 139 | 31 | 45 |
| Octal | 327 | 213 | 306 | 0 | 43 | 10 | 20 | 471 | 61 | 105 |
| Binary | 11010111 | 10001011 | 11000110 | 0 | 100011 | 1000 | 10000 | 100111001 | 110001 | 1000101 |
Color Harmonies of #D78BC6
Complementary color
Monochromatic Colors of #D78BC6
Black with #D78BC6
Text Example
Text Example
White with #D78BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BC6; }
p { color: rgb(215,139,198); }
H1.HeaderClassName
{
color: #D78BC6;
}
.AnyTagClassName
{
color: #D78BC6;
}
</style>
background-color css
<style>
a { background-color: #D78BC6; }
a { background-color: rgb(215,139,198); }
div.DivClassName
{
background-color: #D78BC6;
}
.BgClassName
{
background-color: #D78BC6;
}
</style>
border-color css
<style>
span { border-color: #D78BC6; }
span { border-color: rgb(215,139,198); }
td.TdClassName
{
border-color: #D78BC6;
}
.TagClassName
{
border-color: #D78BC6;
}
</style>