Shades of Medium Orchid #D12DE3
Tints of Medium Orchid #D12DE3
RGB
CMYK
RGB Variations
Color information
#D12DE3 (or 0xD12DE3) is known color: Medium Orchid. HEX triplet: D1, 2D and E3. RGB value is (209,45,227). Sum of RGB (Red+Green+Blue) = 209+45+227=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 227 - color contains mainly: blue. Hex color #D12DE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DE3 is #2ED21C. Grayscale: #727272. Windows color (decimal): -3068445 or 14888401. OLE color: 14888401.
HSL color Cylindrical-coordinate representation of color #D12DE3: hue angle of 294.07º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12DE3 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 45 | 227 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.11 |
| HSL | 294.07º | 0.76% | 0.53% | - |
| HSV(B) | 294.07º | 0.8% | 0.89% | - |
| XYZ | 41.1 | 20.98 | 74.56 | - |
| YUV | 114.78 | 191.33 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 227 | 0.08 | 0.80 | 0 | 0.11 | 294.07 | 0.76 | 0.53 |
| Hex | D1 | 2D | E3 | 8 | 50 | 0 | B | 126 | 4C | 35 |
| Octal | 321 | 55 | 343 | 10 | 120 | 0 | 13 | 446 | 114 | 65 |
| Binary | 11010001 | 101101 | 11100011 | 1000 | 1010000 | 0 | 1011 | 100100110 | 1001100 | 110101 |
Color Harmonies of #D12DE3
Complementary color
Monochromatic Colors of #D12DE3
Black with #D12DE3
Text Example
Text Example
White with #D12DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DE3; }
p { color: rgb(209,45,227); }
H1.HeaderClassName
{
color: #D12DE3;
}
.AnyTagClassName
{
color: #D12DE3;
}
</style>
background-color css
<style>
a { background-color: #D12DE3; }
a { background-color: rgb(209,45,227); }
div.DivClassName
{
background-color: #D12DE3;
}
.BgClassName
{
background-color: #D12DE3;
}
</style>
border-color css
<style>
span { border-color: #D12DE3; }
span { border-color: rgb(209,45,227); }
td.TdClassName
{
border-color: #D12DE3;
}
.TagClassName
{
border-color: #D12DE3;
}
</style>