Shades of Medium Orchid #D037E6
Tints of Medium Orchid #D037E6
RGB
CMYK
RGB Variations
Color information
#D037E6 (or 0xD037E6) is known color: Medium Orchid. HEX triplet: D0, 37 and E6. RGB value is (208,55,230). Sum of RGB (Red+Green+Blue) = 208+55+230=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #D037E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037E6 is #2FC819. Grayscale: #787878. Windows color (decimal): -3131418 or 15087568. OLE color: 15087568.
HSL color Cylindrical-coordinate representation of color #D037E6: hue angle of 292.46º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D037E6 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 55 | 230 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.10 |
| HSL | 292.46º | 0.78% | 0.56% | - |
| HSV(B) | 292.46º | 0.76% | 0.9% | - |
| XYZ | 41.66 | 21.86 | 76.89 | - |
| YUV | 120.7 | 189.69 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 230 | 0.10 | 0.76 | 0 | 0.10 | 292.46 | 0.78 | 0.56 |
| Hex | D0 | 37 | E6 | A | 4C | 0 | A | 124 | 4E | 38 |
| Octal | 320 | 67 | 346 | 12 | 114 | 0 | 12 | 444 | 116 | 70 |
| Binary | 11010000 | 110111 | 11100110 | 1010 | 1001100 | 0 | 1010 | 100100100 | 1001110 | 111000 |
Color Harmonies of #D037E6
Complementary color
Monochromatic Colors of #D037E6
Black with #D037E6
Text Example
Text Example
White with #D037E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D037E6; }
p { color: rgb(208,55,230); }
H1.HeaderClassName
{
color: #D037E6;
}
.AnyTagClassName
{
color: #D037E6;
}
</style>
background-color css
<style>
a { background-color: #D037E6; }
a { background-color: rgb(208,55,230); }
div.DivClassName
{
background-color: #D037E6;
}
.BgClassName
{
background-color: #D037E6;
}
</style>
border-color css
<style>
span { border-color: #D037E6; }
span { border-color: rgb(208,55,230); }
td.TdClassName
{
border-color: #D037E6;
}
.TagClassName
{
border-color: #D037E6;
}
</style>