Shades of Medium Orchid #D32DE0
Tints of Medium Orchid #D32DE0
RGB
CMYK
RGB Variations
Color information
#D32DE0 (or 0xD32DE0) is known color: Medium Orchid. HEX triplet: D3, 2D and E0. RGB value is (211,45,224). Sum of RGB (Red+Green+Blue) = 211+45+224=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #D32DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32DE0 is #2CD21F. Grayscale: #727272. Windows color (decimal): -2937376 or 14691795. OLE color: 14691795.
HSL color Cylindrical-coordinate representation of color #D32DE0: hue angle of 295.64º degrees, saturation: 0.74, 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 #D32DE0 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 45 | 224 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.12 |
| HSL | 295.64º | 0.74% | 0.53% | - |
| HSV(B) | 295.64º | 0.8% | 0.88% | - |
| XYZ | 41.26 | 21.11 | 72.42 | - |
| YUV | 115.04 | 189.5 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 224 | 0.06 | 0.80 | 0 | 0.12 | 295.64 | 0.74 | 0.53 |
| Hex | D3 | 2D | E0 | 6 | 50 | 0 | C | 128 | 4A | 35 |
| Octal | 323 | 55 | 340 | 6 | 120 | 0 | 14 | 450 | 112 | 65 |
| Binary | 11010011 | 101101 | 11100000 | 110 | 1010000 | 0 | 1100 | 100101000 | 1001010 | 110101 |
Color Harmonies of #D32DE0
Complementary color
Monochromatic Colors of #D32DE0
Black with #D32DE0
Text Example
Text Example
White with #D32DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DE0; }
p { color: rgb(211,45,224); }
H1.HeaderClassName
{
color: #D32DE0;
}
.AnyTagClassName
{
color: #D32DE0;
}
</style>
background-color css
<style>
a { background-color: #D32DE0; }
a { background-color: rgb(211,45,224); }
div.DivClassName
{
background-color: #D32DE0;
}
.BgClassName
{
background-color: #D32DE0;
}
</style>
border-color css
<style>
span { border-color: #D32DE0; }
span { border-color: rgb(211,45,224); }
td.TdClassName
{
border-color: #D32DE0;
}
.TagClassName
{
border-color: #D32DE0;
}
</style>