Shades of Medium Orchid #D437ED
Tints of Medium Orchid #D437ED
RGB
CMYK
RGB Variations
Color information
#D437ED (or 0xD437ED) is known color: Medium Orchid. HEX triplet: D4, 37 and ED. RGB value is (212,55,237). Sum of RGB (Red+Green+Blue) = 212+55+237=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 55 (21.88% from 255 or 10.91% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #D437ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D437ED is #2BC812. Grayscale: #7A7A7A. Windows color (decimal): -2869267 or 15546324. OLE color: 15546324.
HSL color Cylindrical-coordinate representation of color #D437ED: hue angle of 291.76º 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 #D437ED is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 55 | 237 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.07 |
| HSL | 291.76º | 0.83% | 0.57% | - |
| HSV(B) | 291.76º | 0.77% | 0.93% | - |
| XYZ | 43.8 | 22.84 | 82.22 | - |
| YUV | 122.69 | 192.51 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 237 | 0.11 | 0.77 | 0 | 0.07 | 291.76 | 0.83 | 0.57 |
| Hex | D4 | 37 | ED | B | 4D | 0 | 7 | 124 | 53 | 39 |
| Octal | 324 | 67 | 355 | 13 | 115 | 0 | 7 | 444 | 123 | 71 |
| Binary | 11010100 | 110111 | 11101101 | 1011 | 1001101 | 0 | 111 | 100100100 | 1010011 | 111001 |
Color Harmonies of #D437ED
Complementary color
Monochromatic Colors of #D437ED
Black with #D437ED
Text Example
Text Example
White with #D437ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437ED; }
p { color: rgb(212,55,237); }
H1.HeaderClassName
{
color: #D437ED;
}
.AnyTagClassName
{
color: #D437ED;
}
</style>
background-color css
<style>
a { background-color: #D437ED; }
a { background-color: rgb(212,55,237); }
div.DivClassName
{
background-color: #D437ED;
}
.BgClassName
{
background-color: #D437ED;
}
</style>
border-color css
<style>
span { border-color: #D437ED; }
span { border-color: rgb(212,55,237); }
td.TdClassName
{
border-color: #D437ED;
}
.TagClassName
{
border-color: #D437ED;
}
</style>