Shades of Medium Orchid #D040EE
Tints of Medium Orchid #D040EE
RGB
CMYK
RGB Variations
Color information
#D040EE (or 0xD040EE) is known color: Medium Orchid. HEX triplet: D0, 40 and EE. RGB value is (208,64,238). Sum of RGB (Red+Green+Blue) = 208+64+238=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #D040EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040EE is #2FBF11. Grayscale: #7E7E7E. Windows color (decimal): -3129106 or 15614160. OLE color: 15614160.
HSL color Cylindrical-coordinate representation of color #D040EE: hue angle of 289.66º degrees, saturation: 0.84, 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 #D040EE is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 64 | 238 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.07 |
| HSL | 289.66º | 0.84% | 0.59% | - |
| HSV(B) | 289.66º | 0.73% | 0.93% | - |
| XYZ | 43.28 | 23.25 | 83.1 | - |
| YUV | 126.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 238 | 0.13 | 0.73 | 0 | 0.07 | 289.66 | 0.84 | 0.59 |
| Hex | D0 | 40 | EE | D | 49 | 0 | 7 | 122 | 54 | 3B |
| Octal | 320 | 100 | 356 | 15 | 111 | 0 | 7 | 442 | 124 | 73 |
| Binary | 11010000 | 1000000 | 11101110 | 1101 | 1001001 | 0 | 111 | 100100010 | 1010100 | 111011 |
Color Harmonies of #D040EE
Complementary color
Monochromatic Colors of #D040EE
Black with #D040EE
Text Example
Text Example
White with #D040EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040EE; }
p { color: rgb(208,64,238); }
H1.HeaderClassName
{
color: #D040EE;
}
.AnyTagClassName
{
color: #D040EE;
}
</style>
background-color css
<style>
a { background-color: #D040EE; }
a { background-color: rgb(208,64,238); }
div.DivClassName
{
background-color: #D040EE;
}
.BgClassName
{
background-color: #D040EE;
}
</style>
border-color css
<style>
span { border-color: #D040EE; }
span { border-color: rgb(208,64,238); }
td.TdClassName
{
border-color: #D040EE;
}
.TagClassName
{
border-color: #D040EE;
}
</style>