Shades of Medium Orchid #D037EA
Tints of Medium Orchid #D037EA
RGB
CMYK
RGB Variations
Color information
#D037EA (or 0xD037EA) is known color: Medium Orchid. HEX triplet: D0, 37 and EA. RGB value is (208,55,234). Sum of RGB (Red+Green+Blue) = 208+55+234=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #D037EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037EA is #2FC815. Grayscale: #787878. Windows color (decimal): -3131414 or 15349712. OLE color: 15349712.
HSL color Cylindrical-coordinate representation of color #D037EA: hue angle of 291.28º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D037EA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 55 | 234 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.08 |
| HSL | 291.28º | 0.81% | 0.57% | - |
| HSV(B) | 291.28º | 0.76% | 0.92% | - |
| XYZ | 42.23 | 22.08 | 79.88 | - |
| YUV | 121.15 | 191.69 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 234 | 0.11 | 0.76 | 0 | 0.08 | 291.28 | 0.81 | 0.57 |
| Hex | D0 | 37 | EA | B | 4C | 0 | 8 | 123 | 51 | 39 |
| Octal | 320 | 67 | 352 | 13 | 114 | 0 | 10 | 443 | 121 | 71 |
| Binary | 11010000 | 110111 | 11101010 | 1011 | 1001100 | 0 | 1000 | 100100011 | 1010001 | 111001 |
Color Harmonies of #D037EA
Complementary color
Monochromatic Colors of #D037EA
Black with #D037EA
Text Example
Text Example
White with #D037EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D037EA; }
p { color: rgb(208,55,234); }
H1.HeaderClassName
{
color: #D037EA;
}
.AnyTagClassName
{
color: #D037EA;
}
</style>
background-color css
<style>
a { background-color: #D037EA; }
a { background-color: rgb(208,55,234); }
div.DivClassName
{
background-color: #D037EA;
}
.BgClassName
{
background-color: #D037EA;
}
</style>
border-color css
<style>
span { border-color: #D037EA; }
span { border-color: rgb(208,55,234); }
td.TdClassName
{
border-color: #D037EA;
}
.TagClassName
{
border-color: #D037EA;
}
</style>