Shades of Medium Orchid #D042E9
Tints of Medium Orchid #D042E9
RGB
CMYK
RGB Variations
Color information
#D042E9 (or 0xD042E9) is known color: Medium Orchid. HEX triplet: D0, 42 and E9. RGB value is (208,66,233). Sum of RGB (Red+Green+Blue) = 208+66+233=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #D042E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D042E9 is #2FBD16. Grayscale: #7E7E7E. Windows color (decimal): -3128599 or 15286992. OLE color: 15286992.
HSL color Cylindrical-coordinate representation of color #D042E9: hue angle of 291.02º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D042E9 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 66 | 233 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.09 |
| HSL | 291.02º | 0.79% | 0.59% | - |
| HSV(B) | 291.02º | 0.72% | 0.91% | - |
| XYZ | 42.67 | 23.19 | 79.32 | - |
| YUV | 127.5 | 187.54 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 233 | 0.11 | 0.72 | 0 | 0.09 | 291.02 | 0.79 | 0.59 |
| Hex | D0 | 42 | E9 | B | 48 | 0 | 9 | 123 | 4F | 3B |
| Octal | 320 | 102 | 351 | 13 | 110 | 0 | 11 | 443 | 117 | 73 |
| Binary | 11010000 | 1000010 | 11101001 | 1011 | 1001000 | 0 | 1001 | 100100011 | 1001111 | 111011 |
Color Harmonies of #D042E9
Complementary color
Monochromatic Colors of #D042E9
Black with #D042E9
Text Example
Text Example
White with #D042E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D042E9; }
p { color: rgb(208,66,233); }
H1.HeaderClassName
{
color: #D042E9;
}
.AnyTagClassName
{
color: #D042E9;
}
</style>
background-color css
<style>
a { background-color: #D042E9; }
a { background-color: rgb(208,66,233); }
div.DivClassName
{
background-color: #D042E9;
}
.BgClassName
{
background-color: #D042E9;
}
</style>
border-color css
<style>
span { border-color: #D042E9; }
span { border-color: rgb(208,66,233); }
td.TdClassName
{
border-color: #D042E9;
}
.TagClassName
{
border-color: #D042E9;
}
</style>