Shades of Heliotrope #D04EFF
Tints of Heliotrope #D04EFF
RGB
CMYK
RGB Variations
Color information
#D04EFF (or 0xD04EFF) is known color: Heliotrope. HEX triplet: D0, 4E and FF. RGB value is (208,78,255). Sum of RGB (Red+Green+Blue) = 208+78+255=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #D04EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04EFF is #2FB100. Grayscale: #888888. Windows color (decimal): -3125505 or 16731856. OLE color: 16731856.
HSL color Cylindrical-coordinate representation of color #D04EFF: hue angle of 284.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04EFF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 78 | 255 | - |
| CMYK | 0.18 | 0.69 | 0 | 0 |
| HSL | 284.07º | 1% | 0.65% | - |
| HSV(B) | 284.07º | 0.69% | 1% | - |
| XYZ | 46.79 | 26.08 | 97.18 | - |
| YUV | 137.05 | 194.57 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 255 | 0.18 | 0.69 | 0 | 0 | 284.07 | 1 | 0.65 |
| Hex | D0 | 4E | FF | 12 | 45 | 0 | 0 | 11C | 64 | 41 |
| Octal | 320 | 116 | 377 | 22 | 105 | 0 | 0 | 434 | 144 | 101 |
| Binary | 11010000 | 1001110 | 11111111 | 10010 | 1000101 | 0 | 0 | 100011100 | 1100100 | 1000001 |
Color Harmonies of #D04EFF
Complementary color
Monochromatic Colors of #D04EFF
Black with #D04EFF
Text Example
Text Example
White with #D04EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EFF; }
p { color: rgb(208,78,255); }
H1.HeaderClassName
{
color: #D04EFF;
}
.AnyTagClassName
{
color: #D04EFF;
}
</style>
background-color css
<style>
a { background-color: #D04EFF; }
a { background-color: rgb(208,78,255); }
div.DivClassName
{
background-color: #D04EFF;
}
.BgClassName
{
background-color: #D04EFF;
}
</style>
border-color css
<style>
span { border-color: #D04EFF; }
span { border-color: rgb(208,78,255); }
td.TdClassName
{
border-color: #D04EFF;
}
.TagClassName
{
border-color: #D04EFF;
}
</style>