Shades of Medium Orchid #D140EC
Tints of Medium Orchid #D140EC
RGB
CMYK
RGB Variations
Color information
#D140EC (or 0xD140EC) is known color: Medium Orchid. HEX triplet: D1, 40 and EC. RGB value is (209,64,236). Sum of RGB (Red+Green+Blue) = 209+64+236=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #D140EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D140EC is #2EBF13. Grayscale: #7E7E7E. Windows color (decimal): -3063572 or 15483089. OLE color: 15483089.
HSL color Cylindrical-coordinate representation of color #D140EC: hue angle of 290.58º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D140EC is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 64 | 236 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.07 |
| HSL | 290.58º | 0.82% | 0.59% | - |
| HSV(B) | 290.58º | 0.73% | 0.93% | - |
| XYZ | 43.27 | 23.28 | 81.57 | - |
| YUV | 126.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 236 | 0.11 | 0.73 | 0 | 0.07 | 290.58 | 0.82 | 0.59 |
| Hex | D1 | 40 | EC | B | 49 | 0 | 7 | 123 | 52 | 3B |
| Octal | 321 | 100 | 354 | 13 | 111 | 0 | 7 | 443 | 122 | 73 |
| Binary | 11010001 | 1000000 | 11101100 | 1011 | 1001001 | 0 | 111 | 100100011 | 1010010 | 111011 |
Color Harmonies of #D140EC
Complementary color
Monochromatic Colors of #D140EC
Black with #D140EC
Text Example
Text Example
White with #D140EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140EC; }
p { color: rgb(209,64,236); }
H1.HeaderClassName
{
color: #D140EC;
}
.AnyTagClassName
{
color: #D140EC;
}
</style>
background-color css
<style>
a { background-color: #D140EC; }
a { background-color: rgb(209,64,236); }
div.DivClassName
{
background-color: #D140EC;
}
.BgClassName
{
background-color: #D140EC;
}
</style>
border-color css
<style>
span { border-color: #D140EC; }
span { border-color: rgb(209,64,236); }
td.TdClassName
{
border-color: #D140EC;
}
.TagClassName
{
border-color: #D140EC;
}
</style>