Shades of Medium Orchid #D32DE2
Tints of Medium Orchid #D32DE2
RGB
CMYK
RGB Variations
Color information
#D32DE2 (or 0xD32DE2) is known color: Medium Orchid. HEX triplet: D3, 2D and E2. RGB value is (211,45,226). Sum of RGB (Red+Green+Blue) = 211+45+226=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #D32DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32DE2 is #2CD21D. Grayscale: #727272. Windows color (decimal): -2937374 or 14822867. OLE color: 14822867.
HSL color Cylindrical-coordinate representation of color #D32DE2: hue angle of 295.03º 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 #D32DE2 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 45 | 226 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.11 |
| HSL | 295.03º | 0.76% | 0.53% | - |
| HSV(B) | 295.03º | 0.8% | 0.89% | - |
| XYZ | 41.53 | 21.22 | 73.86 | - |
| YUV | 115.27 | 190.5 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 226 | 0.07 | 0.80 | 0 | 0.11 | 295.03 | 0.76 | 0.53 |
| Hex | D3 | 2D | E2 | 7 | 50 | 0 | B | 127 | 4C | 35 |
| Octal | 323 | 55 | 342 | 7 | 120 | 0 | 13 | 447 | 114 | 65 |
| Binary | 11010011 | 101101 | 11100010 | 111 | 1010000 | 0 | 1011 | 100100111 | 1001100 | 110101 |
Color Harmonies of #D32DE2
Complementary color
Monochromatic Colors of #D32DE2
Black with #D32DE2
Text Example
Text Example
White with #D32DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DE2; }
p { color: rgb(211,45,226); }
H1.HeaderClassName
{
color: #D32DE2;
}
.AnyTagClassName
{
color: #D32DE2;
}
</style>
background-color css
<style>
a { background-color: #D32DE2; }
a { background-color: rgb(211,45,226); }
div.DivClassName
{
background-color: #D32DE2;
}
.BgClassName
{
background-color: #D32DE2;
}
</style>
border-color css
<style>
span { border-color: #D32DE2; }
span { border-color: rgb(211,45,226); }
td.TdClassName
{
border-color: #D32DE2;
}
.TagClassName
{
border-color: #D32DE2;
}
</style>