Shades of Heliotrope #D656FC
Tints of Heliotrope #D656FC
RGB
CMYK
RGB Variations
Color information
#D656FC (or 0xD656FC) is known color: Heliotrope. HEX triplet: D6, 56 and FC. RGB value is (214,86,252). Sum of RGB (Red+Green+Blue) = 214+86+252=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 86 (33.98% from 255 or 15.58% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #D656FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D656FC is #29A903. Grayscale: #8E8E8E. Windows color (decimal): -2730244 or 16537302. OLE color: 16537302.
HSL color Cylindrical-coordinate representation of color #D656FC: hue angle of 286.27º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D656FC is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 86 | 252 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.01 |
| HSL | 286.27º | 0.97% | 0.66% | - |
| HSV(B) | 286.27º | 0.66% | 0.99% | - |
| XYZ | 48.63 | 27.98 | 94.93 | - |
| YUV | 143.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 252 | 0.15 | 0.66 | 0 | 0.01 | 286.27 | 0.97 | 0.66 |
| Hex | D6 | 56 | FC | F | 42 | 0 | 1 | 11E | 61 | 42 |
| Octal | 326 | 126 | 374 | 17 | 102 | 0 | 1 | 436 | 141 | 102 |
| Binary | 11010110 | 1010110 | 11111100 | 1111 | 1000010 | 0 | 1 | 100011110 | 1100001 | 1000010 |
Color Harmonies of #D656FC
Complementary color
Monochromatic Colors of #D656FC
Black with #D656FC
Text Example
Text Example
White with #D656FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656FC; }
p { color: rgb(214,86,252); }
H1.HeaderClassName
{
color: #D656FC;
}
.AnyTagClassName
{
color: #D656FC;
}
</style>
background-color css
<style>
a { background-color: #D656FC; }
a { background-color: rgb(214,86,252); }
div.DivClassName
{
background-color: #D656FC;
}
.BgClassName
{
background-color: #D656FC;
}
</style>
border-color css
<style>
span { border-color: #D656FC; }
span { border-color: rgb(214,86,252); }
td.TdClassName
{
border-color: #D656FC;
}
.TagClassName
{
border-color: #D656FC;
}
</style>