Shades of Heliotrope #D867FC
Tints of Heliotrope #D867FC
RGB
CMYK
RGB Variations
Color information
#D867FC (or 0xD867FC) is known color: Heliotrope. HEX triplet: D8, 67 and FC. RGB value is (216,103,252). Sum of RGB (Red+Green+Blue) = 216+103+252=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 103 (40.62% from 255 or 18.04% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #D867FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D867FC is #279803. Grayscale: #999999. Windows color (decimal): -2594820 or 16541656. OLE color: 16541656.
HSL color Cylindrical-coordinate representation of color #D867FC: hue angle of 285.5º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D867FC is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 103 | 252 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.01 |
| HSL | 285.5º | 0.96% | 0.7% | - |
| HSV(B) | 285.5º | 0.59% | 0.99% | - |
| XYZ | 50.74 | 31.33 | 95.47 | - |
| YUV | 153.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 252 | 0.14 | 0.59 | 0 | 0.01 | 285.5 | 0.96 | 0.7 |
| Hex | D8 | 67 | FC | E | 3B | 0 | 1 | 11E | 60 | 46 |
| Octal | 330 | 147 | 374 | 16 | 73 | 0 | 1 | 436 | 140 | 106 |
| Binary | 11011000 | 1100111 | 11111100 | 1110 | 111011 | 0 | 1 | 100011110 | 1100000 | 1000110 |
Color Harmonies of #D867FC
Complementary color
Monochromatic Colors of #D867FC
Black with #D867FC
Text Example
Text Example
White with #D867FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867FC; }
p { color: rgb(216,103,252); }
H1.HeaderClassName
{
color: #D867FC;
}
.AnyTagClassName
{
color: #D867FC;
}
</style>
background-color css
<style>
a { background-color: #D867FC; }
a { background-color: rgb(216,103,252); }
div.DivClassName
{
background-color: #D867FC;
}
.BgClassName
{
background-color: #D867FC;
}
</style>
border-color css
<style>
span { border-color: #D867FC; }
span { border-color: rgb(216,103,252); }
td.TdClassName
{
border-color: #D867FC;
}
.TagClassName
{
border-color: #D867FC;
}
</style>