Shades of Medium Orchid #D02EEB
Tints of Medium Orchid #D02EEB
RGB
CMYK
RGB Variations
Color information
#D02EEB (or 0xD02EEB) is known color: Medium Orchid. HEX triplet: D0, 2E and EB. RGB value is (208,46,235). Sum of RGB (Red+Green+Blue) = 208+46+235=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #D02EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02EEB is #2FD114. Grayscale: #737373. Windows color (decimal): -3133717 or 15412944. OLE color: 15412944.
HSL color Cylindrical-coordinate representation of color #D02EEB: hue angle of 291.43º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02EEB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 46 | 235 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.08 |
| HSL | 291.43º | 0.83% | 0.55% | - |
| HSV(B) | 291.43º | 0.8% | 0.92% | - |
| XYZ | 41.98 | 21.36 | 80.51 | - |
| YUV | 115.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 46 | 235 | 0.11 | 0.80 | 0 | 0.08 | 291.43 | 0.83 | 0.55 |
| Hex | D0 | 2E | EB | B | 50 | 0 | 8 | 123 | 53 | 37 |
| Octal | 320 | 56 | 353 | 13 | 120 | 0 | 10 | 443 | 123 | 67 |
| Binary | 11010000 | 101110 | 11101011 | 1011 | 1010000 | 0 | 1000 | 100100011 | 1010011 | 110111 |
Color Harmonies of #D02EEB
Complementary color
Monochromatic Colors of #D02EEB
Black with #D02EEB
Text Example
Text Example
White with #D02EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02EEB; }
p { color: rgb(208,46,235); }
H1.HeaderClassName
{
color: #D02EEB;
}
.AnyTagClassName
{
color: #D02EEB;
}
</style>
background-color css
<style>
a { background-color: #D02EEB; }
a { background-color: rgb(208,46,235); }
div.DivClassName
{
background-color: #D02EEB;
}
.BgClassName
{
background-color: #D02EEB;
}
</style>
border-color css
<style>
span { border-color: #D02EEB; }
span { border-color: rgb(208,46,235); }
td.TdClassName
{
border-color: #D02EEB;
}
.TagClassName
{
border-color: #D02EEB;
}
</style>