Shades of Medium Orchid #D12EDD
Tints of Medium Orchid #D12EDD
RGB
CMYK
RGB Variations
Color information
#D12EDD (or 0xD12EDD) is known color: Medium Orchid. HEX triplet: D1, 2E and DD. RGB value is (209,46,221). Sum of RGB (Red+Green+Blue) = 209+46+221=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #D12EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EDD is #2ED122. Grayscale: #727272. Windows color (decimal): -3068195 or 14495441. OLE color: 14495441.
HSL color Cylindrical-coordinate representation of color #D12EDD: hue angle of 295.89º 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 #D12EDD is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 46 | 221 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.13 |
| HSL | 295.89º | 0.72% | 0.52% | - |
| HSV(B) | 295.89º | 0.79% | 0.87% | - |
| XYZ | 40.32 | 20.73 | 70.28 | - |
| YUV | 114.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 221 | 0.05 | 0.79 | 0 | 0.13 | 295.89 | 0.72 | 0.52 |
| Hex | D1 | 2E | DD | 5 | 4F | 0 | D | 128 | 48 | 34 |
| Octal | 321 | 56 | 335 | 5 | 117 | 0 | 15 | 450 | 110 | 64 |
| Binary | 11010001 | 101110 | 11011101 | 101 | 1001111 | 0 | 1101 | 100101000 | 1001000 | 110100 |
Color Harmonies of #D12EDD
Complementary color
Monochromatic Colors of #D12EDD
Black with #D12EDD
Text Example
Text Example
White with #D12EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EDD; }
p { color: rgb(209,46,221); }
H1.HeaderClassName
{
color: #D12EDD;
}
.AnyTagClassName
{
color: #D12EDD;
}
</style>
background-color css
<style>
a { background-color: #D12EDD; }
a { background-color: rgb(209,46,221); }
div.DivClassName
{
background-color: #D12EDD;
}
.BgClassName
{
background-color: #D12EDD;
}
</style>
border-color css
<style>
span { border-color: #D12EDD; }
span { border-color: rgb(209,46,221); }
td.TdClassName
{
border-color: #D12EDD;
}
.TagClassName
{
border-color: #D12EDD;
}
</style>