Shades of Medium Orchid #D040EC
Tints of Medium Orchid #D040EC
RGB
CMYK
RGB Variations
Color information
#D040EC (or 0xD040EC) is known color: Medium Orchid. HEX triplet: D0, 40 and EC. RGB value is (208,64,236). Sum of RGB (Red+Green+Blue) = 208+64+236=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #D040EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040EC is #2FBF13. Grayscale: #7E7E7E. Windows color (decimal): -3129108 or 15483088. OLE color: 15483088.
HSL color Cylindrical-coordinate representation of color #D040EC: hue angle of 290.23º 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 #D040EC is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 64 | 236 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.07 |
| HSL | 290.23º | 0.82% | 0.59% | - |
| HSV(B) | 290.23º | 0.73% | 0.93% | - |
| XYZ | 42.99 | 23.13 | 81.56 | - |
| YUV | 126.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 236 | 0.12 | 0.73 | 0 | 0.07 | 290.23 | 0.82 | 0.59 |
| Hex | D0 | 40 | EC | C | 49 | 0 | 7 | 122 | 52 | 3B |
| Octal | 320 | 100 | 354 | 14 | 111 | 0 | 7 | 442 | 122 | 73 |
| Binary | 11010000 | 1000000 | 11101100 | 1100 | 1001001 | 0 | 111 | 100100010 | 1010010 | 111011 |
Color Harmonies of #D040EC
Complementary color
Monochromatic Colors of #D040EC
Black with #D040EC
Text Example
Text Example
White with #D040EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040EC; }
p { color: rgb(208,64,236); }
H1.HeaderClassName
{
color: #D040EC;
}
.AnyTagClassName
{
color: #D040EC;
}
</style>
background-color css
<style>
a { background-color: #D040EC; }
a { background-color: rgb(208,64,236); }
div.DivClassName
{
background-color: #D040EC;
}
.BgClassName
{
background-color: #D040EC;
}
</style>
border-color css
<style>
span { border-color: #D040EC; }
span { border-color: rgb(208,64,236); }
td.TdClassName
{
border-color: #D040EC;
}
.TagClassName
{
border-color: #D040EC;
}
</style>