Shades of Medium Orchid #D22EDB
Tints of Medium Orchid #D22EDB
RGB
CMYK
RGB Variations
Color information
#D22EDB (or 0xD22EDB) is known color: Medium Orchid. HEX triplet: D2, 2E and DB. RGB value is (210,46,219). Sum of RGB (Red+Green+Blue) = 210+46+219=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D22EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22EDB is #2DD124. Grayscale: #727272. Windows color (decimal): -3002661 or 14364370. OLE color: 14364370.
HSL color Cylindrical-coordinate representation of color #D22EDB: hue angle of 296.88º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22EDB is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 46 | 219 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.14 |
| HSL | 296.88º | 0.71% | 0.52% | - |
| HSV(B) | 296.88º | 0.79% | 0.86% | - |
| XYZ | 40.34 | 20.77 | 68.9 | - |
| YUV | 114.76 | 186.83 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 219 | 0.04 | 0.79 | 0 | 0.14 | 296.88 | 0.71 | 0.52 |
| Hex | D2 | 2E | DB | 4 | 4F | 0 | E | 129 | 47 | 34 |
| Octal | 322 | 56 | 333 | 4 | 117 | 0 | 16 | 451 | 107 | 64 |
| Binary | 11010010 | 101110 | 11011011 | 100 | 1001111 | 0 | 1110 | 100101001 | 1000111 | 110100 |
Color Harmonies of #D22EDB
Complementary color
Monochromatic Colors of #D22EDB
Black with #D22EDB
Text Example
Text Example
White with #D22EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22EDB; }
p { color: rgb(210,46,219); }
H1.HeaderClassName
{
color: #D22EDB;
}
.AnyTagClassName
{
color: #D22EDB;
}
</style>
background-color css
<style>
a { background-color: #D22EDB; }
a { background-color: rgb(210,46,219); }
div.DivClassName
{
background-color: #D22EDB;
}
.BgClassName
{
background-color: #D22EDB;
}
</style>
border-color css
<style>
span { border-color: #D22EDB; }
span { border-color: rgb(210,46,219); }
td.TdClassName
{
border-color: #D22EDB;
}
.TagClassName
{
border-color: #D22EDB;
}
</style>