Shades of Medium Orchid #D437EF
Tints of Medium Orchid #D437EF
RGB
CMYK
RGB Variations
Color information
#D437EF (or 0xD437EF) is known color: Medium Orchid. HEX triplet: D4, 37 and EF. RGB value is (212,55,239). Sum of RGB (Red+Green+Blue) = 212+55+239=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 55 (21.88% from 255 or 10.87% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #D437EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D437EF is #2BC810. Grayscale: #7A7A7A. Windows color (decimal): -2869265 or 15677396. OLE color: 15677396.
HSL color Cylindrical-coordinate representation of color #D437EF: hue angle of 291.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D437EF is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 55 | 239 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.06 |
| HSL | 291.2º | 0.85% | 0.58% | - |
| HSV(B) | 291.2º | 0.77% | 0.94% | - |
| XYZ | 44.1 | 22.96 | 83.77 | - |
| YUV | 122.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 239 | 0.11 | 0.77 | 0 | 0.06 | 291.2 | 0.85 | 0.58 |
| Hex | D4 | 37 | EF | B | 4D | 0 | 6 | 123 | 55 | 3A |
| Octal | 324 | 67 | 357 | 13 | 115 | 0 | 6 | 443 | 125 | 72 |
| Binary | 11010100 | 110111 | 11101111 | 1011 | 1001101 | 0 | 110 | 100100011 | 1010101 | 111010 |
Color Harmonies of #D437EF
Complementary color
Monochromatic Colors of #D437EF
Black with #D437EF
Text Example
Text Example
White with #D437EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437EF; }
p { color: rgb(212,55,239); }
H1.HeaderClassName
{
color: #D437EF;
}
.AnyTagClassName
{
color: #D437EF;
}
</style>
background-color css
<style>
a { background-color: #D437EF; }
a { background-color: rgb(212,55,239); }
div.DivClassName
{
background-color: #D437EF;
}
.BgClassName
{
background-color: #D437EF;
}
</style>
border-color css
<style>
span { border-color: #D437EF; }
span { border-color: rgb(212,55,239); }
td.TdClassName
{
border-color: #D437EF;
}
.TagClassName
{
border-color: #D437EF;
}
</style>