Shades of Heliotrope #D87DF5
Tints of Heliotrope #D87DF5
RGB
CMYK
RGB Variations
Color information
#D87DF5 (or 0xD87DF5) is known color: Heliotrope. HEX triplet: D8, 7D and F5. RGB value is (216,125,245). Sum of RGB (Red+Green+Blue) = 216+125+245=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #D87DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87DF5 is #27820A. Grayscale: #A5A5A5. Windows color (decimal): -2589195 or 16088536. OLE color: 16088536.
HSL color Cylindrical-coordinate representation of color #D87DF5: hue angle of 285.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D87DF5 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 125 | 245 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.04 |
| HSL | 285.5º | 0.86% | 0.73% | - |
| HSV(B) | 285.5º | 0.49% | 0.96% | - |
| XYZ | 52.13 | 35.86 | 90.56 | - |
| YUV | 165.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 245 | 0.12 | 0.49 | 0 | 0.04 | 285.5 | 0.86 | 0.73 |
| Hex | D8 | 7D | F5 | C | 31 | 0 | 4 | 11E | 56 | 49 |
| Octal | 330 | 175 | 365 | 14 | 61 | 0 | 4 | 436 | 126 | 111 |
| Binary | 11011000 | 1111101 | 11110101 | 1100 | 110001 | 0 | 100 | 100011110 | 1010110 | 1001001 |
Color Harmonies of #D87DF5
Complementary color
Monochromatic Colors of #D87DF5
Black with #D87DF5
Text Example
Text Example
White with #D87DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DF5; }
p { color: rgb(216,125,245); }
H1.HeaderClassName
{
color: #D87DF5;
}
.AnyTagClassName
{
color: #D87DF5;
}
</style>
background-color css
<style>
a { background-color: #D87DF5; }
a { background-color: rgb(216,125,245); }
div.DivClassName
{
background-color: #D87DF5;
}
.BgClassName
{
background-color: #D87DF5;
}
</style>
border-color css
<style>
span { border-color: #D87DF5; }
span { border-color: rgb(216,125,245); }
td.TdClassName
{
border-color: #D87DF5;
}
.TagClassName
{
border-color: #D87DF5;
}
</style>