Shades of Medium Orchid #D02EDE
Tints of Medium Orchid #D02EDE
RGB
CMYK
RGB Variations
Color information
#D02EDE (or 0xD02EDE) is known color: Medium Orchid. HEX triplet: D0, 2E and DE. RGB value is (208,46,222). Sum of RGB (Red+Green+Blue) = 208+46+222=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #D02EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EDE is #2FD121. Grayscale: #717171. Windows color (decimal): -3133730 or 14560976. OLE color: 14560976.
HSL color Cylindrical-coordinate representation of color #D02EDE: hue angle of 295.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02EDE is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 46 | 222 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.13 |
| HSL | 295.23º | 0.73% | 0.53% | - |
| HSV(B) | 295.23º | 0.79% | 0.87% | - |
| XYZ | 40.17 | 20.64 | 70.97 | - |
| YUV | 114.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 46 | 222 | 0.06 | 0.79 | 0 | 0.13 | 295.23 | 0.73 | 0.53 |
| Hex | D0 | 2E | DE | 6 | 4F | 0 | D | 127 | 49 | 35 |
| Octal | 320 | 56 | 336 | 6 | 117 | 0 | 15 | 447 | 111 | 65 |
| Binary | 11010000 | 101110 | 11011110 | 110 | 1001111 | 0 | 1101 | 100100111 | 1001001 | 110101 |
Color Harmonies of #D02EDE
Complementary color
Monochromatic Colors of #D02EDE
Black with #D02EDE
Text Example
Text Example
White with #D02EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02EDE; }
p { color: rgb(208,46,222); }
H1.HeaderClassName
{
color: #D02EDE;
}
.AnyTagClassName
{
color: #D02EDE;
}
</style>
background-color css
<style>
a { background-color: #D02EDE; }
a { background-color: rgb(208,46,222); }
div.DivClassName
{
background-color: #D02EDE;
}
.BgClassName
{
background-color: #D02EDE;
}
</style>
border-color css
<style>
span { border-color: #D02EDE; }
span { border-color: rgb(208,46,222); }
td.TdClassName
{
border-color: #D02EDE;
}
.TagClassName
{
border-color: #D02EDE;
}
</style>