Shades of Medium Orchid #D03EEB
Tints of Medium Orchid #D03EEB
RGB
CMYK
RGB Variations
Color information
#D03EEB (or 0xD03EEB) is known color: Medium Orchid. HEX triplet: D0, 3E and EB. RGB value is (208,62,235). Sum of RGB (Red+Green+Blue) = 208+62+235=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #D03EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03EEB is #2FC114. Grayscale: #7C7C7C. Windows color (decimal): -3129621 or 15417040. OLE color: 15417040.
HSL color Cylindrical-coordinate representation of color #D03EEB: hue angle of 290.64º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03EEB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 62 | 235 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.08 |
| HSL | 290.64º | 0.81% | 0.58% | - |
| HSV(B) | 290.64º | 0.74% | 0.92% | - |
| XYZ | 42.73 | 22.85 | 80.76 | - |
| YUV | 125.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 235 | 0.11 | 0.74 | 0 | 0.08 | 290.64 | 0.81 | 0.58 |
| Hex | D0 | 3E | EB | B | 4A | 0 | 8 | 123 | 51 | 3A |
| Octal | 320 | 76 | 353 | 13 | 112 | 0 | 10 | 443 | 121 | 72 |
| Binary | 11010000 | 111110 | 11101011 | 1011 | 1001010 | 0 | 1000 | 100100011 | 1010001 | 111010 |
Color Harmonies of #D03EEB
Complementary color
Monochromatic Colors of #D03EEB
Black with #D03EEB
Text Example
Text Example
White with #D03EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03EEB; }
p { color: rgb(208,62,235); }
H1.HeaderClassName
{
color: #D03EEB;
}
.AnyTagClassName
{
color: #D03EEB;
}
</style>
background-color css
<style>
a { background-color: #D03EEB; }
a { background-color: rgb(208,62,235); }
div.DivClassName
{
background-color: #D03EEB;
}
.BgClassName
{
background-color: #D03EEB;
}
</style>
border-color css
<style>
span { border-color: #D03EEB; }
span { border-color: rgb(208,62,235); }
td.TdClassName
{
border-color: #D03EEB;
}
.TagClassName
{
border-color: #D03EEB;
}
</style>