Shades of Heliotrope #D56CF4
Tints of Heliotrope #D56CF4
RGB
CMYK
RGB Variations
Color information
#D56CF4 (or 0xD56CF4) is known color: Heliotrope. HEX triplet: D5, 6C and F4. RGB value is (213,108,244). Sum of RGB (Red+Green+Blue) = 213+108+244=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #D56CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56CF4 is #2A930B. Grayscale: #9A9A9A. Windows color (decimal): -2790156 or 16018645. OLE color: 16018645.
HSL color Cylindrical-coordinate representation of color #D56CF4: hue angle of 286.32º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D56CF4 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 108 | 244 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.04 |
| HSL | 286.32º | 0.86% | 0.69% | - |
| HSV(B) | 286.32º | 0.56% | 0.96% | - |
| XYZ | 49.13 | 31.4 | 89.06 | - |
| YUV | 154.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 244 | 0.13 | 0.56 | 0 | 0.04 | 286.32 | 0.86 | 0.69 |
| Hex | D5 | 6C | F4 | D | 38 | 0 | 4 | 11E | 56 | 45 |
| Octal | 325 | 154 | 364 | 15 | 70 | 0 | 4 | 436 | 126 | 105 |
| Binary | 11010101 | 1101100 | 11110100 | 1101 | 111000 | 0 | 100 | 100011110 | 1010110 | 1000101 |
Color Harmonies of #D56CF4
Complementary color
Monochromatic Colors of #D56CF4
Black with #D56CF4
Text Example
Text Example
White with #D56CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CF4; }
p { color: rgb(213,108,244); }
H1.HeaderClassName
{
color: #D56CF4;
}
.AnyTagClassName
{
color: #D56CF4;
}
</style>
background-color css
<style>
a { background-color: #D56CF4; }
a { background-color: rgb(213,108,244); }
div.DivClassName
{
background-color: #D56CF4;
}
.BgClassName
{
background-color: #D56CF4;
}
</style>
border-color css
<style>
span { border-color: #D56CF4; }
span { border-color: rgb(213,108,244); }
td.TdClassName
{
border-color: #D56CF4;
}
.TagClassName
{
border-color: #D56CF4;
}
</style>