Shades of Heliotrope #D56EFF
Tints of Heliotrope #D56EFF
RGB
CMYK
RGB Variations
Color information
#D56EFF (or 0xD56EFF) is known color: Heliotrope. HEX triplet: D5, 6E and FF. RGB value is (213,110,255). Sum of RGB (Red+Green+Blue) = 213+110+255=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 110 (43.36% from 255 or 19.03% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #D56EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56EFF is #2A9100. Grayscale: #9C9C9C. Windows color (decimal): -2789633 or 16740053. OLE color: 16740053.
HSL color Cylindrical-coordinate representation of color #D56EFF: hue angle of 282.62º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D56EFF is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 110 | 255 | - |
| CMYK | 0.16 | 0.57 | 0 | 0 |
| HSL | 282.62º | 1% | 0.72% | - |
| HSV(B) | 282.62º | 0.57% | 1% | - |
| XYZ | 51.07 | 32.52 | 98.19 | - |
| YUV | 157.33 | 183.12 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 255 | 0.16 | 0.57 | 0 | 0 | 282.62 | 1 | 0.72 |
| Hex | D5 | 6E | FF | 10 | 39 | 0 | 0 | 11B | 64 | 48 |
| Octal | 325 | 156 | 377 | 20 | 71 | 0 | 0 | 433 | 144 | 110 |
| Binary | 11010101 | 1101110 | 11111111 | 10000 | 111001 | 0 | 0 | 100011011 | 1100100 | 1001000 |
Color Harmonies of #D56EFF
Complementary color
Monochromatic Colors of #D56EFF
Black with #D56EFF
Text Example
Text Example
White with #D56EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56EFF; }
p { color: rgb(213,110,255); }
H1.HeaderClassName
{
color: #D56EFF;
}
.AnyTagClassName
{
color: #D56EFF;
}
</style>
background-color css
<style>
a { background-color: #D56EFF; }
a { background-color: rgb(213,110,255); }
div.DivClassName
{
background-color: #D56EFF;
}
.BgClassName
{
background-color: #D56EFF;
}
</style>
border-color css
<style>
span { border-color: #D56EFF; }
span { border-color: rgb(213,110,255); }
td.TdClassName
{
border-color: #D56EFF;
}
.TagClassName
{
border-color: #D56EFF;
}
</style>