Shades of Heliotrope #D87FFA
Tints of Heliotrope #D87FFA
RGB
CMYK
RGB Variations
Color information
#D87FFA (or 0xD87FFA) is known color: Heliotrope. HEX triplet: D8, 7F and FA. RGB value is (216,127,250). Sum of RGB (Red+Green+Blue) = 216+127+250=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #D87FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87FFA is #278005. Grayscale: #A7A7A7. Windows color (decimal): -2588678 or 16416728. OLE color: 16416728.
HSL color Cylindrical-coordinate representation of color #D87FFA: hue angle of 283.41º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D87FFA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 127 | 250 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.02 |
| HSL | 283.41º | 0.92% | 0.74% | - |
| HSV(B) | 283.41º | 0.49% | 0.98% | - |
| XYZ | 53.16 | 36.68 | 94.72 | - |
| YUV | 167.63 | 174.49 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 250 | 0.14 | 0.49 | 0 | 0.02 | 283.41 | 0.92 | 0.74 |
| Hex | D8 | 7F | FA | E | 31 | 0 | 2 | 11B | 5C | 4A |
| Octal | 330 | 177 | 372 | 16 | 61 | 0 | 2 | 433 | 134 | 112 |
| Binary | 11011000 | 1111111 | 11111010 | 1110 | 110001 | 0 | 10 | 100011011 | 1011100 | 1001010 |
Color Harmonies of #D87FFA
Complementary color
Monochromatic Colors of #D87FFA
Black with #D87FFA
Text Example
Text Example
White with #D87FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FFA; }
p { color: rgb(216,127,250); }
H1.HeaderClassName
{
color: #D87FFA;
}
.AnyTagClassName
{
color: #D87FFA;
}
</style>
background-color css
<style>
a { background-color: #D87FFA; }
a { background-color: rgb(216,127,250); }
div.DivClassName
{
background-color: #D87FFA;
}
.BgClassName
{
background-color: #D87FFA;
}
</style>
border-color css
<style>
span { border-color: #D87FFA; }
span { border-color: rgb(216,127,250); }
td.TdClassName
{
border-color: #D87FFA;
}
.TagClassName
{
border-color: #D87FFA;
}
</style>