Shades of Heliotrope #D87FF2
Tints of Heliotrope #D87FF2
RGB
CMYK
RGB Variations
Color information
#D87FF2 (or 0xD87FF2) is known color: Heliotrope. HEX triplet: D8, 7F and F2. RGB value is (216,127,242). Sum of RGB (Red+Green+Blue) = 216+127+242=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #D87FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87FF2 is #27800D. Grayscale: #A6A6A6. Windows color (decimal): -2588686 or 15892440. OLE color: 15892440.
HSL color Cylindrical-coordinate representation of color #D87FF2: hue angle of 286.43º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D87FF2 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 127 | 242 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.05 |
| HSL | 286.43º | 0.82% | 0.72% | - |
| HSV(B) | 286.43º | 0.48% | 0.95% | - |
| XYZ | 51.94 | 36.19 | 88.25 | - |
| YUV | 166.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 242 | 0.11 | 0.48 | 0 | 0.05 | 286.43 | 0.82 | 0.72 |
| Hex | D8 | 7F | F2 | B | 30 | 0 | 5 | 11E | 52 | 48 |
| Octal | 330 | 177 | 362 | 13 | 60 | 0 | 5 | 436 | 122 | 110 |
| Binary | 11011000 | 1111111 | 11110010 | 1011 | 110000 | 0 | 101 | 100011110 | 1010010 | 1001000 |
Color Harmonies of #D87FF2
Complementary color
Monochromatic Colors of #D87FF2
Black with #D87FF2
Text Example
Text Example
White with #D87FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FF2; }
p { color: rgb(216,127,242); }
H1.HeaderClassName
{
color: #D87FF2;
}
.AnyTagClassName
{
color: #D87FF2;
}
</style>
background-color css
<style>
a { background-color: #D87FF2; }
a { background-color: rgb(216,127,242); }
div.DivClassName
{
background-color: #D87FF2;
}
.BgClassName
{
background-color: #D87FF2;
}
</style>
border-color css
<style>
span { border-color: #D87FF2; }
span { border-color: rgb(216,127,242); }
td.TdClassName
{
border-color: #D87FF2;
}
.TagClassName
{
border-color: #D87FF2;
}
</style>