Shades of Medium Orchid #D139EC
Tints of Medium Orchid #D139EC
RGB
CMYK
RGB Variations
Color information
#D139EC (or 0xD139EC) is known color: Medium Orchid. HEX triplet: D1, 39 and EC. RGB value is (209,57,236). Sum of RGB (Red+Green+Blue) = 209+57+236=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 57 (22.66% from 255 or 11.35% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #D139EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D139EC is #2EC613. Grayscale: #7A7A7A. Windows color (decimal): -3065364 or 15481297. OLE color: 15481297.
HSL color Cylindrical-coordinate representation of color #D139EC: hue angle of 290.95º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D139EC is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 57 | 236 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.07 |
| HSL | 290.95º | 0.82% | 0.57% | - |
| HSV(B) | 290.95º | 0.76% | 0.93% | - |
| XYZ | 42.9 | 22.54 | 81.45 | - |
| YUV | 122.85 | 191.86 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 236 | 0.11 | 0.76 | 0 | 0.07 | 290.95 | 0.82 | 0.57 |
| Hex | D1 | 39 | EC | B | 4C | 0 | 7 | 123 | 52 | 39 |
| Octal | 321 | 71 | 354 | 13 | 114 | 0 | 7 | 443 | 122 | 71 |
| Binary | 11010001 | 111001 | 11101100 | 1011 | 1001100 | 0 | 111 | 100100011 | 1010010 | 111001 |
Color Harmonies of #D139EC
Complementary color
Monochromatic Colors of #D139EC
Black with #D139EC
Text Example
Text Example
White with #D139EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139EC; }
p { color: rgb(209,57,236); }
H1.HeaderClassName
{
color: #D139EC;
}
.AnyTagClassName
{
color: #D139EC;
}
</style>
background-color css
<style>
a { background-color: #D139EC; }
a { background-color: rgb(209,57,236); }
div.DivClassName
{
background-color: #D139EC;
}
.BgClassName
{
background-color: #D139EC;
}
</style>
border-color css
<style>
span { border-color: #D139EC; }
span { border-color: rgb(209,57,236); }
td.TdClassName
{
border-color: #D139EC;
}
.TagClassName
{
border-color: #D139EC;
}
</style>