Shades of Medium Orchid #D041EC
Tints of Medium Orchid #D041EC
RGB
CMYK
RGB Variations
Color information
#D041EC (or 0xD041EC) is known color: Medium Orchid. HEX triplet: D0, 41 and EC. RGB value is (208,65,236). Sum of RGB (Red+Green+Blue) = 208+65+236=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #D041EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D041EC is #2FBE13. Grayscale: #7E7E7E. Windows color (decimal): -3128852 or 15483344. OLE color: 15483344.
HSL color Cylindrical-coordinate representation of color #D041EC: hue angle of 290.18º 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 #D041EC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 65 | 236 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.07 |
| HSL | 290.18º | 0.82% | 0.59% | - |
| HSV(B) | 290.18º | 0.72% | 0.93% | - |
| XYZ | 43.04 | 23.25 | 81.58 | - |
| YUV | 127.25 | 189.38 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 236 | 0.12 | 0.72 | 0 | 0.07 | 290.18 | 0.82 | 0.59 |
| Hex | D0 | 41 | EC | C | 48 | 0 | 7 | 122 | 52 | 3B |
| Octal | 320 | 101 | 354 | 14 | 110 | 0 | 7 | 442 | 122 | 73 |
| Binary | 11010000 | 1000001 | 11101100 | 1100 | 1001000 | 0 | 111 | 100100010 | 1010010 | 111011 |
Color Harmonies of #D041EC
Complementary color
Monochromatic Colors of #D041EC
Black with #D041EC
Text Example
Text Example
White with #D041EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041EC; }
p { color: rgb(208,65,236); }
H1.HeaderClassName
{
color: #D041EC;
}
.AnyTagClassName
{
color: #D041EC;
}
</style>
background-color css
<style>
a { background-color: #D041EC; }
a { background-color: rgb(208,65,236); }
div.DivClassName
{
background-color: #D041EC;
}
.BgClassName
{
background-color: #D041EC;
}
</style>
border-color css
<style>
span { border-color: #D041EC; }
span { border-color: rgb(208,65,236); }
td.TdClassName
{
border-color: #D041EC;
}
.TagClassName
{
border-color: #D041EC;
}
</style>