Shades of Medium Orchid #D32EE1
Tints of Medium Orchid #D32EE1
RGB
CMYK
RGB Variations
Color information
#D32EE1 (or 0xD32EE1) is known color: Medium Orchid. HEX triplet: D3, 2E and E1. RGB value is (211,46,225). Sum of RGB (Red+Green+Blue) = 211+46+225=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #D32EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32EE1 is #2CD11E. Grayscale: #737373. Windows color (decimal): -2937119 or 14757587. OLE color: 14757587.
HSL color Cylindrical-coordinate representation of color #D32EE1: hue angle of 295.31º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32EE1 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 46 | 225 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.12 |
| HSL | 295.31º | 0.75% | 0.53% | - |
| HSV(B) | 295.31º | 0.8% | 0.88% | - |
| XYZ | 41.43 | 21.24 | 73.15 | - |
| YUV | 115.74 | 189.66 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 225 | 0.06 | 0.80 | 0 | 0.12 | 295.31 | 0.75 | 0.53 |
| Hex | D3 | 2E | E1 | 6 | 50 | 0 | C | 127 | 4B | 35 |
| Octal | 323 | 56 | 341 | 6 | 120 | 0 | 14 | 447 | 113 | 65 |
| Binary | 11010011 | 101110 | 11100001 | 110 | 1010000 | 0 | 1100 | 100100111 | 1001011 | 110101 |
Color Harmonies of #D32EE1
Complementary color
Monochromatic Colors of #D32EE1
Black with #D32EE1
Text Example
Text Example
White with #D32EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32EE1; }
p { color: rgb(211,46,225); }
H1.HeaderClassName
{
color: #D32EE1;
}
.AnyTagClassName
{
color: #D32EE1;
}
</style>
background-color css
<style>
a { background-color: #D32EE1; }
a { background-color: rgb(211,46,225); }
div.DivClassName
{
background-color: #D32EE1;
}
.BgClassName
{
background-color: #D32EE1;
}
</style>
border-color css
<style>
span { border-color: #D32EE1; }
span { border-color: rgb(211,46,225); }
td.TdClassName
{
border-color: #D32EE1;
}
.TagClassName
{
border-color: #D32EE1;
}
</style>