Shades of Medium Orchid #D040EA
Tints of Medium Orchid #D040EA
RGB
CMYK
RGB Variations
Color information
#D040EA (or 0xD040EA) is known color: Medium Orchid. HEX triplet: D0, 40 and EA. RGB value is (208,64,234). Sum of RGB (Red+Green+Blue) = 208+64+234=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #D040EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040EA is #2FBF15. Grayscale: #7D7D7D. Windows color (decimal): -3129110 or 15352016. OLE color: 15352016.
HSL color Cylindrical-coordinate representation of color #D040EA: hue angle of 290.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D040EA is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 64 | 234 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.08 |
| HSL | 290.82º | 0.8% | 0.58% | - |
| HSV(B) | 290.82º | 0.73% | 0.92% | - |
| XYZ | 42.7 | 23.02 | 80.03 | - |
| YUV | 126.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 234 | 0.11 | 0.73 | 0 | 0.08 | 290.82 | 0.8 | 0.58 |
| Hex | D0 | 40 | EA | B | 49 | 0 | 8 | 123 | 50 | 3A |
| Octal | 320 | 100 | 352 | 13 | 111 | 0 | 10 | 443 | 120 | 72 |
| Binary | 11010000 | 1000000 | 11101010 | 1011 | 1001001 | 0 | 1000 | 100100011 | 1010000 | 111010 |
Color Harmonies of #D040EA
Complementary color
Monochromatic Colors of #D040EA
Black with #D040EA
Text Example
Text Example
White with #D040EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040EA; }
p { color: rgb(208,64,234); }
H1.HeaderClassName
{
color: #D040EA;
}
.AnyTagClassName
{
color: #D040EA;
}
</style>
background-color css
<style>
a { background-color: #D040EA; }
a { background-color: rgb(208,64,234); }
div.DivClassName
{
background-color: #D040EA;
}
.BgClassName
{
background-color: #D040EA;
}
</style>
border-color css
<style>
span { border-color: #D040EA; }
span { border-color: rgb(208,64,234); }
td.TdClassName
{
border-color: #D040EA;
}
.TagClassName
{
border-color: #D040EA;
}
</style>