Shades of Heliotrope #D94EFC
Tints of Heliotrope #D94EFC
RGB
CMYK
RGB Variations
Color information
#D94EFC (or 0xD94EFC) is known color: Heliotrope. HEX triplet: D9, 4E and FC. RGB value is (217,78,252). Sum of RGB (Red+Green+Blue) = 217+78+252=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 78 (30.86% from 255 or 14.26% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #D94EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94EFC is #26B103. Grayscale: #8A8A8A. Windows color (decimal): -2535684 or 16535257. OLE color: 16535257.
HSL color Cylindrical-coordinate representation of color #D94EFC: hue angle of 287.93º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94EFC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 78 | 252 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.01 |
| HSL | 287.93º | 0.97% | 0.65% | - |
| HSV(B) | 287.93º | 0.69% | 0.99% | - |
| XYZ | 48.91 | 27.23 | 94.77 | - |
| YUV | 139.4 | 191.55 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 252 | 0.14 | 0.69 | 0 | 0.01 | 287.93 | 0.97 | 0.65 |
| Hex | D9 | 4E | FC | E | 45 | 0 | 1 | 120 | 61 | 41 |
| Octal | 331 | 116 | 374 | 16 | 105 | 0 | 1 | 440 | 141 | 101 |
| Binary | 11011001 | 1001110 | 11111100 | 1110 | 1000101 | 0 | 1 | 100100000 | 1100001 | 1000001 |
Color Harmonies of #D94EFC
Complementary color
Monochromatic Colors of #D94EFC
Black with #D94EFC
Text Example
Text Example
White with #D94EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94EFC; }
p { color: rgb(217,78,252); }
H1.HeaderClassName
{
color: #D94EFC;
}
.AnyTagClassName
{
color: #D94EFC;
}
</style>
background-color css
<style>
a { background-color: #D94EFC; }
a { background-color: rgb(217,78,252); }
div.DivClassName
{
background-color: #D94EFC;
}
.BgClassName
{
background-color: #D94EFC;
}
</style>
border-color css
<style>
span { border-color: #D94EFC; }
span { border-color: rgb(217,78,252); }
td.TdClassName
{
border-color: #D94EFC;
}
.TagClassName
{
border-color: #D94EFC;
}
</style>