Shades of Medium Orchid #D040E9
Tints of Medium Orchid #D040E9
RGB
CMYK
RGB Variations
Color information
#D040E9 (or 0xD040E9) is known color: Medium Orchid. HEX triplet: D0, 40 and E9. RGB value is (208,64,233). Sum of RGB (Red+Green+Blue) = 208+64+233=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #D040E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040E9 is #2FBF16. Grayscale: #7D7D7D. Windows color (decimal): -3129111 or 15286480. OLE color: 15286480.
HSL color Cylindrical-coordinate representation of color #D040E9: hue angle of 291.12º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D040E9 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 64 | 233 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.09 |
| HSL | 291.12º | 0.79% | 0.58% | - |
| HSV(B) | 291.12º | 0.73% | 0.91% | - |
| XYZ | 42.55 | 22.96 | 79.28 | - |
| YUV | 126.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 233 | 0.11 | 0.73 | 0 | 0.09 | 291.12 | 0.79 | 0.58 |
| Hex | D0 | 40 | E9 | B | 49 | 0 | 9 | 123 | 4F | 3A |
| Octal | 320 | 100 | 351 | 13 | 111 | 0 | 11 | 443 | 117 | 72 |
| Binary | 11010000 | 1000000 | 11101001 | 1011 | 1001001 | 0 | 1001 | 100100011 | 1001111 | 111010 |
Color Harmonies of #D040E9
Complementary color
Monochromatic Colors of #D040E9
Black with #D040E9
Text Example
Text Example
White with #D040E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040E9; }
p { color: rgb(208,64,233); }
H1.HeaderClassName
{
color: #D040E9;
}
.AnyTagClassName
{
color: #D040E9;
}
</style>
background-color css
<style>
a { background-color: #D040E9; }
a { background-color: rgb(208,64,233); }
div.DivClassName
{
background-color: #D040E9;
}
.BgClassName
{
background-color: #D040E9;
}
</style>
border-color css
<style>
span { border-color: #D040E9; }
span { border-color: rgb(208,64,233); }
td.TdClassName
{
border-color: #D040E9;
}
.TagClassName
{
border-color: #D040E9;
}
</style>