Shades of Medium Orchid #D042EC
Tints of Medium Orchid #D042EC
RGB
CMYK
RGB Variations
Color information
#D042EC (or 0xD042EC) is known color: Medium Orchid. HEX triplet: D0, 42 and EC. RGB value is (208,66,236). Sum of RGB (Red+Green+Blue) = 208+66+236=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #D042EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D042EC is #2FBD13. Grayscale: #7F7F7F. Windows color (decimal): -3128596 or 15483600. OLE color: 15483600.
HSL color Cylindrical-coordinate representation of color #D042EC: hue angle of 290.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D042EC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 66 | 236 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.07 |
| HSL | 290.12º | 0.82% | 0.59% | - |
| HSV(B) | 290.12º | 0.72% | 0.93% | - |
| XYZ | 43.1 | 23.36 | 81.59 | - |
| YUV | 127.84 | 189.04 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 236 | 0.12 | 0.72 | 0 | 0.07 | 290.12 | 0.82 | 0.59 |
| Hex | D0 | 42 | EC | C | 48 | 0 | 7 | 122 | 52 | 3B |
| Octal | 320 | 102 | 354 | 14 | 110 | 0 | 7 | 442 | 122 | 73 |
| Binary | 11010000 | 1000010 | 11101100 | 1100 | 1001000 | 0 | 111 | 100100010 | 1010010 | 111011 |
Color Harmonies of #D042EC
Complementary color
Monochromatic Colors of #D042EC
Black with #D042EC
Text Example
Text Example
White with #D042EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D042EC; }
p { color: rgb(208,66,236); }
H1.HeaderClassName
{
color: #D042EC;
}
.AnyTagClassName
{
color: #D042EC;
}
</style>
background-color css
<style>
a { background-color: #D042EC; }
a { background-color: rgb(208,66,236); }
div.DivClassName
{
background-color: #D042EC;
}
.BgClassName
{
background-color: #D042EC;
}
</style>
border-color css
<style>
span { border-color: #D042EC; }
span { border-color: rgb(208,66,236); }
td.TdClassName
{
border-color: #D042EC;
}
.TagClassName
{
border-color: #D042EC;
}
</style>