Shades of Medium Orchid #D037EC
Tints of Medium Orchid #D037EC
RGB
CMYK
RGB Variations
Color information
#D037EC (or 0xD037EC) is known color: Medium Orchid. HEX triplet: D0, 37 and EC. RGB value is (208,55,236). Sum of RGB (Red+Green+Blue) = 208+55+236=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #D037EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037EC is #2FC813. Grayscale: #787878. Windows color (decimal): -3131412 or 15480784. OLE color: 15480784.
HSL color Cylindrical-coordinate representation of color #D037EC: hue angle of 290.72º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D037EC is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 55 | 236 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.07 |
| HSL | 290.72º | 0.83% | 0.57% | - |
| HSV(B) | 290.72º | 0.77% | 0.93% | - |
| XYZ | 42.52 | 22.2 | 81.4 | - |
| YUV | 121.38 | 192.69 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 236 | 0.12 | 0.77 | 0 | 0.07 | 290.72 | 0.83 | 0.57 |
| Hex | D0 | 37 | EC | C | 4D | 0 | 7 | 123 | 53 | 39 |
| Octal | 320 | 67 | 354 | 14 | 115 | 0 | 7 | 443 | 123 | 71 |
| Binary | 11010000 | 110111 | 11101100 | 1100 | 1001101 | 0 | 111 | 100100011 | 1010011 | 111001 |
Color Harmonies of #D037EC
Complementary color
Monochromatic Colors of #D037EC
Black with #D037EC
Text Example
Text Example
White with #D037EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D037EC; }
p { color: rgb(208,55,236); }
H1.HeaderClassName
{
color: #D037EC;
}
.AnyTagClassName
{
color: #D037EC;
}
</style>
background-color css
<style>
a { background-color: #D037EC; }
a { background-color: rgb(208,55,236); }
div.DivClassName
{
background-color: #D037EC;
}
.BgClassName
{
background-color: #D037EC;
}
</style>
border-color css
<style>
span { border-color: #D037EC; }
span { border-color: rgb(208,55,236); }
td.TdClassName
{
border-color: #D037EC;
}
.TagClassName
{
border-color: #D037EC;
}
</style>