Shades of Medium Orchid #D12EE3
Tints of Medium Orchid #D12EE3
RGB
CMYK
RGB Variations
Color information
#D12EE3 (or 0xD12EE3) is known color: Medium Orchid. HEX triplet: D1, 2E and E3. RGB value is (209,46,227). Sum of RGB (Red+Green+Blue) = 209+46+227=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #D12EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EE3 is #2ED11C. Grayscale: #727272. Windows color (decimal): -3068189 or 14888657. OLE color: 14888657.
HSL color Cylindrical-coordinate representation of color #D12EE3: hue angle of 294.03º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12EE3 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 46 | 227 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.11 |
| HSL | 294.03º | 0.76% | 0.54% | - |
| HSV(B) | 294.03º | 0.8% | 0.89% | - |
| XYZ | 41.14 | 21.06 | 74.57 | - |
| YUV | 115.37 | 191 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 227 | 0.08 | 0.80 | 0 | 0.11 | 294.03 | 0.76 | 0.54 |
| Hex | D1 | 2E | E3 | 8 | 50 | 0 | B | 126 | 4C | 36 |
| Octal | 321 | 56 | 343 | 10 | 120 | 0 | 13 | 446 | 114 | 66 |
| Binary | 11010001 | 101110 | 11100011 | 1000 | 1010000 | 0 | 1011 | 100100110 | 1001100 | 110110 |
Color Harmonies of #D12EE3
Complementary color
Monochromatic Colors of #D12EE3
Black with #D12EE3
Text Example
Text Example
White with #D12EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EE3; }
p { color: rgb(209,46,227); }
H1.HeaderClassName
{
color: #D12EE3;
}
.AnyTagClassName
{
color: #D12EE3;
}
</style>
background-color css
<style>
a { background-color: #D12EE3; }
a { background-color: rgb(209,46,227); }
div.DivClassName
{
background-color: #D12EE3;
}
.BgClassName
{
background-color: #D12EE3;
}
</style>
border-color css
<style>
span { border-color: #D12EE3; }
span { border-color: rgb(209,46,227); }
td.TdClassName
{
border-color: #D12EE3;
}
.TagClassName
{
border-color: #D12EE3;
}
</style>