Shades of Heliotrope #D56BF6
Tints of Heliotrope #D56BF6
RGB
CMYK
RGB Variations
Color information
#D56BF6 (or 0xD56BF6) is known color: Heliotrope. HEX triplet: D5, 6B and F6. RGB value is (213,107,246). Sum of RGB (Red+Green+Blue) = 213+107+246=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #D56BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56BF6 is #2A9409. Grayscale: #9A9A9A. Windows color (decimal): -2790410 or 16149461. OLE color: 16149461.
HSL color Cylindrical-coordinate representation of color #D56BF6: hue angle of 285.76º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D56BF6 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 107 | 246 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.04 |
| HSL | 285.76º | 0.89% | 0.69% | - |
| HSV(B) | 285.76º | 0.57% | 0.96% | - |
| XYZ | 49.33 | 31.32 | 90.63 | - |
| YUV | 154.54 | 179.62 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 246 | 0.13 | 0.57 | 0 | 0.04 | 285.76 | 0.89 | 0.69 |
| Hex | D5 | 6B | F6 | D | 39 | 0 | 4 | 11E | 59 | 45 |
| Octal | 325 | 153 | 366 | 15 | 71 | 0 | 4 | 436 | 131 | 105 |
| Binary | 11010101 | 1101011 | 11110110 | 1101 | 111001 | 0 | 100 | 100011110 | 1011001 | 1000101 |
Color Harmonies of #D56BF6
Complementary color
Monochromatic Colors of #D56BF6
Black with #D56BF6
Text Example
Text Example
White with #D56BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BF6; }
p { color: rgb(213,107,246); }
H1.HeaderClassName
{
color: #D56BF6;
}
.AnyTagClassName
{
color: #D56BF6;
}
</style>
background-color css
<style>
a { background-color: #D56BF6; }
a { background-color: rgb(213,107,246); }
div.DivClassName
{
background-color: #D56BF6;
}
.BgClassName
{
background-color: #D56BF6;
}
</style>
border-color css
<style>
span { border-color: #D56BF6; }
span { border-color: rgb(213,107,246); }
td.TdClassName
{
border-color: #D56BF6;
}
.TagClassName
{
border-color: #D56BF6;
}
</style>