Shades of Medium Orchid #D22EE1
Tints of Medium Orchid #D22EE1
RGB
CMYK
RGB Variations
Color information
#D22EE1 (or 0xD22EE1) is known color: Medium Orchid. HEX triplet: D2, 2E and E1. RGB value is (210,46,225). Sum of RGB (Red+Green+Blue) = 210+46+225=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #D22EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22EE1 is #2DD11E. Grayscale: #727272. Windows color (decimal): -3002655 or 14757586. OLE color: 14757586.
HSL color Cylindrical-coordinate representation of color #D22EE1: hue angle of 294.97º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22EE1 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 46 | 225 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.12 |
| HSL | 294.97º | 0.75% | 0.53% | - |
| HSV(B) | 294.97º | 0.8% | 0.88% | - |
| XYZ | 41.15 | 21.09 | 73.14 | - |
| YUV | 115.44 | 189.83 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 225 | 0.07 | 0.80 | 0 | 0.12 | 294.97 | 0.75 | 0.53 |
| Hex | D2 | 2E | E1 | 7 | 50 | 0 | C | 127 | 4B | 35 |
| Octal | 322 | 56 | 341 | 7 | 120 | 0 | 14 | 447 | 113 | 65 |
| Binary | 11010010 | 101110 | 11100001 | 111 | 1010000 | 0 | 1100 | 100100111 | 1001011 | 110101 |
Color Harmonies of #D22EE1
Complementary color
Monochromatic Colors of #D22EE1
Black with #D22EE1
Text Example
Text Example
White with #D22EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22EE1; }
p { color: rgb(210,46,225); }
H1.HeaderClassName
{
color: #D22EE1;
}
.AnyTagClassName
{
color: #D22EE1;
}
</style>
background-color css
<style>
a { background-color: #D22EE1; }
a { background-color: rgb(210,46,225); }
div.DivClassName
{
background-color: #D22EE1;
}
.BgClassName
{
background-color: #D22EE1;
}
</style>
border-color css
<style>
span { border-color: #D22EE1; }
span { border-color: rgb(210,46,225); }
td.TdClassName
{
border-color: #D22EE1;
}
.TagClassName
{
border-color: #D22EE1;
}
</style>