Shades of Medium Orchid #D04EE3
Tints of Medium Orchid #D04EE3
RGB
CMYK
RGB Variations
Color information
#D04EE3 (or 0xD04EE3) is known color: Medium Orchid. HEX triplet: D0, 4E and E3. RGB value is (208,78,227). Sum of RGB (Red+Green+Blue) = 208+78+227=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #D04EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EE3 is #2FB11C. Grayscale: #858585. Windows color (decimal): -3125533 or 14896848. OLE color: 14896848.
HSL color Cylindrical-coordinate representation of color #D04EE3: hue angle of 292.35º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04EE3 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 78 | 227 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.11 |
| HSL | 292.35º | 0.73% | 0.6% | - |
| HSV(B) | 292.35º | 0.66% | 0.89% | - |
| XYZ | 42.6 | 24.4 | 75.14 | - |
| YUV | 133.86 | 180.57 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 227 | 0.08 | 0.66 | 0 | 0.11 | 292.35 | 0.73 | 0.6 |
| Hex | D0 | 4E | E3 | 8 | 42 | 0 | B | 124 | 49 | 3C |
| Octal | 320 | 116 | 343 | 10 | 102 | 0 | 13 | 444 | 111 | 74 |
| Binary | 11010000 | 1001110 | 11100011 | 1000 | 1000010 | 0 | 1011 | 100100100 | 1001001 | 111100 |
Color Harmonies of #D04EE3
Complementary color
Monochromatic Colors of #D04EE3
Black with #D04EE3
Text Example
Text Example
White with #D04EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EE3; }
p { color: rgb(208,78,227); }
H1.HeaderClassName
{
color: #D04EE3;
}
.AnyTagClassName
{
color: #D04EE3;
}
</style>
background-color css
<style>
a { background-color: #D04EE3; }
a { background-color: rgb(208,78,227); }
div.DivClassName
{
background-color: #D04EE3;
}
.BgClassName
{
background-color: #D04EE3;
}
</style>
border-color css
<style>
span { border-color: #D04EE3; }
span { border-color: rgb(208,78,227); }
td.TdClassName
{
border-color: #D04EE3;
}
.TagClassName
{
border-color: #D04EE3;
}
</style>