Shades of Medium Orchid #D03EE5
Tints of Medium Orchid #D03EE5
RGB
CMYK
RGB Variations
Color information
#D03EE5 (or 0xD03EE5) is known color: Medium Orchid. HEX triplet: D0, 3E and E5. RGB value is (208,62,229). Sum of RGB (Red+Green+Blue) = 208+62+229=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #D03EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03EE5 is #2FC11A. Grayscale: #7C7C7C. Windows color (decimal): -3129627 or 15023824. OLE color: 15023824.
HSL color Cylindrical-coordinate representation of color #D03EE5: hue angle of 292.46º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03EE5 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 62 | 229 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.10 |
| HSL | 292.46º | 0.76% | 0.57% | - |
| HSV(B) | 292.46º | 0.73% | 0.9% | - |
| XYZ | 41.88 | 22.51 | 76.27 | - |
| YUV | 124.69 | 186.87 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 229 | 0.09 | 0.73 | 0 | 0.10 | 292.46 | 0.76 | 0.57 |
| Hex | D0 | 3E | E5 | 9 | 49 | 0 | A | 124 | 4C | 39 |
| Octal | 320 | 76 | 345 | 11 | 111 | 0 | 12 | 444 | 114 | 71 |
| Binary | 11010000 | 111110 | 11100101 | 1001 | 1001001 | 0 | 1010 | 100100100 | 1001100 | 111001 |
Color Harmonies of #D03EE5
Complementary color
Monochromatic Colors of #D03EE5
Black with #D03EE5
Text Example
Text Example
White with #D03EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03EE5; }
p { color: rgb(208,62,229); }
H1.HeaderClassName
{
color: #D03EE5;
}
.AnyTagClassName
{
color: #D03EE5;
}
</style>
background-color css
<style>
a { background-color: #D03EE5; }
a { background-color: rgb(208,62,229); }
div.DivClassName
{
background-color: #D03EE5;
}
.BgClassName
{
background-color: #D03EE5;
}
</style>
border-color css
<style>
span { border-color: #D03EE5; }
span { border-color: rgb(208,62,229); }
td.TdClassName
{
border-color: #D03EE5;
}
.TagClassName
{
border-color: #D03EE5;
}
</style>