Shades of Medium Orchid #D039EC
Tints of Medium Orchid #D039EC
RGB
CMYK
RGB Variations
Color information
#D039EC (or 0xD039EC) is known color: Medium Orchid. HEX triplet: D0, 39 and EC. RGB value is (208,57,236). Sum of RGB (Red+Green+Blue) = 208+57+236=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #D039EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D039EC is #2FC613. Grayscale: #797979. Windows color (decimal): -3130900 or 15481296. OLE color: 15481296.
HSL color Cylindrical-coordinate representation of color #D039EC: hue angle of 290.61º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D039EC is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 57 | 236 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.07 |
| HSL | 290.61º | 0.82% | 0.57% | - |
| HSV(B) | 290.61º | 0.76% | 0.93% | - |
| XYZ | 42.62 | 22.39 | 81.43 | - |
| YUV | 122.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 236 | 0.12 | 0.76 | 0 | 0.07 | 290.61 | 0.82 | 0.57 |
| Hex | D0 | 39 | EC | C | 4C | 0 | 7 | 123 | 52 | 39 |
| Octal | 320 | 71 | 354 | 14 | 114 | 0 | 7 | 443 | 122 | 71 |
| Binary | 11010000 | 111001 | 11101100 | 1100 | 1001100 | 0 | 111 | 100100011 | 1010010 | 111001 |
Color Harmonies of #D039EC
Complementary color
Monochromatic Colors of #D039EC
Black with #D039EC
Text Example
Text Example
White with #D039EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039EC; }
p { color: rgb(208,57,236); }
H1.HeaderClassName
{
color: #D039EC;
}
.AnyTagClassName
{
color: #D039EC;
}
</style>
background-color css
<style>
a { background-color: #D039EC; }
a { background-color: rgb(208,57,236); }
div.DivClassName
{
background-color: #D039EC;
}
.BgClassName
{
background-color: #D039EC;
}
</style>
border-color css
<style>
span { border-color: #D039EC; }
span { border-color: rgb(208,57,236); }
td.TdClassName
{
border-color: #D039EC;
}
.TagClassName
{
border-color: #D039EC;
}
</style>