Shades of Medium Orchid #D22EE5
Tints of Medium Orchid #D22EE5
RGB
CMYK
RGB Variations
Color information
#D22EE5 (or 0xD22EE5) is known color: Medium Orchid. HEX triplet: D2, 2E and E5. RGB value is (210,46,229). Sum of RGB (Red+Green+Blue) = 210+46+229=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #D22EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22EE5 is #2DD11A. Grayscale: #737373. Windows color (decimal): -3002651 or 15019730. OLE color: 15019730.
HSL color Cylindrical-coordinate representation of color #D22EE5: hue angle of 293.77º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22EE5 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 46 | 229 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.10 |
| HSL | 293.77º | 0.78% | 0.54% | - |
| HSV(B) | 293.77º | 0.8% | 0.9% | - |
| XYZ | 41.7 | 21.31 | 76.04 | - |
| YUV | 115.9 | 191.83 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 229 | 0.08 | 0.80 | 0 | 0.10 | 293.77 | 0.78 | 0.54 |
| Hex | D2 | 2E | E5 | 8 | 50 | 0 | A | 126 | 4E | 36 |
| Octal | 322 | 56 | 345 | 10 | 120 | 0 | 12 | 446 | 116 | 66 |
| Binary | 11010010 | 101110 | 11100101 | 1000 | 1010000 | 0 | 1010 | 100100110 | 1001110 | 110110 |
Color Harmonies of #D22EE5
Complementary color
Monochromatic Colors of #D22EE5
Black with #D22EE5
Text Example
Text Example
White with #D22EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22EE5; }
p { color: rgb(210,46,229); }
H1.HeaderClassName
{
color: #D22EE5;
}
.AnyTagClassName
{
color: #D22EE5;
}
</style>
background-color css
<style>
a { background-color: #D22EE5; }
a { background-color: rgb(210,46,229); }
div.DivClassName
{
background-color: #D22EE5;
}
.BgClassName
{
background-color: #D22EE5;
}
</style>
border-color css
<style>
span { border-color: #D22EE5; }
span { border-color: rgb(210,46,229); }
td.TdClassName
{
border-color: #D22EE5;
}
.TagClassName
{
border-color: #D22EE5;
}
</style>