Shades of Medium Orchid #D12DE6
Tints of Medium Orchid #D12DE6
RGB
CMYK
RGB Variations
Color information
#D12DE6 (or 0xD12DE6) is known color: Medium Orchid. HEX triplet: D1, 2D and E6. RGB value is (209,45,230). Sum of RGB (Red+Green+Blue) = 209+45+230=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #D12DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12DE6 is #2ED219. Grayscale: #727272. Windows color (decimal): -3068442 or 15085009. OLE color: 15085009.
HSL color Cylindrical-coordinate representation of color #D12DE6: hue angle of 293.19º degrees, saturation: 0.79, 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 #D12DE6 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 45 | 230 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.10 |
| HSL | 293.19º | 0.79% | 0.54% | - |
| HSV(B) | 293.19º | 0.8% | 0.9% | - |
| XYZ | 41.52 | 21.15 | 76.76 | - |
| YUV | 115.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 230 | 0.09 | 0.80 | 0 | 0.10 | 293.19 | 0.79 | 0.54 |
| Hex | D1 | 2D | E6 | 9 | 50 | 0 | A | 125 | 4F | 36 |
| Octal | 321 | 55 | 346 | 11 | 120 | 0 | 12 | 445 | 117 | 66 |
| Binary | 11010001 | 101101 | 11100110 | 1001 | 1010000 | 0 | 1010 | 100100101 | 1001111 | 110110 |
Color Harmonies of #D12DE6
Complementary color
Monochromatic Colors of #D12DE6
Black with #D12DE6
Text Example
Text Example
White with #D12DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DE6; }
p { color: rgb(209,45,230); }
H1.HeaderClassName
{
color: #D12DE6;
}
.AnyTagClassName
{
color: #D12DE6;
}
</style>
background-color css
<style>
a { background-color: #D12DE6; }
a { background-color: rgb(209,45,230); }
div.DivClassName
{
background-color: #D12DE6;
}
.BgClassName
{
background-color: #D12DE6;
}
</style>
border-color css
<style>
span { border-color: #D12DE6; }
span { border-color: rgb(209,45,230); }
td.TdClassName
{
border-color: #D12DE6;
}
.TagClassName
{
border-color: #D12DE6;
}
</style>