Shades of Medium Orchid #D32FE2
Tints of Medium Orchid #D32FE2
RGB
CMYK
RGB Variations
Color information
#D32FE2 (or 0xD32FE2) is known color: Medium Orchid. HEX triplet: D3, 2F and E2. RGB value is (211,47,226). Sum of RGB (Red+Green+Blue) = 211+47+226=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #D32FE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FE2 is #2CD01D. Grayscale: #737373. Windows color (decimal): -2936862 or 14823379. OLE color: 14823379.
HSL color Cylindrical-coordinate representation of color #D32FE2: hue angle of 294.97º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32FE2 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 47 | 226 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.11 |
| HSL | 294.97º | 0.76% | 0.54% | - |
| HSV(B) | 294.97º | 0.79% | 0.89% | - |
| XYZ | 41.61 | 21.37 | 73.88 | - |
| YUV | 116.44 | 189.83 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 226 | 0.07 | 0.79 | 0 | 0.11 | 294.97 | 0.76 | 0.54 |
| Hex | D3 | 2F | E2 | 7 | 4F | 0 | B | 127 | 4C | 36 |
| Octal | 323 | 57 | 342 | 7 | 117 | 0 | 13 | 447 | 114 | 66 |
| Binary | 11010011 | 101111 | 11100010 | 111 | 1001111 | 0 | 1011 | 100100111 | 1001100 | 110110 |
Color Harmonies of #D32FE2
Complementary color
Monochromatic Colors of #D32FE2
Black with #D32FE2
Text Example
Text Example
White with #D32FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FE2; }
p { color: rgb(211,47,226); }
H1.HeaderClassName
{
color: #D32FE2;
}
.AnyTagClassName
{
color: #D32FE2;
}
</style>
background-color css
<style>
a { background-color: #D32FE2; }
a { background-color: rgb(211,47,226); }
div.DivClassName
{
background-color: #D32FE2;
}
.BgClassName
{
background-color: #D32FE2;
}
</style>
border-color css
<style>
span { border-color: #D32FE2; }
span { border-color: rgb(211,47,226); }
td.TdClassName
{
border-color: #D32FE2;
}
.TagClassName
{
border-color: #D32FE2;
}
</style>