Shades of Heliotrope #D76EFC
Tints of Heliotrope #D76EFC
RGB
CMYK
RGB Variations
Color information
#D76EFC (or 0xD76EFC) is known color: Heliotrope. HEX triplet: D7, 6E and FC. RGB value is (215,110,252). Sum of RGB (Red+Green+Blue) = 215+110+252=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 110 (43.36% from 255 or 19.06% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #D76EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76EFC is #289103. Grayscale: #9D9D9D. Windows color (decimal): -2658564 or 16543447. OLE color: 16543447.
HSL color Cylindrical-coordinate representation of color #D76EFC: hue angle of 284.37º 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 #D76EFC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 110 | 252 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.01 |
| HSL | 284.37º | 0.96% | 0.71% | - |
| HSV(B) | 284.37º | 0.56% | 0.99% | - |
| XYZ | 51.17 | 32.63 | 95.7 | - |
| YUV | 157.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 252 | 0.15 | 0.56 | 0 | 0.01 | 284.37 | 0.96 | 0.71 |
| Hex | D7 | 6E | FC | F | 38 | 0 | 1 | 11C | 60 | 47 |
| Octal | 327 | 156 | 374 | 17 | 70 | 0 | 1 | 434 | 140 | 107 |
| Binary | 11010111 | 1101110 | 11111100 | 1111 | 111000 | 0 | 1 | 100011100 | 1100000 | 1000111 |
Color Harmonies of #D76EFC
Complementary color
Monochromatic Colors of #D76EFC
Black with #D76EFC
Text Example
Text Example
White with #D76EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EFC; }
p { color: rgb(215,110,252); }
H1.HeaderClassName
{
color: #D76EFC;
}
.AnyTagClassName
{
color: #D76EFC;
}
</style>
background-color css
<style>
a { background-color: #D76EFC; }
a { background-color: rgb(215,110,252); }
div.DivClassName
{
background-color: #D76EFC;
}
.BgClassName
{
background-color: #D76EFC;
}
</style>
border-color css
<style>
span { border-color: #D76EFC; }
span { border-color: rgb(215,110,252); }
td.TdClassName
{
border-color: #D76EFC;
}
.TagClassName
{
border-color: #D76EFC;
}
</style>