Shades of Medium Orchid #D337E1
Tints of Medium Orchid #D337E1
RGB
CMYK
RGB Variations
Color information
#D337E1 (or 0xD337E1) is known color: Medium Orchid. HEX triplet: D3, 37 and E1. RGB value is (211,55,225). Sum of RGB (Red+Green+Blue) = 211+55+225=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 55 (21.88% from 255 or 11.20% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #D337E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D337E1 is #2CC81E. Grayscale: #787878. Windows color (decimal): -2934815 or 14759891. OLE color: 14759891.
HSL color Cylindrical-coordinate representation of color #D337E1: hue angle of 295.06º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D337E1 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 55 | 225 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.12 |
| HSL | 295.06º | 0.74% | 0.55% | - |
| HSV(B) | 295.06º | 0.76% | 0.88% | - |
| XYZ | 41.82 | 22.02 | 73.28 | - |
| YUV | 121.02 | 186.68 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 225 | 0.06 | 0.76 | 0 | 0.12 | 295.06 | 0.74 | 0.55 |
| Hex | D3 | 37 | E1 | 6 | 4C | 0 | C | 127 | 4A | 37 |
| Octal | 323 | 67 | 341 | 6 | 114 | 0 | 14 | 447 | 112 | 67 |
| Binary | 11010011 | 110111 | 11100001 | 110 | 1001100 | 0 | 1100 | 100100111 | 1001010 | 110111 |
Color Harmonies of #D337E1
Complementary color
Monochromatic Colors of #D337E1
Black with #D337E1
Text Example
Text Example
White with #D337E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D337E1; }
p { color: rgb(211,55,225); }
H1.HeaderClassName
{
color: #D337E1;
}
.AnyTagClassName
{
color: #D337E1;
}
</style>
background-color css
<style>
a { background-color: #D337E1; }
a { background-color: rgb(211,55,225); }
div.DivClassName
{
background-color: #D337E1;
}
.BgClassName
{
background-color: #D337E1;
}
</style>
border-color css
<style>
span { border-color: #D337E1; }
span { border-color: rgb(211,55,225); }
td.TdClassName
{
border-color: #D337E1;
}
.TagClassName
{
border-color: #D337E1;
}
</style>