Shades of Heliotrope #D56FFC
Tints of Heliotrope #D56FFC
RGB
CMYK
RGB Variations
Color information
#D56FFC (or 0xD56FFC) is known color: Heliotrope. HEX triplet: D5, 6F and FC. RGB value is (213,111,252). Sum of RGB (Red+Green+Blue) = 213+111+252=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #D56FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56FFC is #2A9003. Grayscale: #9D9D9D. Windows color (decimal): -2789380 or 16543701. OLE color: 16543701.
HSL color Cylindrical-coordinate representation of color #D56FFC: hue angle of 283.4º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D56FFC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 111 | 252 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.01 |
| HSL | 283.4º | 0.96% | 0.71% | - |
| HSV(B) | 283.4º | 0.56% | 0.99% | - |
| XYZ | 50.7 | 32.54 | 95.7 | - |
| YUV | 157.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 252 | 0.15 | 0.56 | 0 | 0.01 | 283.4 | 0.96 | 0.71 |
| Hex | D5 | 6F | FC | F | 38 | 0 | 1 | 11B | 60 | 47 |
| Octal | 325 | 157 | 374 | 17 | 70 | 0 | 1 | 433 | 140 | 107 |
| Binary | 11010101 | 1101111 | 11111100 | 1111 | 111000 | 0 | 1 | 100011011 | 1100000 | 1000111 |
Color Harmonies of #D56FFC
Complementary color
Monochromatic Colors of #D56FFC
Black with #D56FFC
Text Example
Text Example
White with #D56FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FFC; }
p { color: rgb(213,111,252); }
H1.HeaderClassName
{
color: #D56FFC;
}
.AnyTagClassName
{
color: #D56FFC;
}
</style>
background-color css
<style>
a { background-color: #D56FFC; }
a { background-color: rgb(213,111,252); }
div.DivClassName
{
background-color: #D56FFC;
}
.BgClassName
{
background-color: #D56FFC;
}
</style>
border-color css
<style>
span { border-color: #D56FFC; }
span { border-color: rgb(213,111,252); }
td.TdClassName
{
border-color: #D56FFC;
}
.TagClassName
{
border-color: #D56FFC;
}
</style>