Shades of Medium Orchid #D436EC
Tints of Medium Orchid #D436EC
RGB
CMYK
RGB Variations
Color information
#D436EC (or 0xD436EC) is known color: Medium Orchid. HEX triplet: D4, 36 and EC. RGB value is (212,54,236). Sum of RGB (Red+Green+Blue) = 212+54+236=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 54 (21.48% from 255 or 10.76% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #D436EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D436EC is #2BC913. Grayscale: #797979. Windows color (decimal): -2869524 or 15480532. OLE color: 15480532.
HSL color Cylindrical-coordinate representation of color #D436EC: hue angle of 292.09º degrees, saturation: 0.83, 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 #D436EC is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 54 | 236 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.07 |
| HSL | 292.09º | 0.83% | 0.57% | - |
| HSV(B) | 292.09º | 0.77% | 0.93% | - |
| XYZ | 43.61 | 22.69 | 81.44 | - |
| YUV | 121.99 | 192.35 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 236 | 0.10 | 0.77 | 0 | 0.07 | 292.09 | 0.83 | 0.57 |
| Hex | D4 | 36 | EC | A | 4D | 0 | 7 | 124 | 53 | 39 |
| Octal | 324 | 66 | 354 | 12 | 115 | 0 | 7 | 444 | 123 | 71 |
| Binary | 11010100 | 110110 | 11101100 | 1010 | 1001101 | 0 | 111 | 100100100 | 1010011 | 111001 |
Color Harmonies of #D436EC
Complementary color
Monochromatic Colors of #D436EC
Black with #D436EC
Text Example
Text Example
White with #D436EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D436EC; }
p { color: rgb(212,54,236); }
H1.HeaderClassName
{
color: #D436EC;
}
.AnyTagClassName
{
color: #D436EC;
}
</style>
background-color css
<style>
a { background-color: #D436EC; }
a { background-color: rgb(212,54,236); }
div.DivClassName
{
background-color: #D436EC;
}
.BgClassName
{
background-color: #D436EC;
}
</style>
border-color css
<style>
span { border-color: #D436EC; }
span { border-color: rgb(212,54,236); }
td.TdClassName
{
border-color: #D436EC;
}
.TagClassName
{
border-color: #D436EC;
}
</style>