Shades of Heliotrope #D87AFC
Tints of Heliotrope #D87AFC
RGB
CMYK
RGB Variations
Color information
#D87AFC (or 0xD87AFC) is known color: Heliotrope. HEX triplet: D8, 7A and FC. RGB value is (216,122,252). Sum of RGB (Red+Green+Blue) = 216+122+252=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #D87AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87AFC is #278503. Grayscale: #A4A4A4. Windows color (decimal): -2589956 or 16546520. OLE color: 16546520.
HSL color Cylindrical-coordinate representation of color #D87AFC: hue angle of 283.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D87AFC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 122 | 252 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.01 |
| HSL | 283.38º | 0.96% | 0.73% | - |
| HSV(B) | 283.38º | 0.52% | 0.99% | - |
| XYZ | 52.85 | 35.55 | 96.17 | - |
| YUV | 164.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 252 | 0.14 | 0.52 | 0 | 0.01 | 283.38 | 0.96 | 0.73 |
| Hex | D8 | 7A | FC | E | 34 | 0 | 1 | 11B | 60 | 49 |
| Octal | 330 | 172 | 374 | 16 | 64 | 0 | 1 | 433 | 140 | 111 |
| Binary | 11011000 | 1111010 | 11111100 | 1110 | 110100 | 0 | 1 | 100011011 | 1100000 | 1001001 |
Color Harmonies of #D87AFC
Complementary color
Monochromatic Colors of #D87AFC
Black with #D87AFC
Text Example
Text Example
White with #D87AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87AFC; }
p { color: rgb(216,122,252); }
H1.HeaderClassName
{
color: #D87AFC;
}
.AnyTagClassName
{
color: #D87AFC;
}
</style>
background-color css
<style>
a { background-color: #D87AFC; }
a { background-color: rgb(216,122,252); }
div.DivClassName
{
background-color: #D87AFC;
}
.BgClassName
{
background-color: #D87AFC;
}
</style>
border-color css
<style>
span { border-color: #D87AFC; }
span { border-color: rgb(216,122,252); }
td.TdClassName
{
border-color: #D87AFC;
}
.TagClassName
{
border-color: #D87AFC;
}
</style>