Shades of Medium Orchid #D036EE
Tints of Medium Orchid #D036EE
RGB
CMYK
RGB Variations
Color information
#D036EE (or 0xD036EE) is known color: Medium Orchid. HEX triplet: D0, 36 and EE. RGB value is (208,54,238). Sum of RGB (Red+Green+Blue) = 208+54+238=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #D036EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D036EE is #2FC911. Grayscale: #787878. Windows color (decimal): -3131666 or 15611600. OLE color: 15611600.
HSL color Cylindrical-coordinate representation of color #D036EE: hue angle of 290.22º degrees, saturation: 0.84, 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 #D036EE is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 54 | 238 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.07 |
| HSL | 290.22º | 0.84% | 0.57% | - |
| HSV(B) | 290.22º | 0.77% | 0.93% | - |
| XYZ | 42.76 | 22.22 | 82.92 | - |
| YUV | 121.02 | 194.02 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 238 | 0.13 | 0.77 | 0 | 0.07 | 290.22 | 0.84 | 0.57 |
| Hex | D0 | 36 | EE | D | 4D | 0 | 7 | 122 | 54 | 39 |
| Octal | 320 | 66 | 356 | 15 | 115 | 0 | 7 | 442 | 124 | 71 |
| Binary | 11010000 | 110110 | 11101110 | 1101 | 1001101 | 0 | 111 | 100100010 | 1010100 | 111001 |
Color Harmonies of #D036EE
Complementary color
Monochromatic Colors of #D036EE
Black with #D036EE
Text Example
Text Example
White with #D036EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036EE; }
p { color: rgb(208,54,238); }
H1.HeaderClassName
{
color: #D036EE;
}
.AnyTagClassName
{
color: #D036EE;
}
</style>
background-color css
<style>
a { background-color: #D036EE; }
a { background-color: rgb(208,54,238); }
div.DivClassName
{
background-color: #D036EE;
}
.BgClassName
{
background-color: #D036EE;
}
</style>
border-color css
<style>
span { border-color: #D036EE; }
span { border-color: rgb(208,54,238); }
td.TdClassName
{
border-color: #D036EE;
}
.TagClassName
{
border-color: #D036EE;
}
</style>