Shades of Heliotrope #D656F5
Tints of Heliotrope #D656F5
RGB
CMYK
RGB Variations
Color information
#D656F5 (or 0xD656F5) is known color: Heliotrope. HEX triplet: D6, 56 and F5. RGB value is (214,86,245). Sum of RGB (Red+Green+Blue) = 214+86+245=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 86 (33.98% from 255 or 15.78% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #D656F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D656F5 is #29A90A. Grayscale: #8D8D8D. Windows color (decimal): -2730251 or 16078550. OLE color: 16078550.
HSL color Cylindrical-coordinate representation of color #D656F5: hue angle of 288.3º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D656F5 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 86 | 245 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.04 |
| HSL | 288.3º | 0.89% | 0.65% | - |
| HSV(B) | 288.3º | 0.65% | 0.96% | - |
| XYZ | 47.54 | 27.54 | 89.2 | - |
| YUV | 142.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 245 | 0.13 | 0.65 | 0 | 0.04 | 288.3 | 0.89 | 0.65 |
| Hex | D6 | 56 | F5 | D | 41 | 0 | 4 | 120 | 59 | 41 |
| Octal | 326 | 126 | 365 | 15 | 101 | 0 | 4 | 440 | 131 | 101 |
| Binary | 11010110 | 1010110 | 11110101 | 1101 | 1000001 | 0 | 100 | 100100000 | 1011001 | 1000001 |
Color Harmonies of #D656F5
Complementary color
Monochromatic Colors of #D656F5
Black with #D656F5
Text Example
Text Example
White with #D656F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656F5; }
p { color: rgb(214,86,245); }
H1.HeaderClassName
{
color: #D656F5;
}
.AnyTagClassName
{
color: #D656F5;
}
</style>
background-color css
<style>
a { background-color: #D656F5; }
a { background-color: rgb(214,86,245); }
div.DivClassName
{
background-color: #D656F5;
}
.BgClassName
{
background-color: #D656F5;
}
</style>
border-color css
<style>
span { border-color: #D656F5; }
span { border-color: rgb(214,86,245); }
td.TdClassName
{
border-color: #D656F5;
}
.TagClassName
{
border-color: #D656F5;
}
</style>