Shades of Medium Orchid #D12FE6
Tints of Medium Orchid #D12FE6
RGB
CMYK
RGB Variations
Color information
#D12FE6 (or 0xD12FE6) is known color: Medium Orchid. HEX triplet: D1, 2F and E6. RGB value is (209,47,230). Sum of RGB (Red+Green+Blue) = 209+47+230=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #D12FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FE6 is #2ED019. Grayscale: #737373. Windows color (decimal): -3067930 or 15085521. OLE color: 15085521.
HSL color Cylindrical-coordinate representation of color #D12FE6: hue angle of 293.11º 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 #D12FE6 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 47 | 230 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.10 |
| HSL | 293.11º | 0.79% | 0.54% | - |
| HSV(B) | 293.11º | 0.8% | 0.9% | - |
| XYZ | 41.59 | 21.3 | 76.78 | - |
| YUV | 116.3 | 192.17 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 230 | 0.09 | 0.80 | 0 | 0.10 | 293.11 | 0.79 | 0.54 |
| Hex | D1 | 2F | E6 | 9 | 50 | 0 | A | 125 | 4F | 36 |
| Octal | 321 | 57 | 346 | 11 | 120 | 0 | 12 | 445 | 117 | 66 |
| Binary | 11010001 | 101111 | 11100110 | 1001 | 1010000 | 0 | 1010 | 100100101 | 1001111 | 110110 |
Color Harmonies of #D12FE6
Complementary color
Monochromatic Colors of #D12FE6
Black with #D12FE6
Text Example
Text Example
White with #D12FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FE6; }
p { color: rgb(209,47,230); }
H1.HeaderClassName
{
color: #D12FE6;
}
.AnyTagClassName
{
color: #D12FE6;
}
</style>
background-color css
<style>
a { background-color: #D12FE6; }
a { background-color: rgb(209,47,230); }
div.DivClassName
{
background-color: #D12FE6;
}
.BgClassName
{
background-color: #D12FE6;
}
</style>
border-color css
<style>
span { border-color: #D12FE6; }
span { border-color: rgb(209,47,230); }
td.TdClassName
{
border-color: #D12FE6;
}
.TagClassName
{
border-color: #D12FE6;
}
</style>