Shades of Medium Orchid #D04EEC
Tints of Medium Orchid #D04EEC
RGB
CMYK
RGB Variations
Color information
#D04EEC (or 0xD04EEC) is known color: Medium Orchid. HEX triplet: D0, 4E and EC. RGB value is (208,78,236). Sum of RGB (Red+Green+Blue) = 208+78+236=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #D04EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04EEC is #2FB113. Grayscale: #868686. Windows color (decimal): -3125524 or 15486672. OLE color: 15486672.
HSL color Cylindrical-coordinate representation of color #D04EEC: hue angle of 289.37º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04EEC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 78 | 236 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.07 |
| HSL | 289.37º | 0.81% | 0.62% | - |
| HSV(B) | 289.37º | 0.67% | 0.93% | - |
| XYZ | 43.88 | 24.91 | 81.85 | - |
| YUV | 134.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 236 | 0.12 | 0.67 | 0 | 0.07 | 289.37 | 0.81 | 0.62 |
| Hex | D0 | 4E | EC | C | 43 | 0 | 7 | 121 | 51 | 3E |
| Octal | 320 | 116 | 354 | 14 | 103 | 0 | 7 | 441 | 121 | 76 |
| Binary | 11010000 | 1001110 | 11101100 | 1100 | 1000011 | 0 | 111 | 100100001 | 1010001 | 111110 |
Color Harmonies of #D04EEC
Complementary color
Monochromatic Colors of #D04EEC
Black with #D04EEC
Text Example
Text Example
White with #D04EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EEC; }
p { color: rgb(208,78,236); }
H1.HeaderClassName
{
color: #D04EEC;
}
.AnyTagClassName
{
color: #D04EEC;
}
</style>
background-color css
<style>
a { background-color: #D04EEC; }
a { background-color: rgb(208,78,236); }
div.DivClassName
{
background-color: #D04EEC;
}
.BgClassName
{
background-color: #D04EEC;
}
</style>
border-color css
<style>
span { border-color: #D04EEC; }
span { border-color: rgb(208,78,236); }
td.TdClassName
{
border-color: #D04EEC;
}
.TagClassName
{
border-color: #D04EEC;
}
</style>