Shades of Heliotrope #D04EFE
Tints of Heliotrope #D04EFE
RGB
CMYK
RGB Variations
Color information
#D04EFE (or 0xD04EFE) is known color: Heliotrope. HEX triplet: D0, 4E and FE. RGB value is (208,78,254). Sum of RGB (Red+Green+Blue) = 208+78+254=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 78 (30.86% from 255 or 14.44% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #D04EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04EFE is #2FB101. Grayscale: #888888. Windows color (decimal): -3125506 or 16666320. OLE color: 16666320.
HSL color Cylindrical-coordinate representation of color #D04EFE: hue angle of 284.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04EFE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 78 | 254 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.00 |
| HSL | 284.32º | 0.99% | 0.65% | - |
| HSV(B) | 284.32º | 0.69% | 1% | - |
| XYZ | 46.63 | 26.01 | 96.33 | - |
| YUV | 136.93 | 194.07 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 254 | 0.18 | 0.69 | 0 | 0.00 | 284.32 | 0.99 | 0.65 |
| Hex | D0 | 4E | FE | 12 | 45 | 0 | 0 | 11C | 63 | 41 |
| Octal | 320 | 116 | 376 | 22 | 105 | 0 | 0 | 434 | 143 | 101 |
| Binary | 11010000 | 1001110 | 11111110 | 10010 | 1000101 | 0 | 0 | 100011100 | 1100011 | 1000001 |
Color Harmonies of #D04EFE
Complementary color
Monochromatic Colors of #D04EFE
Black with #D04EFE
Text Example
Text Example
White with #D04EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EFE; }
p { color: rgb(208,78,254); }
H1.HeaderClassName
{
color: #D04EFE;
}
.AnyTagClassName
{
color: #D04EFE;
}
</style>
background-color css
<style>
a { background-color: #D04EFE; }
a { background-color: rgb(208,78,254); }
div.DivClassName
{
background-color: #D04EFE;
}
.BgClassName
{
background-color: #D04EFE;
}
</style>
border-color css
<style>
span { border-color: #D04EFE; }
span { border-color: rgb(208,78,254); }
td.TdClassName
{
border-color: #D04EFE;
}
.TagClassName
{
border-color: #D04EFE;
}
</style>