Shades of Heliotrope #D65EFF
Tints of Heliotrope #D65EFF
RGB
CMYK
RGB Variations
Color information
#D65EFF (or 0xD65EFF) is known color: Heliotrope. HEX triplet: D6, 5E and FF. RGB value is (214,94,255). Sum of RGB (Red+Green+Blue) = 214+94+255=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #D65EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65EFF is #29A100. Grayscale: #939393. Windows color (decimal): -2728193 or 16735958. OLE color: 16735958.
HSL color Cylindrical-coordinate representation of color #D65EFF: hue angle of 284.72º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65EFF is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 94 | 255 | - |
| CMYK | 0.16 | 0.63 | 0 | 0 |
| HSL | 284.72º | 1% | 0.68% | - |
| HSV(B) | 284.72º | 0.63% | 1% | - |
| XYZ | 49.78 | 29.52 | 97.68 | - |
| YUV | 148.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 255 | 0.16 | 0.63 | 0 | 0 | 284.72 | 1 | 0.68 |
| Hex | D6 | 5E | FF | 10 | 3F | 0 | 0 | 11D | 64 | 44 |
| Octal | 326 | 136 | 377 | 20 | 77 | 0 | 0 | 435 | 144 | 104 |
| Binary | 11010110 | 1011110 | 11111111 | 10000 | 111111 | 0 | 0 | 100011101 | 1100100 | 1000100 |
Color Harmonies of #D65EFF
Complementary color
Monochromatic Colors of #D65EFF
Black with #D65EFF
Text Example
Text Example
White with #D65EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EFF; }
p { color: rgb(214,94,255); }
H1.HeaderClassName
{
color: #D65EFF;
}
.AnyTagClassName
{
color: #D65EFF;
}
</style>
background-color css
<style>
a { background-color: #D65EFF; }
a { background-color: rgb(214,94,255); }
div.DivClassName
{
background-color: #D65EFF;
}
.BgClassName
{
background-color: #D65EFF;
}
</style>
border-color css
<style>
span { border-color: #D65EFF; }
span { border-color: rgb(214,94,255); }
td.TdClassName
{
border-color: #D65EFF;
}
.TagClassName
{
border-color: #D65EFF;
}
</style>