Shades of Lilac #D78DCA
Tints of Lilac #D78DCA
RGB
CMYK
RGB Variations
Color information
#D78DCA (or 0xD78DCA) is known color: Lilac. HEX triplet: D7, 8D and CA. RGB value is (215,141,202). Sum of RGB (Red+Green+Blue) = 215+141+202=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DCA is #287235. Grayscale: #A9A9A9. Windows color (decimal): -2650678 or 13274583. OLE color: 13274583.
HSL color Cylindrical-coordinate representation of color #D78DCA: hue angle of 310.54º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78DCA is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 202 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.16 |
| HSL | 310.54º | 0.48% | 0.7% | - |
| HSV(B) | 310.54º | 0.34% | 0.84% | - |
| XYZ | 48.21 | 37.76 | 60.62 | - |
| YUV | 170.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 202 | 0 | 0.34 | 0.06 | 0.16 | 310.54 | 0.48 | 0.7 |
| Hex | D7 | 8D | CA | 0 | 22 | 6 | 10 | 137 | 30 | 46 |
| Octal | 327 | 215 | 312 | 0 | 42 | 6 | 20 | 467 | 60 | 106 |
| Binary | 11010111 | 10001101 | 11001010 | 0 | 100010 | 110 | 10000 | 100110111 | 110000 | 1000110 |
Color Harmonies of #D78DCA
Complementary color
Monochromatic Colors of #D78DCA
Black with #D78DCA
Text Example
Text Example
White with #D78DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DCA; }
p { color: rgb(215,141,202); }
H1.HeaderClassName
{
color: #D78DCA;
}
.AnyTagClassName
{
color: #D78DCA;
}
</style>
background-color css
<style>
a { background-color: #D78DCA; }
a { background-color: rgb(215,141,202); }
div.DivClassName
{
background-color: #D78DCA;
}
.BgClassName
{
background-color: #D78DCA;
}
</style>
border-color css
<style>
span { border-color: #D78DCA; }
span { border-color: rgb(215,141,202); }
td.TdClassName
{
border-color: #D78DCA;
}
.TagClassName
{
border-color: #D78DCA;
}
</style>