Shades of Medium Orchid #D03BE6
Tints of Medium Orchid #D03BE6
RGB
CMYK
RGB Variations
Color information
#D03BE6 (or 0xD03BE6) is known color: Medium Orchid. HEX triplet: D0, 3B and E6. RGB value is (208,59,230). Sum of RGB (Red+Green+Blue) = 208+59+230=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 59 (23.44% from 255 or 11.87% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #D03BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03BE6 is #2FC419. Grayscale: #7A7A7A. Windows color (decimal): -3130394 or 15088592. OLE color: 15088592.
HSL color Cylindrical-coordinate representation of color #D03BE6: hue angle of 292.28º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03BE6 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 59 | 230 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.10 |
| HSL | 292.28º | 0.77% | 0.57% | - |
| HSV(B) | 292.28º | 0.74% | 0.9% | - |
| XYZ | 41.86 | 22.25 | 76.95 | - |
| YUV | 123.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 230 | 0.10 | 0.74 | 0 | 0.10 | 292.28 | 0.77 | 0.57 |
| Hex | D0 | 3B | E6 | A | 4A | 0 | A | 124 | 4D | 39 |
| Octal | 320 | 73 | 346 | 12 | 112 | 0 | 12 | 444 | 115 | 71 |
| Binary | 11010000 | 111011 | 11100110 | 1010 | 1001010 | 0 | 1010 | 100100100 | 1001101 | 111001 |
Color Harmonies of #D03BE6
Complementary color
Monochromatic Colors of #D03BE6
Black with #D03BE6
Text Example
Text Example
White with #D03BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BE6; }
p { color: rgb(208,59,230); }
H1.HeaderClassName
{
color: #D03BE6;
}
.AnyTagClassName
{
color: #D03BE6;
}
</style>
background-color css
<style>
a { background-color: #D03BE6; }
a { background-color: rgb(208,59,230); }
div.DivClassName
{
background-color: #D03BE6;
}
.BgClassName
{
background-color: #D03BE6;
}
</style>
border-color css
<style>
span { border-color: #D03BE6; }
span { border-color: rgb(208,59,230); }
td.TdClassName
{
border-color: #D03BE6;
}
.TagClassName
{
border-color: #D03BE6;
}
</style>