Shades of Medium Orchid #D042EA
Tints of Medium Orchid #D042EA
RGB
CMYK
RGB Variations
Color information
#D042EA (or 0xD042EA) is known color: Medium Orchid. HEX triplet: D0, 42 and EA. RGB value is (208,66,234). Sum of RGB (Red+Green+Blue) = 208+66+234=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #D042EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D042EA is #2FBD15. Grayscale: #7F7F7F. Windows color (decimal): -3128598 or 15352528. OLE color: 15352528.
HSL color Cylindrical-coordinate representation of color #D042EA: hue angle of 290.71º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D042EA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 66 | 234 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.08 |
| HSL | 290.71º | 0.8% | 0.59% | - |
| HSV(B) | 290.71º | 0.72% | 0.92% | - |
| XYZ | 42.81 | 23.25 | 80.07 | - |
| YUV | 127.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 234 | 0.11 | 0.72 | 0 | 0.08 | 290.71 | 0.8 | 0.59 |
| Hex | D0 | 42 | EA | B | 48 | 0 | 8 | 123 | 50 | 3B |
| Octal | 320 | 102 | 352 | 13 | 110 | 0 | 10 | 443 | 120 | 73 |
| Binary | 11010000 | 1000010 | 11101010 | 1011 | 1001000 | 0 | 1000 | 100100011 | 1010000 | 111011 |
Color Harmonies of #D042EA
Complementary color
Monochromatic Colors of #D042EA
Black with #D042EA
Text Example
Text Example
White with #D042EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D042EA; }
p { color: rgb(208,66,234); }
H1.HeaderClassName
{
color: #D042EA;
}
.AnyTagClassName
{
color: #D042EA;
}
</style>
background-color css
<style>
a { background-color: #D042EA; }
a { background-color: rgb(208,66,234); }
div.DivClassName
{
background-color: #D042EA;
}
.BgClassName
{
background-color: #D042EA;
}
</style>
border-color css
<style>
span { border-color: #D042EA; }
span { border-color: rgb(208,66,234); }
td.TdClassName
{
border-color: #D042EA;
}
.TagClassName
{
border-color: #D042EA;
}
</style>