Shades of Medium Orchid #D02DE0
Tints of Medium Orchid #D02DE0
RGB
CMYK
RGB Variations
Color information
#D02DE0 (or 0xD02DE0) is known color: Medium Orchid. HEX triplet: D0, 2D and E0. RGB value is (208,45,224). Sum of RGB (Red+Green+Blue) = 208+45+224=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #D02DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DE0 is #2FD21F. Grayscale: #717171. Windows color (decimal): -3133984 or 14691792. OLE color: 14691792.
HSL color Cylindrical-coordinate representation of color #D02DE0: hue angle of 294.64º degrees, saturation: 0.74, 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 #D02DE0 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 45 | 224 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.12 |
| HSL | 294.64º | 0.74% | 0.53% | - |
| HSV(B) | 294.64º | 0.8% | 0.88% | - |
| XYZ | 40.41 | 20.67 | 72.38 | - |
| YUV | 114.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 224 | 0.07 | 0.80 | 0 | 0.12 | 294.64 | 0.74 | 0.53 |
| Hex | D0 | 2D | E0 | 7 | 50 | 0 | C | 127 | 4A | 35 |
| Octal | 320 | 55 | 340 | 7 | 120 | 0 | 14 | 447 | 112 | 65 |
| Binary | 11010000 | 101101 | 11100000 | 111 | 1010000 | 0 | 1100 | 100100111 | 1001010 | 110101 |
Color Harmonies of #D02DE0
Complementary color
Monochromatic Colors of #D02DE0
Black with #D02DE0
Text Example
Text Example
White with #D02DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DE0; }
p { color: rgb(208,45,224); }
H1.HeaderClassName
{
color: #D02DE0;
}
.AnyTagClassName
{
color: #D02DE0;
}
</style>
background-color css
<style>
a { background-color: #D02DE0; }
a { background-color: rgb(208,45,224); }
div.DivClassName
{
background-color: #D02DE0;
}
.BgClassName
{
background-color: #D02DE0;
}
</style>
border-color css
<style>
span { border-color: #D02DE0; }
span { border-color: rgb(208,45,224); }
td.TdClassName
{
border-color: #D02DE0;
}
.TagClassName
{
border-color: #D02DE0;
}
</style>