Shades of Medium Orchid #D03BEB
Tints of Medium Orchid #D03BEB
RGB
CMYK
RGB Variations
Color information
#D03BEB (or 0xD03BEB) is known color: Medium Orchid. HEX triplet: D0, 3B and EB. RGB value is (208,59,235). Sum of RGB (Red+Green+Blue) = 208+59+235=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #D03BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03BEB is #2FC414. Grayscale: #7B7B7B. Windows color (decimal): -3130389 or 15416272. OLE color: 15416272.
HSL color Cylindrical-coordinate representation of color #D03BEB: hue angle of 290.8º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03BEB is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 59 | 235 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.08 |
| HSL | 290.8º | 0.81% | 0.58% | - |
| HSV(B) | 290.8º | 0.75% | 0.92% | - |
| XYZ | 42.57 | 22.54 | 80.7 | - |
| YUV | 123.62 | 190.86 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 235 | 0.11 | 0.75 | 0 | 0.08 | 290.8 | 0.81 | 0.58 |
| Hex | D0 | 3B | EB | B | 4B | 0 | 8 | 123 | 51 | 3A |
| Octal | 320 | 73 | 353 | 13 | 113 | 0 | 10 | 443 | 121 | 72 |
| Binary | 11010000 | 111011 | 11101011 | 1011 | 1001011 | 0 | 1000 | 100100011 | 1010001 | 111010 |
Color Harmonies of #D03BEB
Complementary color
Monochromatic Colors of #D03BEB
Black with #D03BEB
Text Example
Text Example
White with #D03BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BEB; }
p { color: rgb(208,59,235); }
H1.HeaderClassName
{
color: #D03BEB;
}
.AnyTagClassName
{
color: #D03BEB;
}
</style>
background-color css
<style>
a { background-color: #D03BEB; }
a { background-color: rgb(208,59,235); }
div.DivClassName
{
background-color: #D03BEB;
}
.BgClassName
{
background-color: #D03BEB;
}
</style>
border-color css
<style>
span { border-color: #D03BEB; }
span { border-color: rgb(208,59,235); }
td.TdClassName
{
border-color: #D03BEB;
}
.TagClassName
{
border-color: #D03BEB;
}
</style>