Shades of Medium Orchid #D02EE1
Tints of Medium Orchid #D02EE1
RGB
CMYK
RGB Variations
Color information
#D02EE1 (or 0xD02EE1) is known color: Medium Orchid. HEX triplet: D0, 2E and E1. RGB value is (208,46,225). Sum of RGB (Red+Green+Blue) = 208+46+225=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #D02EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EE1 is #2FD11E. Grayscale: #727272. Windows color (decimal): -3133727 or 14757584. OLE color: 14757584.
HSL color Cylindrical-coordinate representation of color #D02EE1: hue angle of 294.3º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02EE1 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 46 | 225 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.12 |
| HSL | 294.3º | 0.75% | 0.53% | - |
| HSV(B) | 294.3º | 0.8% | 0.88% | - |
| XYZ | 40.58 | 20.8 | 73.11 | - |
| YUV | 114.84 | 190.17 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 46 | 225 | 0.08 | 0.80 | 0 | 0.12 | 294.3 | 0.75 | 0.53 |
| Hex | D0 | 2E | E1 | 8 | 50 | 0 | C | 126 | 4B | 35 |
| Octal | 320 | 56 | 341 | 10 | 120 | 0 | 14 | 446 | 113 | 65 |
| Binary | 11010000 | 101110 | 11100001 | 1000 | 1010000 | 0 | 1100 | 100100110 | 1001011 | 110101 |
Color Harmonies of #D02EE1
Complementary color
Monochromatic Colors of #D02EE1
Black with #D02EE1
Text Example
Text Example
White with #D02EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02EE1; }
p { color: rgb(208,46,225); }
H1.HeaderClassName
{
color: #D02EE1;
}
.AnyTagClassName
{
color: #D02EE1;
}
</style>
background-color css
<style>
a { background-color: #D02EE1; }
a { background-color: rgb(208,46,225); }
div.DivClassName
{
background-color: #D02EE1;
}
.BgClassName
{
background-color: #D02EE1;
}
</style>
border-color css
<style>
span { border-color: #D02EE1; }
span { border-color: rgb(208,46,225); }
td.TdClassName
{
border-color: #D02EE1;
}
.TagClassName
{
border-color: #D02EE1;
}
</style>