Shades of Medium Orchid #D041E3
Tints of Medium Orchid #D041E3
RGB
CMYK
RGB Variations
Color information
#D041E3 (or 0xD041E3) is known color: Medium Orchid. HEX triplet: D0, 41 and E3. RGB value is (208,65,227). Sum of RGB (Red+Green+Blue) = 208+65+227=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #D041E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041E3 is #2FBE1C. Grayscale: #7D7D7D. Windows color (decimal): -3128861 or 14893520. OLE color: 14893520.
HSL color Cylindrical-coordinate representation of color #D041E3: hue angle of 292.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D041E3 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 65 | 227 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.11 |
| HSL | 292.96º | 0.74% | 0.57% | - |
| HSV(B) | 292.96º | 0.71% | 0.89% | - |
| XYZ | 41.77 | 22.74 | 74.86 | - |
| YUV | 126.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 227 | 0.08 | 0.71 | 0 | 0.11 | 292.96 | 0.74 | 0.57 |
| Hex | D0 | 41 | E3 | 8 | 47 | 0 | B | 125 | 4A | 39 |
| Octal | 320 | 101 | 343 | 10 | 107 | 0 | 13 | 445 | 112 | 71 |
| Binary | 11010000 | 1000001 | 11100011 | 1000 | 1000111 | 0 | 1011 | 100100101 | 1001010 | 111001 |
Color Harmonies of #D041E3
Complementary color
Monochromatic Colors of #D041E3
Black with #D041E3
Text Example
Text Example
White with #D041E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041E3; }
p { color: rgb(208,65,227); }
H1.HeaderClassName
{
color: #D041E3;
}
.AnyTagClassName
{
color: #D041E3;
}
</style>
background-color css
<style>
a { background-color: #D041E3; }
a { background-color: rgb(208,65,227); }
div.DivClassName
{
background-color: #D041E3;
}
.BgClassName
{
background-color: #D041E3;
}
</style>
border-color css
<style>
span { border-color: #D041E3; }
span { border-color: rgb(208,65,227); }
td.TdClassName
{
border-color: #D041E3;
}
.TagClassName
{
border-color: #D041E3;
}
</style>