Shades of Medium Orchid #D12EE5
Tints of Medium Orchid #D12EE5
RGB
CMYK
RGB Variations
Color information
#D12EE5 (or 0xD12EE5) is known color: Medium Orchid. HEX triplet: D1, 2E and E5. RGB value is (209,46,229). Sum of RGB (Red+Green+Blue) = 209+46+229=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #D12EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EE5 is #2ED11A. Grayscale: #737373. Windows color (decimal): -3068187 or 15019729. OLE color: 15019729.
HSL color Cylindrical-coordinate representation of color #D12EE5: hue angle of 293.44º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12EE5 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 46 | 229 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.10 |
| HSL | 293.44º | 0.78% | 0.54% | - |
| HSV(B) | 293.44º | 0.8% | 0.9% | - |
| XYZ | 41.41 | 21.17 | 76.03 | - |
| YUV | 115.6 | 192 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 229 | 0.09 | 0.80 | 0 | 0.10 | 293.44 | 0.78 | 0.54 |
| Hex | D1 | 2E | E5 | 9 | 50 | 0 | A | 125 | 4E | 36 |
| Octal | 321 | 56 | 345 | 11 | 120 | 0 | 12 | 445 | 116 | 66 |
| Binary | 11010001 | 101110 | 11100101 | 1001 | 1010000 | 0 | 1010 | 100100101 | 1001110 | 110110 |
Color Harmonies of #D12EE5
Complementary color
Monochromatic Colors of #D12EE5
Black with #D12EE5
Text Example
Text Example
White with #D12EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EE5; }
p { color: rgb(209,46,229); }
H1.HeaderClassName
{
color: #D12EE5;
}
.AnyTagClassName
{
color: #D12EE5;
}
</style>
background-color css
<style>
a { background-color: #D12EE5; }
a { background-color: rgb(209,46,229); }
div.DivClassName
{
background-color: #D12EE5;
}
.BgClassName
{
background-color: #D12EE5;
}
</style>
border-color css
<style>
span { border-color: #D12EE5; }
span { border-color: rgb(209,46,229); }
td.TdClassName
{
border-color: #D12EE5;
}
.TagClassName
{
border-color: #D12EE5;
}
</style>