Shades of Heliotrope #D65EFC
Tints of Heliotrope #D65EFC
RGB
CMYK
RGB Variations
Color information
#D65EFC (or 0xD65EFC) is known color: Heliotrope. HEX triplet: D6, 5E and FC. RGB value is (214,94,252). Sum of RGB (Red+Green+Blue) = 214+94+252=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 94 (37.11% from 255 or 16.79% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #D65EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65EFC is #29A103. Grayscale: #939393. Windows color (decimal): -2728196 or 16539350. OLE color: 16539350.
HSL color Cylindrical-coordinate representation of color #D65EFC: hue angle of 285.57º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65EFC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 94 | 252 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.01 |
| HSL | 285.57º | 0.96% | 0.68% | - |
| HSV(B) | 285.57º | 0.63% | 0.99% | - |
| XYZ | 49.3 | 29.33 | 95.16 | - |
| YUV | 147.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 252 | 0.15 | 0.63 | 0 | 0.01 | 285.57 | 0.96 | 0.68 |
| Hex | D6 | 5E | FC | F | 3F | 0 | 1 | 11E | 60 | 44 |
| Octal | 326 | 136 | 374 | 17 | 77 | 0 | 1 | 436 | 140 | 104 |
| Binary | 11010110 | 1011110 | 11111100 | 1111 | 111111 | 0 | 1 | 100011110 | 1100000 | 1000100 |
Color Harmonies of #D65EFC
Complementary color
Monochromatic Colors of #D65EFC
Black with #D65EFC
Text Example
Text Example
White with #D65EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EFC; }
p { color: rgb(214,94,252); }
H1.HeaderClassName
{
color: #D65EFC;
}
.AnyTagClassName
{
color: #D65EFC;
}
</style>
background-color css
<style>
a { background-color: #D65EFC; }
a { background-color: rgb(214,94,252); }
div.DivClassName
{
background-color: #D65EFC;
}
.BgClassName
{
background-color: #D65EFC;
}
</style>
border-color css
<style>
span { border-color: #D65EFC; }
span { border-color: rgb(214,94,252); }
td.TdClassName
{
border-color: #D65EFC;
}
.TagClassName
{
border-color: #D65EFC;
}
</style>