Shades of Medium Orchid #D436EE
Tints of Medium Orchid #D436EE
RGB
CMYK
RGB Variations
Color information
#D436EE (or 0xD436EE) is known color: Medium Orchid. HEX triplet: D4, 36 and EE. RGB value is (212,54,238). Sum of RGB (Red+Green+Blue) = 212+54+238=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 54 (21.48% from 255 or 10.71% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #D436EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D436EE is #2BC911. Grayscale: #797979. Windows color (decimal): -2869522 or 15611604. OLE color: 15611604.
HSL color Cylindrical-coordinate representation of color #D436EE: hue angle of 291.52º 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 #D436EE is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 54 | 238 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.07 |
| HSL | 291.52º | 0.84% | 0.57% | - |
| HSV(B) | 291.52º | 0.77% | 0.93% | - |
| XYZ | 43.9 | 22.81 | 82.98 | - |
| YUV | 122.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 238 | 0.11 | 0.77 | 0 | 0.07 | 291.52 | 0.84 | 0.57 |
| Hex | D4 | 36 | EE | B | 4D | 0 | 7 | 124 | 54 | 39 |
| Octal | 324 | 66 | 356 | 13 | 115 | 0 | 7 | 444 | 124 | 71 |
| Binary | 11010100 | 110110 | 11101110 | 1011 | 1001101 | 0 | 111 | 100100100 | 1010100 | 111001 |
Color Harmonies of #D436EE
Complementary color
Monochromatic Colors of #D436EE
Black with #D436EE
Text Example
Text Example
White with #D436EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D436EE; }
p { color: rgb(212,54,238); }
H1.HeaderClassName
{
color: #D436EE;
}
.AnyTagClassName
{
color: #D436EE;
}
</style>
background-color css
<style>
a { background-color: #D436EE; }
a { background-color: rgb(212,54,238); }
div.DivClassName
{
background-color: #D436EE;
}
.BgClassName
{
background-color: #D436EE;
}
</style>
border-color css
<style>
span { border-color: #D436EE; }
span { border-color: rgb(212,54,238); }
td.TdClassName
{
border-color: #D436EE;
}
.TagClassName
{
border-color: #D436EE;
}
</style>