Shades of Heliotrope #D782EC
Tints of Heliotrope #D782EC
RGB
CMYK
RGB Variations
Color information
#D782EC (or 0xD782EC) is known color: Heliotrope. HEX triplet: D7, 82 and EC. RGB value is (215,130,236). Sum of RGB (Red+Green+Blue) = 215+130+236=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #D782EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D782EC is #287D13. Grayscale: #A7A7A7. Windows color (decimal): -2653460 or 15499991. OLE color: 15499991.
HSL color Cylindrical-coordinate representation of color #D782EC: hue angle of 288.11º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D782EC is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 130 | 236 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.07 |
| HSL | 288.11º | 0.74% | 0.72% | - |
| HSV(B) | 288.11º | 0.45% | 0.93% | - |
| XYZ | 51.15 | 36.47 | 83.7 | - |
| YUV | 167.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 236 | 0.09 | 0.45 | 0 | 0.07 | 288.11 | 0.74 | 0.72 |
| Hex | D7 | 82 | EC | 9 | 2D | 0 | 7 | 120 | 4A | 48 |
| Octal | 327 | 202 | 354 | 11 | 55 | 0 | 7 | 440 | 112 | 110 |
| Binary | 11010111 | 10000010 | 11101100 | 1001 | 101101 | 0 | 111 | 100100000 | 1001010 | 1001000 |
Color Harmonies of #D782EC
Complementary color
Monochromatic Colors of #D782EC
Black with #D782EC
Text Example
Text Example
White with #D782EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D782EC; }
p { color: rgb(215,130,236); }
H1.HeaderClassName
{
color: #D782EC;
}
.AnyTagClassName
{
color: #D782EC;
}
</style>
background-color css
<style>
a { background-color: #D782EC; }
a { background-color: rgb(215,130,236); }
div.DivClassName
{
background-color: #D782EC;
}
.BgClassName
{
background-color: #D782EC;
}
</style>
border-color css
<style>
span { border-color: #D782EC; }
span { border-color: rgb(215,130,236); }
td.TdClassName
{
border-color: #D782EC;
}
.TagClassName
{
border-color: #D782EC;
}
</style>