Shades of Medium Orchid #D036EA
Tints of Medium Orchid #D036EA
RGB
CMYK
RGB Variations
Color information
#D036EA (or 0xD036EA) is known color: Medium Orchid. HEX triplet: D0, 36 and EA. RGB value is (208,54,234). Sum of RGB (Red+Green+Blue) = 208+54+234=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #D036EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D036EA is #2FC915. Grayscale: #777777. Windows color (decimal): -3131670 or 15349456. OLE color: 15349456.
HSL color Cylindrical-coordinate representation of color #D036EA: hue angle of 291.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D036EA is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 54 | 234 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.08 |
| HSL | 291.33º | 0.81% | 0.56% | - |
| HSV(B) | 291.33º | 0.77% | 0.92% | - |
| XYZ | 42.18 | 21.99 | 79.86 | - |
| YUV | 120.57 | 192.02 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 234 | 0.11 | 0.77 | 0 | 0.08 | 291.33 | 0.81 | 0.56 |
| Hex | D0 | 36 | EA | B | 4D | 0 | 8 | 123 | 51 | 38 |
| Octal | 320 | 66 | 352 | 13 | 115 | 0 | 10 | 443 | 121 | 70 |
| Binary | 11010000 | 110110 | 11101010 | 1011 | 1001101 | 0 | 1000 | 100100011 | 1010001 | 111000 |
Color Harmonies of #D036EA
Complementary color
Monochromatic Colors of #D036EA
Black with #D036EA
Text Example
Text Example
White with #D036EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036EA; }
p { color: rgb(208,54,234); }
H1.HeaderClassName
{
color: #D036EA;
}
.AnyTagClassName
{
color: #D036EA;
}
</style>
background-color css
<style>
a { background-color: #D036EA; }
a { background-color: rgb(208,54,234); }
div.DivClassName
{
background-color: #D036EA;
}
.BgClassName
{
background-color: #D036EA;
}
</style>
border-color css
<style>
span { border-color: #D036EA; }
span { border-color: rgb(208,54,234); }
td.TdClassName
{
border-color: #D036EA;
}
.TagClassName
{
border-color: #D036EA;
}
</style>