Shades of Medium Orchid #D32DE3
Tints of Medium Orchid #D32DE3
RGB
CMYK
RGB Variations
Color information
#D32DE3 (or 0xD32DE3) is known color: Medium Orchid. HEX triplet: D3, 2D and E3. RGB value is (211,45,227). Sum of RGB (Red+Green+Blue) = 211+45+227=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 227 - color contains mainly: blue. Hex color #D32DE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32DE3 is #2CD21C. Grayscale: #727272. Windows color (decimal): -2937373 or 14888403. OLE color: 14888403.
HSL color Cylindrical-coordinate representation of color #D32DE3: hue angle of 294.73º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32DE3 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 45 | 227 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.11 |
| HSL | 294.73º | 0.76% | 0.53% | - |
| HSV(B) | 294.73º | 0.8% | 0.89% | - |
| XYZ | 41.67 | 21.27 | 74.58 | - |
| YUV | 115.38 | 191 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 227 | 0.07 | 0.80 | 0 | 0.11 | 294.73 | 0.76 | 0.53 |
| Hex | D3 | 2D | E3 | 7 | 50 | 0 | B | 127 | 4C | 35 |
| Octal | 323 | 55 | 343 | 7 | 120 | 0 | 13 | 447 | 114 | 65 |
| Binary | 11010011 | 101101 | 11100011 | 111 | 1010000 | 0 | 1011 | 100100111 | 1001100 | 110101 |
Color Harmonies of #D32DE3
Complementary color
Monochromatic Colors of #D32DE3
Black with #D32DE3
Text Example
Text Example
White with #D32DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DE3; }
p { color: rgb(211,45,227); }
H1.HeaderClassName
{
color: #D32DE3;
}
.AnyTagClassName
{
color: #D32DE3;
}
</style>
background-color css
<style>
a { background-color: #D32DE3; }
a { background-color: rgb(211,45,227); }
div.DivClassName
{
background-color: #D32DE3;
}
.BgClassName
{
background-color: #D32DE3;
}
</style>
border-color css
<style>
span { border-color: #D32DE3; }
span { border-color: rgb(211,45,227); }
td.TdClassName
{
border-color: #D32DE3;
}
.TagClassName
{
border-color: #D32DE3;
}
</style>