Shades of Medium Orchid #D04EEF
Tints of Medium Orchid #D04EEF
RGB
CMYK
RGB Variations
Color information
#D04EEF (or 0xD04EEF) is known color: Medium Orchid. HEX triplet: D0, 4E and EF. RGB value is (208,78,239). Sum of RGB (Red+Green+Blue) = 208+78+239=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #D04EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04EEF is #2FB110. Grayscale: #868686. Windows color (decimal): -3125521 or 15683280. OLE color: 15683280.
HSL color Cylindrical-coordinate representation of color #D04EEF: hue angle of 288.45º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04EEF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 78 | 239 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.06 |
| HSL | 288.45º | 0.83% | 0.62% | - |
| HSV(B) | 288.45º | 0.67% | 0.94% | - |
| XYZ | 44.32 | 25.09 | 84.17 | - |
| YUV | 135.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 239 | 0.13 | 0.67 | 0 | 0.06 | 288.45 | 0.83 | 0.62 |
| Hex | D0 | 4E | EF | D | 43 | 0 | 6 | 120 | 53 | 3E |
| Octal | 320 | 116 | 357 | 15 | 103 | 0 | 6 | 440 | 123 | 76 |
| Binary | 11010000 | 1001110 | 11101111 | 1101 | 1000011 | 0 | 110 | 100100000 | 1010011 | 111110 |
Color Harmonies of #D04EEF
Complementary color
Monochromatic Colors of #D04EEF
Black with #D04EEF
Text Example
Text Example
White with #D04EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EEF; }
p { color: rgb(208,78,239); }
H1.HeaderClassName
{
color: #D04EEF;
}
.AnyTagClassName
{
color: #D04EEF;
}
</style>
background-color css
<style>
a { background-color: #D04EEF; }
a { background-color: rgb(208,78,239); }
div.DivClassName
{
background-color: #D04EEF;
}
.BgClassName
{
background-color: #D04EEF;
}
</style>
border-color css
<style>
span { border-color: #D04EEF; }
span { border-color: rgb(208,78,239); }
td.TdClassName
{
border-color: #D04EEF;
}
.TagClassName
{
border-color: #D04EEF;
}
</style>