Shades of Heliotrope #D05EFF
Tints of Heliotrope #D05EFF
RGB
CMYK
RGB Variations
Color information
#D05EFF (or 0xD05EFF) is known color: Heliotrope. HEX triplet: D0, 5E and FF. RGB value is (208,94,255). Sum of RGB (Red+Green+Blue) = 208+94+255=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #D05EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05EFF is #2FA100. Grayscale: #919191. Windows color (decimal): -3121409 or 16735952. OLE color: 16735952.
HSL color Cylindrical-coordinate representation of color #D05EFF: hue angle of 282.48º 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 #D05EFF is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 94 | 255 | - |
| CMYK | 0.18 | 0.63 | 0 | 0 |
| HSL | 282.48º | 1% | 0.68% | - |
| HSV(B) | 282.48º | 0.63% | 1% | - |
| XYZ | 48.07 | 28.64 | 97.6 | - |
| YUV | 146.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 255 | 0.18 | 0.63 | 0 | 0 | 282.48 | 1 | 0.68 |
| Hex | D0 | 5E | FF | 12 | 3F | 0 | 0 | 11A | 64 | 44 |
| Octal | 320 | 136 | 377 | 22 | 77 | 0 | 0 | 432 | 144 | 104 |
| Binary | 11010000 | 1011110 | 11111111 | 10010 | 111111 | 0 | 0 | 100011010 | 1100100 | 1000100 |
Color Harmonies of #D05EFF
Complementary color
Monochromatic Colors of #D05EFF
Black with #D05EFF
Text Example
Text Example
White with #D05EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EFF; }
p { color: rgb(208,94,255); }
H1.HeaderClassName
{
color: #D05EFF;
}
.AnyTagClassName
{
color: #D05EFF;
}
</style>
background-color css
<style>
a { background-color: #D05EFF; }
a { background-color: rgb(208,94,255); }
div.DivClassName
{
background-color: #D05EFF;
}
.BgClassName
{
background-color: #D05EFF;
}
</style>
border-color css
<style>
span { border-color: #D05EFF; }
span { border-color: rgb(208,94,255); }
td.TdClassName
{
border-color: #D05EFF;
}
.TagClassName
{
border-color: #D05EFF;
}
</style>