Shades of Medium Orchid #D02EE0
Tints of Medium Orchid #D02EE0
RGB
CMYK
RGB Variations
Color information
#D02EE0 (or 0xD02EE0) is known color: Medium Orchid. HEX triplet: D0, 2E and E0. RGB value is (208,46,224). Sum of RGB (Red+Green+Blue) = 208+46+224=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #D02EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EE0 is #2FD11F. Grayscale: #727272. Windows color (decimal): -3133728 or 14692048. OLE color: 14692048.
HSL color Cylindrical-coordinate representation of color #D02EE0: hue angle of 294.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02EE0 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 46 | 224 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.12 |
| HSL | 294.61º | 0.74% | 0.53% | - |
| HSV(B) | 294.61º | 0.79% | 0.88% | - |
| XYZ | 40.44 | 20.75 | 72.39 | - |
| YUV | 114.73 | 189.67 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 46 | 224 | 0.07 | 0.79 | 0 | 0.12 | 294.61 | 0.74 | 0.53 |
| Hex | D0 | 2E | E0 | 7 | 4F | 0 | C | 127 | 4A | 35 |
| Octal | 320 | 56 | 340 | 7 | 117 | 0 | 14 | 447 | 112 | 65 |
| Binary | 11010000 | 101110 | 11100000 | 111 | 1001111 | 0 | 1100 | 100100111 | 1001010 | 110101 |
Color Harmonies of #D02EE0
Complementary color
Monochromatic Colors of #D02EE0
Black with #D02EE0
Text Example
Text Example
White with #D02EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02EE0; }
p { color: rgb(208,46,224); }
H1.HeaderClassName
{
color: #D02EE0;
}
.AnyTagClassName
{
color: #D02EE0;
}
</style>
background-color css
<style>
a { background-color: #D02EE0; }
a { background-color: rgb(208,46,224); }
div.DivClassName
{
background-color: #D02EE0;
}
.BgClassName
{
background-color: #D02EE0;
}
</style>
border-color css
<style>
span { border-color: #D02EE0; }
span { border-color: rgb(208,46,224); }
td.TdClassName
{
border-color: #D02EE0;
}
.TagClassName
{
border-color: #D02EE0;
}
</style>