Shades of Medium Orchid #D32FE3
Tints of Medium Orchid #D32FE3
RGB
CMYK
RGB Variations
Color information
#D32FE3 (or 0xD32FE3) is known color: Medium Orchid. HEX triplet: D3, 2F and E3. RGB value is (211,47,227). Sum of RGB (Red+Green+Blue) = 211+47+227=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #D32FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FE3 is #2CD01C. Grayscale: #747474. Windows color (decimal): -2936861 or 14888915. OLE color: 14888915.
HSL color Cylindrical-coordinate representation of color #D32FE3: hue angle of 294.67º 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 #D32FE3 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 47 | 227 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.11 |
| HSL | 294.67º | 0.76% | 0.54% | - |
| HSV(B) | 294.67º | 0.79% | 0.89% | - |
| XYZ | 41.75 | 21.43 | 74.61 | - |
| YUV | 116.56 | 190.33 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 227 | 0.07 | 0.79 | 0 | 0.11 | 294.67 | 0.76 | 0.54 |
| Hex | D3 | 2F | E3 | 7 | 4F | 0 | B | 127 | 4C | 36 |
| Octal | 323 | 57 | 343 | 7 | 117 | 0 | 13 | 447 | 114 | 66 |
| Binary | 11010011 | 101111 | 11100011 | 111 | 1001111 | 0 | 1011 | 100100111 | 1001100 | 110110 |
Color Harmonies of #D32FE3
Complementary color
Monochromatic Colors of #D32FE3
Black with #D32FE3
Text Example
Text Example
White with #D32FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FE3; }
p { color: rgb(211,47,227); }
H1.HeaderClassName
{
color: #D32FE3;
}
.AnyTagClassName
{
color: #D32FE3;
}
</style>
background-color css
<style>
a { background-color: #D32FE3; }
a { background-color: rgb(211,47,227); }
div.DivClassName
{
background-color: #D32FE3;
}
.BgClassName
{
background-color: #D32FE3;
}
</style>
border-color css
<style>
span { border-color: #D32FE3; }
span { border-color: rgb(211,47,227); }
td.TdClassName
{
border-color: #D32FE3;
}
.TagClassName
{
border-color: #D32FE3;
}
</style>