Shades of Medium Orchid #D331E1
Tints of Medium Orchid #D331E1
RGB
CMYK
RGB Variations
Color information
#D331E1 (or 0xD331E1) is known color: Medium Orchid. HEX triplet: D3, 31 and E1. RGB value is (211,49,225). Sum of RGB (Red+Green+Blue) = 211+49+225=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #D331E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331E1 is #2CCE1E. Grayscale: #747474. Windows color (decimal): -2936351 or 14758355. OLE color: 14758355.
HSL color Cylindrical-coordinate representation of color #D331E1: hue angle of 295.23º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D331E1 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 49 | 225 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.12 |
| HSL | 295.23º | 0.75% | 0.54% | - |
| HSV(B) | 295.23º | 0.78% | 0.88% | - |
| XYZ | 41.55 | 21.48 | 73.19 | - |
| YUV | 117.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 225 | 0.06 | 0.78 | 0 | 0.12 | 295.23 | 0.75 | 0.54 |
| Hex | D3 | 31 | E1 | 6 | 4E | 0 | C | 127 | 4B | 36 |
| Octal | 323 | 61 | 341 | 6 | 116 | 0 | 14 | 447 | 113 | 66 |
| Binary | 11010011 | 110001 | 11100001 | 110 | 1001110 | 0 | 1100 | 100100111 | 1001011 | 110110 |
Color Harmonies of #D331E1
Complementary color
Monochromatic Colors of #D331E1
Black with #D331E1
Text Example
Text Example
White with #D331E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331E1; }
p { color: rgb(211,49,225); }
H1.HeaderClassName
{
color: #D331E1;
}
.AnyTagClassName
{
color: #D331E1;
}
</style>
background-color css
<style>
a { background-color: #D331E1; }
a { background-color: rgb(211,49,225); }
div.DivClassName
{
background-color: #D331E1;
}
.BgClassName
{
background-color: #D331E1;
}
</style>
border-color css
<style>
span { border-color: #D331E1; }
span { border-color: rgb(211,49,225); }
td.TdClassName
{
border-color: #D331E1;
}
.TagClassName
{
border-color: #D331E1;
}
</style>