Shades of Heliotrope #D87CF5
Tints of Heliotrope #D87CF5
RGB
CMYK
RGB Variations
Color information
#D87CF5 (or 0xD87CF5) is known color: Heliotrope. HEX triplet: D8, 7C and F5. RGB value is (216,124,245). Sum of RGB (Red+Green+Blue) = 216+124+245=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #D87CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87CF5 is #27830A. Grayscale: #A4A4A4. Windows color (decimal): -2589451 or 16088280. OLE color: 16088280.
HSL color Cylindrical-coordinate representation of color #D87CF5: hue angle of 285.62º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D87CF5 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 124 | 245 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.04 |
| HSL | 285.62º | 0.86% | 0.72% | - |
| HSV(B) | 285.62º | 0.49% | 0.96% | - |
| XYZ | 52.01 | 35.61 | 90.52 | - |
| YUV | 165.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 245 | 0.12 | 0.49 | 0 | 0.04 | 285.62 | 0.86 | 0.72 |
| Hex | D8 | 7C | F5 | C | 31 | 0 | 4 | 11E | 56 | 48 |
| Octal | 330 | 174 | 365 | 14 | 61 | 0 | 4 | 436 | 126 | 110 |
| Binary | 11011000 | 1111100 | 11110101 | 1100 | 110001 | 0 | 100 | 100011110 | 1010110 | 1001000 |
Color Harmonies of #D87CF5
Complementary color
Monochromatic Colors of #D87CF5
Black with #D87CF5
Text Example
Text Example
White with #D87CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CF5; }
p { color: rgb(216,124,245); }
H1.HeaderClassName
{
color: #D87CF5;
}
.AnyTagClassName
{
color: #D87CF5;
}
</style>
background-color css
<style>
a { background-color: #D87CF5; }
a { background-color: rgb(216,124,245); }
div.DivClassName
{
background-color: #D87CF5;
}
.BgClassName
{
background-color: #D87CF5;
}
</style>
border-color css
<style>
span { border-color: #D87CF5; }
span { border-color: rgb(216,124,245); }
td.TdClassName
{
border-color: #D87CF5;
}
.TagClassName
{
border-color: #D87CF5;
}
</style>