Shades of Heliotrope #D78DF0
Tints of Heliotrope #D78DF0
RGB
CMYK
RGB Variations
Color information
#D78DF0 (or 0xD78DF0) is known color: Heliotrope. HEX triplet: D7, 8D and F0. RGB value is (215,141,240). Sum of RGB (Red+Green+Blue) = 215+141+240=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #D78DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78DF0 is #28720F. Grayscale: #AEAEAE. Windows color (decimal): -2650640 or 15764951. OLE color: 15764951.
HSL color Cylindrical-coordinate representation of color #D78DF0: hue angle of 284.85º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D78DF0 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 141 | 240 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.06 |
| HSL | 284.85º | 0.77% | 0.75% | - |
| HSV(B) | 284.85º | 0.41% | 0.94% | - |
| XYZ | 53.28 | 39.79 | 87.31 | - |
| YUV | 174.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 240 | 0.10 | 0.41 | 0 | 0.06 | 284.85 | 0.77 | 0.75 |
| Hex | D7 | 8D | F0 | A | 29 | 0 | 6 | 11D | 4D | 4B |
| Octal | 327 | 215 | 360 | 12 | 51 | 0 | 6 | 435 | 115 | 113 |
| Binary | 11010111 | 10001101 | 11110000 | 1010 | 101001 | 0 | 110 | 100011101 | 1001101 | 1001011 |
Color Harmonies of #D78DF0
Complementary color
Monochromatic Colors of #D78DF0
Black with #D78DF0
Text Example
Text Example
White with #D78DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DF0; }
p { color: rgb(215,141,240); }
H1.HeaderClassName
{
color: #D78DF0;
}
.AnyTagClassName
{
color: #D78DF0;
}
</style>
background-color css
<style>
a { background-color: #D78DF0; }
a { background-color: rgb(215,141,240); }
div.DivClassName
{
background-color: #D78DF0;
}
.BgClassName
{
background-color: #D78DF0;
}
</style>
border-color css
<style>
span { border-color: #D78DF0; }
span { border-color: rgb(215,141,240); }
td.TdClassName
{
border-color: #D78DF0;
}
.TagClassName
{
border-color: #D78DF0;
}
</style>