Shades of Medium Orchid #D12EEA
Tints of Medium Orchid #D12EEA
RGB
CMYK
RGB Variations
Color information
#D12EEA (or 0xD12EEA) is known color: Medium Orchid. HEX triplet: D1, 2E and EA. RGB value is (209,46,234). Sum of RGB (Red+Green+Blue) = 209+46+234=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #D12EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12EEA is #2ED115. Grayscale: #737373. Windows color (decimal): -3068182 or 15347409. OLE color: 15347409.
HSL color Cylindrical-coordinate representation of color #D12EEA: hue angle of 292.02º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12EEA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 46 | 234 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.08 |
| HSL | 292.02º | 0.82% | 0.55% | - |
| HSV(B) | 292.02º | 0.8% | 0.92% | - |
| XYZ | 42.12 | 21.45 | 79.76 | - |
| YUV | 116.17 | 194.5 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 234 | 0.11 | 0.80 | 0 | 0.08 | 292.02 | 0.82 | 0.55 |
| Hex | D1 | 2E | EA | B | 50 | 0 | 8 | 124 | 52 | 37 |
| Octal | 321 | 56 | 352 | 13 | 120 | 0 | 10 | 444 | 122 | 67 |
| Binary | 11010001 | 101110 | 11101010 | 1011 | 1010000 | 0 | 1000 | 100100100 | 1010010 | 110111 |
Color Harmonies of #D12EEA
Complementary color
Monochromatic Colors of #D12EEA
Black with #D12EEA
Text Example
Text Example
White with #D12EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EEA; }
p { color: rgb(209,46,234); }
H1.HeaderClassName
{
color: #D12EEA;
}
.AnyTagClassName
{
color: #D12EEA;
}
</style>
background-color css
<style>
a { background-color: #D12EEA; }
a { background-color: rgb(209,46,234); }
div.DivClassName
{
background-color: #D12EEA;
}
.BgClassName
{
background-color: #D12EEA;
}
</style>
border-color css
<style>
span { border-color: #D12EEA; }
span { border-color: rgb(209,46,234); }
td.TdClassName
{
border-color: #D12EEA;
}
.TagClassName
{
border-color: #D12EEA;
}
</style>