Shades of Medium Orchid #D437F5
Tints of Medium Orchid #D437F5
RGB
CMYK
RGB Variations
Color information
#D437F5 (or 0xD437F5) is known color: Medium Orchid. HEX triplet: D4, 37 and F5. RGB value is (212,55,245). Sum of RGB (Red+Green+Blue) = 212+55+245=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #D437F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D437F5 is #2BC80A. Grayscale: #7A7A7A. Windows color (decimal): -2869259 or 16070612. OLE color: 16070612.
HSL color Cylindrical-coordinate representation of color #D437F5: hue angle of 289.58º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D437F5 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 55 | 245 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.04 |
| HSL | 289.58º | 0.9% | 0.59% | - |
| HSV(B) | 289.58º | 0.78% | 0.96% | - |
| XYZ | 45 | 23.32 | 88.52 | - |
| YUV | 123.6 | 196.51 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 245 | 0.13 | 0.78 | 0 | 0.04 | 289.58 | 0.9 | 0.59 |
| Hex | D4 | 37 | F5 | D | 4E | 0 | 4 | 122 | 5A | 3B |
| Octal | 324 | 67 | 365 | 15 | 116 | 0 | 4 | 442 | 132 | 73 |
| Binary | 11010100 | 110111 | 11110101 | 1101 | 1001110 | 0 | 100 | 100100010 | 1011010 | 111011 |
Color Harmonies of #D437F5
Complementary color
Monochromatic Colors of #D437F5
Black with #D437F5
Text Example
Text Example
White with #D437F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437F5; }
p { color: rgb(212,55,245); }
H1.HeaderClassName
{
color: #D437F5;
}
.AnyTagClassName
{
color: #D437F5;
}
</style>
background-color css
<style>
a { background-color: #D437F5; }
a { background-color: rgb(212,55,245); }
div.DivClassName
{
background-color: #D437F5;
}
.BgClassName
{
background-color: #D437F5;
}
</style>
border-color css
<style>
span { border-color: #D437F5; }
span { border-color: rgb(212,55,245); }
td.TdClassName
{
border-color: #D437F5;
}
.TagClassName
{
border-color: #D437F5;
}
</style>