Shades of Medium Orchid #D12FED
Tints of Medium Orchid #D12FED
RGB
CMYK
RGB Variations
Color information
#D12FED (or 0xD12FED) is known color: Medium Orchid. HEX triplet: D1, 2F and ED. RGB value is (209,47,237). Sum of RGB (Red+Green+Blue) = 209+47+237=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #D12FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FED is #2ED012. Grayscale: #747474. Windows color (decimal): -3067923 or 15544273. OLE color: 15544273.
HSL color Cylindrical-coordinate representation of color #D12FED: hue angle of 291.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12FED is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 47 | 237 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.07 |
| HSL | 291.16º | 0.84% | 0.56% | - |
| HSV(B) | 291.16º | 0.8% | 0.93% | - |
| XYZ | 42.6 | 21.7 | 82.06 | - |
| YUV | 117.1 | 195.67 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 237 | 0.12 | 0.80 | 0 | 0.07 | 291.16 | 0.84 | 0.56 |
| Hex | D1 | 2F | ED | C | 50 | 0 | 7 | 123 | 54 | 38 |
| Octal | 321 | 57 | 355 | 14 | 120 | 0 | 7 | 443 | 124 | 70 |
| Binary | 11010001 | 101111 | 11101101 | 1100 | 1010000 | 0 | 111 | 100100011 | 1010100 | 111000 |
Color Harmonies of #D12FED
Complementary color
Monochromatic Colors of #D12FED
Black with #D12FED
Text Example
Text Example
White with #D12FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FED; }
p { color: rgb(209,47,237); }
H1.HeaderClassName
{
color: #D12FED;
}
.AnyTagClassName
{
color: #D12FED;
}
</style>
background-color css
<style>
a { background-color: #D12FED; }
a { background-color: rgb(209,47,237); }
div.DivClassName
{
background-color: #D12FED;
}
.BgClassName
{
background-color: #D12FED;
}
</style>
border-color css
<style>
span { border-color: #D12FED; }
span { border-color: rgb(209,47,237); }
td.TdClassName
{
border-color: #D12FED;
}
.TagClassName
{
border-color: #D12FED;
}
</style>