Shades of Medium Orchid #D04EE1
Tints of Medium Orchid #D04EE1
RGB
CMYK
RGB Variations
Color information
#D04EE1 (or 0xD04EE1) is known color: Medium Orchid. HEX triplet: D0, 4E and E1. RGB value is (208,78,225). Sum of RGB (Red+Green+Blue) = 208+78+225=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #D04EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EE1 is #2FB11E. Grayscale: #858585. Windows color (decimal): -3125535 or 14765776. OLE color: 14765776.
HSL color Cylindrical-coordinate representation of color #D04EE1: hue angle of 293.06º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04EE1 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 78 | 225 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.12 |
| HSL | 293.06º | 0.71% | 0.59% | - |
| HSV(B) | 293.06º | 0.65% | 0.88% | - |
| XYZ | 42.33 | 24.29 | 73.69 | - |
| YUV | 133.63 | 179.57 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 225 | 0.08 | 0.65 | 0 | 0.12 | 293.06 | 0.71 | 0.59 |
| Hex | D0 | 4E | E1 | 8 | 41 | 0 | C | 125 | 47 | 3B |
| Octal | 320 | 116 | 341 | 10 | 101 | 0 | 14 | 445 | 107 | 73 |
| Binary | 11010000 | 1001110 | 11100001 | 1000 | 1000001 | 0 | 1100 | 100100101 | 1000111 | 111011 |
Color Harmonies of #D04EE1
Complementary color
Monochromatic Colors of #D04EE1
Black with #D04EE1
Text Example
Text Example
White with #D04EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EE1; }
p { color: rgb(208,78,225); }
H1.HeaderClassName
{
color: #D04EE1;
}
.AnyTagClassName
{
color: #D04EE1;
}
</style>
background-color css
<style>
a { background-color: #D04EE1; }
a { background-color: rgb(208,78,225); }
div.DivClassName
{
background-color: #D04EE1;
}
.BgClassName
{
background-color: #D04EE1;
}
</style>
border-color css
<style>
span { border-color: #D04EE1; }
span { border-color: rgb(208,78,225); }
td.TdClassName
{
border-color: #D04EE1;
}
.TagClassName
{
border-color: #D04EE1;
}
</style>