Shades of Heliotrope #D78DFA
Tints of Heliotrope #D78DFA
RGB
CMYK
RGB Variations
Color information
#D78DFA (or 0xD78DFA) is known color: Heliotrope. HEX triplet: D7, 8D and FA. RGB value is (215,141,250). Sum of RGB (Red+Green+Blue) = 215+141+250=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #D78DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78DFA is #287205. Grayscale: #AFAFAF. Windows color (decimal): -2650630 or 16420311. OLE color: 16420311.
HSL color Cylindrical-coordinate representation of color #D78DFA: hue angle of 280.73º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D78DFA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 141 | 250 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.02 |
| HSL | 280.73º | 0.92% | 0.77% | - |
| HSV(B) | 280.73º | 0.44% | 0.98% | - |
| XYZ | 54.8 | 40.4 | 95.35 | - |
| YUV | 175.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 250 | 0.14 | 0.44 | 0 | 0.02 | 280.73 | 0.92 | 0.77 |
| Hex | D7 | 8D | FA | E | 2C | 0 | 2 | 119 | 5C | 4D |
| Octal | 327 | 215 | 372 | 16 | 54 | 0 | 2 | 431 | 134 | 115 |
| Binary | 11010111 | 10001101 | 11111010 | 1110 | 101100 | 0 | 10 | 100011001 | 1011100 | 1001101 |
Color Harmonies of #D78DFA
Complementary color
Monochromatic Colors of #D78DFA
Black with #D78DFA
Text Example
Text Example
White with #D78DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DFA; }
p { color: rgb(215,141,250); }
H1.HeaderClassName
{
color: #D78DFA;
}
.AnyTagClassName
{
color: #D78DFA;
}
</style>
background-color css
<style>
a { background-color: #D78DFA; }
a { background-color: rgb(215,141,250); }
div.DivClassName
{
background-color: #D78DFA;
}
.BgClassName
{
background-color: #D78DFA;
}
</style>
border-color css
<style>
span { border-color: #D78DFA; }
span { border-color: rgb(215,141,250); }
td.TdClassName
{
border-color: #D78DFA;
}
.TagClassName
{
border-color: #D78DFA;
}
</style>