Shades of Medium Orchid #D22EDD
Tints of Medium Orchid #D22EDD
RGB
CMYK
RGB Variations
Color information
#D22EDD (or 0xD22EDD) is known color: Medium Orchid. HEX triplet: D2, 2E and DD. RGB value is (210,46,221). Sum of RGB (Red+Green+Blue) = 210+46+221=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #D22EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22EDD is #2DD122. Grayscale: #727272. Windows color (decimal): -3002659 or 14495442. OLE color: 14495442.
HSL color Cylindrical-coordinate representation of color #D22EDD: hue angle of 296.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22EDD is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 46 | 221 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.13 |
| HSL | 296.23º | 0.72% | 0.52% | - |
| HSV(B) | 296.23º | 0.79% | 0.87% | - |
| XYZ | 40.61 | 20.88 | 70.3 | - |
| YUV | 114.99 | 187.83 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 221 | 0.05 | 0.79 | 0 | 0.13 | 296.23 | 0.72 | 0.52 |
| Hex | D2 | 2E | DD | 5 | 4F | 0 | D | 128 | 48 | 34 |
| Octal | 322 | 56 | 335 | 5 | 117 | 0 | 15 | 450 | 110 | 64 |
| Binary | 11010010 | 101110 | 11011101 | 101 | 1001111 | 0 | 1101 | 100101000 | 1001000 | 110100 |
Color Harmonies of #D22EDD
Complementary color
Monochromatic Colors of #D22EDD
Black with #D22EDD
Text Example
Text Example
White with #D22EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22EDD; }
p { color: rgb(210,46,221); }
H1.HeaderClassName
{
color: #D22EDD;
}
.AnyTagClassName
{
color: #D22EDD;
}
</style>
background-color css
<style>
a { background-color: #D22EDD; }
a { background-color: rgb(210,46,221); }
div.DivClassName
{
background-color: #D22EDD;
}
.BgClassName
{
background-color: #D22EDD;
}
</style>
border-color css
<style>
span { border-color: #D22EDD; }
span { border-color: rgb(210,46,221); }
td.TdClassName
{
border-color: #D22EDD;
}
.TagClassName
{
border-color: #D22EDD;
}
</style>