Shades of Medium Orchid #D040EF
Tints of Medium Orchid #D040EF
RGB
CMYK
RGB Variations
Color information
#D040EF (or 0xD040EF) is known color: Medium Orchid. HEX triplet: D0, 40 and EF. RGB value is (208,64,239). Sum of RGB (Red+Green+Blue) = 208+64+239=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #D040EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040EF is #2FBF10. Grayscale: #7E7E7E. Windows color (decimal): -3129105 or 15679696. OLE color: 15679696.
HSL color Cylindrical-coordinate representation of color #D040EF: hue angle of 289.37º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D040EF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 64 | 239 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.06 |
| HSL | 289.37º | 0.85% | 0.59% | - |
| HSV(B) | 289.37º | 0.73% | 0.94% | - |
| XYZ | 43.43 | 23.31 | 83.87 | - |
| YUV | 127.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 239 | 0.13 | 0.73 | 0 | 0.06 | 289.37 | 0.85 | 0.59 |
| Hex | D0 | 40 | EF | D | 49 | 0 | 6 | 121 | 55 | 3B |
| Octal | 320 | 100 | 357 | 15 | 111 | 0 | 6 | 441 | 125 | 73 |
| Binary | 11010000 | 1000000 | 11101111 | 1101 | 1001001 | 0 | 110 | 100100001 | 1010101 | 111011 |
Color Harmonies of #D040EF
Complementary color
Monochromatic Colors of #D040EF
Black with #D040EF
Text Example
Text Example
White with #D040EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040EF; }
p { color: rgb(208,64,239); }
H1.HeaderClassName
{
color: #D040EF;
}
.AnyTagClassName
{
color: #D040EF;
}
</style>
background-color css
<style>
a { background-color: #D040EF; }
a { background-color: rgb(208,64,239); }
div.DivClassName
{
background-color: #D040EF;
}
.BgClassName
{
background-color: #D040EF;
}
</style>
border-color css
<style>
span { border-color: #D040EF; }
span { border-color: rgb(208,64,239); }
td.TdClassName
{
border-color: #D040EF;
}
.TagClassName
{
border-color: #D040EF;
}
</style>