Shades of Medium Orchid #D039EF
Tints of Medium Orchid #D039EF
RGB
CMYK
RGB Variations
Color information
#D039EF (or 0xD039EF) is known color: Medium Orchid. HEX triplet: D0, 39 and EF. RGB value is (208,57,239). Sum of RGB (Red+Green+Blue) = 208+57+239=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 57 (22.66% from 255 or 11.31% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #D039EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D039EF is #2FC610. Grayscale: #7A7A7A. Windows color (decimal): -3130897 or 15677904. OLE color: 15677904.
HSL color Cylindrical-coordinate representation of color #D039EF: hue angle of 289.78º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D039EF is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 57 | 239 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.06 |
| HSL | 289.78º | 0.85% | 0.58% | - |
| HSV(B) | 289.78º | 0.76% | 0.94% | - |
| XYZ | 43.06 | 22.57 | 83.75 | - |
| YUV | 122.9 | 193.53 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 239 | 0.13 | 0.76 | 0 | 0.06 | 289.78 | 0.85 | 0.58 |
| Hex | D0 | 39 | EF | D | 4C | 0 | 6 | 122 | 55 | 3A |
| Octal | 320 | 71 | 357 | 15 | 114 | 0 | 6 | 442 | 125 | 72 |
| Binary | 11010000 | 111001 | 11101111 | 1101 | 1001100 | 0 | 110 | 100100010 | 1010101 | 111010 |
Color Harmonies of #D039EF
Complementary color
Monochromatic Colors of #D039EF
Black with #D039EF
Text Example
Text Example
White with #D039EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039EF; }
p { color: rgb(208,57,239); }
H1.HeaderClassName
{
color: #D039EF;
}
.AnyTagClassName
{
color: #D039EF;
}
</style>
background-color css
<style>
a { background-color: #D039EF; }
a { background-color: rgb(208,57,239); }
div.DivClassName
{
background-color: #D039EF;
}
.BgClassName
{
background-color: #D039EF;
}
</style>
border-color css
<style>
span { border-color: #D039EF; }
span { border-color: rgb(208,57,239); }
td.TdClassName
{
border-color: #D039EF;
}
.TagClassName
{
border-color: #D039EF;
}
</style>