Shades of Medium Orchid #D03BE9
Tints of Medium Orchid #D03BE9
RGB
CMYK
RGB Variations
Color information
#D03BE9 (or 0xD03BE9) is known color: Medium Orchid. HEX triplet: D0, 3B and E9. RGB value is (208,59,233). Sum of RGB (Red+Green+Blue) = 208+59+233=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #D03BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03BE9 is #2FC416. Grayscale: #7A7A7A. Windows color (decimal): -3130391 or 15285200. OLE color: 15285200.
HSL color Cylindrical-coordinate representation of color #D03BE9: hue angle of 291.38º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03BE9 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 59 | 233 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.09 |
| HSL | 291.38º | 0.8% | 0.57% | - |
| HSV(B) | 291.38º | 0.75% | 0.91% | - |
| XYZ | 42.28 | 22.42 | 79.19 | - |
| YUV | 123.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 233 | 0.11 | 0.75 | 0 | 0.09 | 291.38 | 0.8 | 0.57 |
| Hex | D0 | 3B | E9 | B | 4B | 0 | 9 | 123 | 50 | 39 |
| Octal | 320 | 73 | 351 | 13 | 113 | 0 | 11 | 443 | 120 | 71 |
| Binary | 11010000 | 111011 | 11101001 | 1011 | 1001011 | 0 | 1001 | 100100011 | 1010000 | 111001 |
Color Harmonies of #D03BE9
Complementary color
Monochromatic Colors of #D03BE9
Black with #D03BE9
Text Example
Text Example
White with #D03BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BE9; }
p { color: rgb(208,59,233); }
H1.HeaderClassName
{
color: #D03BE9;
}
.AnyTagClassName
{
color: #D03BE9;
}
</style>
background-color css
<style>
a { background-color: #D03BE9; }
a { background-color: rgb(208,59,233); }
div.DivClassName
{
background-color: #D03BE9;
}
.BgClassName
{
background-color: #D03BE9;
}
</style>
border-color css
<style>
span { border-color: #D03BE9; }
span { border-color: rgb(208,59,233); }
td.TdClassName
{
border-color: #D03BE9;
}
.TagClassName
{
border-color: #D03BE9;
}
</style>