Shades of Medium Orchid #D040E8
Tints of Medium Orchid #D040E8
RGB
CMYK
RGB Variations
Color information
#D040E8 (or 0xD040E8) is known color: Medium Orchid. HEX triplet: D0, 40 and E8. RGB value is (208,64,232). Sum of RGB (Red+Green+Blue) = 208+64+232=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #D040E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040E8 is #2FBF17. Grayscale: #7D7D7D. Windows color (decimal): -3129112 or 15220944. OLE color: 15220944.
HSL color Cylindrical-coordinate representation of color #D040E8: hue angle of 291.43º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D040E8 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 64 | 232 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.09 |
| HSL | 291.43º | 0.79% | 0.58% | - |
| HSV(B) | 291.43º | 0.72% | 0.91% | - |
| XYZ | 42.41 | 22.9 | 78.53 | - |
| YUV | 126.21 | 187.71 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 232 | 0.10 | 0.72 | 0 | 0.09 | 291.43 | 0.79 | 0.58 |
| Hex | D0 | 40 | E8 | A | 48 | 0 | 9 | 123 | 4F | 3A |
| Octal | 320 | 100 | 350 | 12 | 110 | 0 | 11 | 443 | 117 | 72 |
| Binary | 11010000 | 1000000 | 11101000 | 1010 | 1001000 | 0 | 1001 | 100100011 | 1001111 | 111010 |
Color Harmonies of #D040E8
Complementary color
Monochromatic Colors of #D040E8
Black with #D040E8
Text Example
Text Example
White with #D040E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040E8; }
p { color: rgb(208,64,232); }
H1.HeaderClassName
{
color: #D040E8;
}
.AnyTagClassName
{
color: #D040E8;
}
</style>
background-color css
<style>
a { background-color: #D040E8; }
a { background-color: rgb(208,64,232); }
div.DivClassName
{
background-color: #D040E8;
}
.BgClassName
{
background-color: #D040E8;
}
</style>
border-color css
<style>
span { border-color: #D040E8; }
span { border-color: rgb(208,64,232); }
td.TdClassName
{
border-color: #D040E8;
}
.TagClassName
{
border-color: #D040E8;
}
</style>