Shades of Heliotrope #D78DF5
Tints of Heliotrope #D78DF5
RGB
CMYK
RGB Variations
Color information
#D78DF5 (or 0xD78DF5) is known color: Heliotrope. HEX triplet: D7, 8D and F5. RGB value is (215,141,245). Sum of RGB (Red+Green+Blue) = 215+141+245=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #D78DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78DF5 is #28720A. Grayscale: #AEAEAE. Windows color (decimal): -2650635 or 16092631. OLE color: 16092631.
HSL color Cylindrical-coordinate representation of color #D78DF5: hue angle of 282.69º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D78DF5 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 141 | 245 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.04 |
| HSL | 282.69º | 0.84% | 0.76% | - |
| HSV(B) | 282.69º | 0.42% | 0.96% | - |
| XYZ | 54.03 | 40.09 | 91.28 | - |
| YUV | 174.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 245 | 0.12 | 0.42 | 0 | 0.04 | 282.69 | 0.84 | 0.76 |
| Hex | D7 | 8D | F5 | C | 2A | 0 | 4 | 11B | 54 | 4C |
| Octal | 327 | 215 | 365 | 14 | 52 | 0 | 4 | 433 | 124 | 114 |
| Binary | 11010111 | 10001101 | 11110101 | 1100 | 101010 | 0 | 100 | 100011011 | 1010100 | 1001100 |
Color Harmonies of #D78DF5
Complementary color
Monochromatic Colors of #D78DF5
Black with #D78DF5
Text Example
Text Example
White with #D78DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DF5; }
p { color: rgb(215,141,245); }
H1.HeaderClassName
{
color: #D78DF5;
}
.AnyTagClassName
{
color: #D78DF5;
}
</style>
background-color css
<style>
a { background-color: #D78DF5; }
a { background-color: rgb(215,141,245); }
div.DivClassName
{
background-color: #D78DF5;
}
.BgClassName
{
background-color: #D78DF5;
}
</style>
border-color css
<style>
span { border-color: #D78DF5; }
span { border-color: rgb(215,141,245); }
td.TdClassName
{
border-color: #D78DF5;
}
.TagClassName
{
border-color: #D78DF5;
}
</style>