Shades of Medium Orchid #D437EC
Tints of Medium Orchid #D437EC
RGB
CMYK
RGB Variations
Color information
#D437EC (or 0xD437EC) is known color: Medium Orchid. HEX triplet: D4, 37 and EC. RGB value is (212,55,236). Sum of RGB (Red+Green+Blue) = 212+55+236=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #D437EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D437EC is #2BC813. Grayscale: #7A7A7A. Windows color (decimal): -2869268 or 15480788. OLE color: 15480788.
HSL color Cylindrical-coordinate representation of color #D437EC: hue angle of 292.04º 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 #D437EC is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 55 | 236 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.07 |
| HSL | 292.04º | 0.83% | 0.57% | - |
| HSV(B) | 292.04º | 0.77% | 0.93% | - |
| XYZ | 43.66 | 22.79 | 81.45 | - |
| YUV | 122.58 | 192.01 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 236 | 0.10 | 0.77 | 0 | 0.07 | 292.04 | 0.83 | 0.57 |
| Hex | D4 | 37 | EC | A | 4D | 0 | 7 | 124 | 53 | 39 |
| Octal | 324 | 67 | 354 | 12 | 115 | 0 | 7 | 444 | 123 | 71 |
| Binary | 11010100 | 110111 | 11101100 | 1010 | 1001101 | 0 | 111 | 100100100 | 1010011 | 111001 |
Color Harmonies of #D437EC
Complementary color
Monochromatic Colors of #D437EC
Black with #D437EC
Text Example
Text Example
White with #D437EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437EC; }
p { color: rgb(212,55,236); }
H1.HeaderClassName
{
color: #D437EC;
}
.AnyTagClassName
{
color: #D437EC;
}
</style>
background-color css
<style>
a { background-color: #D437EC; }
a { background-color: rgb(212,55,236); }
div.DivClassName
{
background-color: #D437EC;
}
.BgClassName
{
background-color: #D437EC;
}
</style>
border-color css
<style>
span { border-color: #D437EC; }
span { border-color: rgb(212,55,236); }
td.TdClassName
{
border-color: #D437EC;
}
.TagClassName
{
border-color: #D437EC;
}
</style>