Shades of Medium Orchid #D12EDA
Tints of Medium Orchid #D12EDA
RGB
CMYK
RGB Variations
Color information
#D12EDA (or 0xD12EDA) is known color: Medium Orchid. HEX triplet: D1, 2E and DA. RGB value is (209,46,218). Sum of RGB (Red+Green+Blue) = 209+46+218=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #D12EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EDA is #2ED125. Grayscale: #717171. Windows color (decimal): -3068198 or 14298833. OLE color: 14298833.
HSL color Cylindrical-coordinate representation of color #D12EDA: hue angle of 296.86º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12EDA is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 46 | 218 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.15 |
| HSL | 296.86º | 0.7% | 0.52% | - |
| HSV(B) | 296.86º | 0.79% | 0.85% | - |
| XYZ | 39.93 | 20.57 | 68.2 | - |
| YUV | 114.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 218 | 0.04 | 0.79 | 0 | 0.15 | 296.86 | 0.7 | 0.52 |
| Hex | D1 | 2E | DA | 4 | 4F | 0 | F | 129 | 46 | 34 |
| Octal | 321 | 56 | 332 | 4 | 117 | 0 | 17 | 451 | 106 | 64 |
| Binary | 11010001 | 101110 | 11011010 | 100 | 1001111 | 0 | 1111 | 100101001 | 1000110 | 110100 |
Color Harmonies of #D12EDA
Complementary color
Monochromatic Colors of #D12EDA
Black with #D12EDA
Text Example
Text Example
White with #D12EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EDA; }
p { color: rgb(209,46,218); }
H1.HeaderClassName
{
color: #D12EDA;
}
.AnyTagClassName
{
color: #D12EDA;
}
</style>
background-color css
<style>
a { background-color: #D12EDA; }
a { background-color: rgb(209,46,218); }
div.DivClassName
{
background-color: #D12EDA;
}
.BgClassName
{
background-color: #D12EDA;
}
</style>
border-color css
<style>
span { border-color: #D12EDA; }
span { border-color: rgb(209,46,218); }
td.TdClassName
{
border-color: #D12EDA;
}
.TagClassName
{
border-color: #D12EDA;
}
</style>