Shades of Heliotrope #D87DFA
Tints of Heliotrope #D87DFA
RGB
CMYK
RGB Variations
Color information
#D87DFA (or 0xD87DFA) is known color: Heliotrope. HEX triplet: D8, 7D and FA. RGB value is (216,125,250). Sum of RGB (Red+Green+Blue) = 216+125+250=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #D87DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87DFA is #278205. Grayscale: #A6A6A6. Windows color (decimal): -2589190 or 16416216. OLE color: 16416216.
HSL color Cylindrical-coordinate representation of color #D87DFA: hue angle of 283.68º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D87DFA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 125 | 250 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.02 |
| HSL | 283.68º | 0.93% | 0.74% | - |
| HSV(B) | 283.68º | 0.5% | 0.98% | - |
| XYZ | 52.91 | 36.17 | 94.64 | - |
| YUV | 166.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 250 | 0.14 | 0.50 | 0 | 0.02 | 283.68 | 0.93 | 0.74 |
| Hex | D8 | 7D | FA | E | 32 | 0 | 2 | 11C | 5D | 4A |
| Octal | 330 | 175 | 372 | 16 | 62 | 0 | 2 | 434 | 135 | 112 |
| Binary | 11011000 | 1111101 | 11111010 | 1110 | 110010 | 0 | 10 | 100011100 | 1011101 | 1001010 |
Color Harmonies of #D87DFA
Complementary color
Monochromatic Colors of #D87DFA
Black with #D87DFA
Text Example
Text Example
White with #D87DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DFA; }
p { color: rgb(216,125,250); }
H1.HeaderClassName
{
color: #D87DFA;
}
.AnyTagClassName
{
color: #D87DFA;
}
</style>
background-color css
<style>
a { background-color: #D87DFA; }
a { background-color: rgb(216,125,250); }
div.DivClassName
{
background-color: #D87DFA;
}
.BgClassName
{
background-color: #D87DFA;
}
</style>
border-color css
<style>
span { border-color: #D87DFA; }
span { border-color: rgb(216,125,250); }
td.TdClassName
{
border-color: #D87DFA;
}
.TagClassName
{
border-color: #D87DFA;
}
</style>