Shades of Medium Orchid #D437EE
Tints of Medium Orchid #D437EE
RGB
CMYK
RGB Variations
Color information
#D437EE (or 0xD437EE) is known color: Medium Orchid. HEX triplet: D4, 37 and EE. RGB value is (212,55,238). Sum of RGB (Red+Green+Blue) = 212+55+238=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 55 (21.88% from 255 or 10.89% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #D437EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D437EE is #2BC811. Grayscale: #7A7A7A. Windows color (decimal): -2869266 or 15611860. OLE color: 15611860.
HSL color Cylindrical-coordinate representation of color #D437EE: hue angle of 291.48º 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 #D437EE is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 55 | 238 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.07 |
| HSL | 291.48º | 0.84% | 0.57% | - |
| HSV(B) | 291.48º | 0.77% | 0.93% | - |
| XYZ | 43.95 | 22.9 | 82.99 | - |
| YUV | 122.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 238 | 0.11 | 0.77 | 0 | 0.07 | 291.48 | 0.84 | 0.57 |
| Hex | D4 | 37 | EE | B | 4D | 0 | 7 | 123 | 54 | 39 |
| Octal | 324 | 67 | 356 | 13 | 115 | 0 | 7 | 443 | 124 | 71 |
| Binary | 11010100 | 110111 | 11101110 | 1011 | 1001101 | 0 | 111 | 100100011 | 1010100 | 111001 |
Color Harmonies of #D437EE
Complementary color
Monochromatic Colors of #D437EE
Black with #D437EE
Text Example
Text Example
White with #D437EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437EE; }
p { color: rgb(212,55,238); }
H1.HeaderClassName
{
color: #D437EE;
}
.AnyTagClassName
{
color: #D437EE;
}
</style>
background-color css
<style>
a { background-color: #D437EE; }
a { background-color: rgb(212,55,238); }
div.DivClassName
{
background-color: #D437EE;
}
.BgClassName
{
background-color: #D437EE;
}
</style>
border-color css
<style>
span { border-color: #D437EE; }
span { border-color: rgb(212,55,238); }
td.TdClassName
{
border-color: #D437EE;
}
.TagClassName
{
border-color: #D437EE;
}
</style>