Shades of Heliotrope #D65EF7
Tints of Heliotrope #D65EF7
RGB
CMYK
RGB Variations
Color information
#D65EF7 (or 0xD65EF7) is known color: Heliotrope. HEX triplet: D6, 5E and F7. RGB value is (214,94,247). Sum of RGB (Red+Green+Blue) = 214+94+247=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #D65EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65EF7 is #29A108. Grayscale: #929292. Windows color (decimal): -2728201 or 16211670. OLE color: 16211670.
HSL color Cylindrical-coordinate representation of color #D65EF7: hue angle of 287.06º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65EF7 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 94 | 247 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.03 |
| HSL | 287.06º | 0.91% | 0.67% | - |
| HSV(B) | 287.06º | 0.62% | 0.97% | - |
| XYZ | 48.52 | 29.02 | 91.04 | - |
| YUV | 147.32 | 184.26 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 247 | 0.13 | 0.62 | 0 | 0.03 | 287.06 | 0.91 | 0.67 |
| Hex | D6 | 5E | F7 | D | 3E | 0 | 3 | 11F | 5B | 43 |
| Octal | 326 | 136 | 367 | 15 | 76 | 0 | 3 | 437 | 133 | 103 |
| Binary | 11010110 | 1011110 | 11110111 | 1101 | 111110 | 0 | 11 | 100011111 | 1011011 | 1000011 |
Color Harmonies of #D65EF7
Complementary color
Monochromatic Colors of #D65EF7
Black with #D65EF7
Text Example
Text Example
White with #D65EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EF7; }
p { color: rgb(214,94,247); }
H1.HeaderClassName
{
color: #D65EF7;
}
.AnyTagClassName
{
color: #D65EF7;
}
</style>
background-color css
<style>
a { background-color: #D65EF7; }
a { background-color: rgb(214,94,247); }
div.DivClassName
{
background-color: #D65EF7;
}
.BgClassName
{
background-color: #D65EF7;
}
</style>
border-color css
<style>
span { border-color: #D65EF7; }
span { border-color: rgb(214,94,247); }
td.TdClassName
{
border-color: #D65EF7;
}
.TagClassName
{
border-color: #D65EF7;
}
</style>