Shades of Heliotrope #D764EC
Tints of Heliotrope #D764EC
RGB
CMYK
RGB Variations
Color information
#D764EC (or 0xD764EC) is known color: Heliotrope. HEX triplet: D7, 64 and EC. RGB value is (215,100,236). Sum of RGB (Red+Green+Blue) = 215+100+236=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #D764EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D764EC is #289B13. Grayscale: #959595. Windows color (decimal): -2661140 or 15492311. OLE color: 15492311.
HSL color Cylindrical-coordinate representation of color #D764EC: hue angle of 290.74º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D764EC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 100 | 236 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.07 |
| HSL | 290.74º | 0.78% | 0.66% | - |
| HSV(B) | 290.74º | 0.58% | 0.93% | - |
| XYZ | 47.72 | 29.62 | 82.56 | - |
| YUV | 149.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 236 | 0.09 | 0.58 | 0 | 0.07 | 290.74 | 0.78 | 0.66 |
| Hex | D7 | 64 | EC | 9 | 3A | 0 | 7 | 123 | 4E | 42 |
| Octal | 327 | 144 | 354 | 11 | 72 | 0 | 7 | 443 | 116 | 102 |
| Binary | 11010111 | 1100100 | 11101100 | 1001 | 111010 | 0 | 111 | 100100011 | 1001110 | 1000010 |
Color Harmonies of #D764EC
Complementary color
Monochromatic Colors of #D764EC
Black with #D764EC
Text Example
Text Example
White with #D764EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764EC; }
p { color: rgb(215,100,236); }
H1.HeaderClassName
{
color: #D764EC;
}
.AnyTagClassName
{
color: #D764EC;
}
</style>
background-color css
<style>
a { background-color: #D764EC; }
a { background-color: rgb(215,100,236); }
div.DivClassName
{
background-color: #D764EC;
}
.BgClassName
{
background-color: #D764EC;
}
</style>
border-color css
<style>
span { border-color: #D764EC; }
span { border-color: rgb(215,100,236); }
td.TdClassName
{
border-color: #D764EC;
}
.TagClassName
{
border-color: #D764EC;
}
</style>