Shades of Medium Orchid #D03BE2
Tints of Medium Orchid #D03BE2
RGB
CMYK
RGB Variations
Color information
#D03BE2 (or 0xD03BE2) is known color: Medium Orchid. HEX triplet: D0, 3B and E2. RGB value is (208,59,226). Sum of RGB (Red+Green+Blue) = 208+59+226=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #D03BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BE2 is #2FC41D. Grayscale: #7A7A7A. Windows color (decimal): -3130398 or 14826448. OLE color: 14826448.
HSL color Cylindrical-coordinate representation of color #D03BE2: hue angle of 293.53º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03BE2 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 59 | 226 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.11 |
| HSL | 293.53º | 0.74% | 0.56% | - |
| HSV(B) | 293.53º | 0.74% | 0.89% | - |
| XYZ | 41.3 | 22.03 | 74.03 | - |
| YUV | 122.59 | 186.36 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 226 | 0.08 | 0.74 | 0 | 0.11 | 293.53 | 0.74 | 0.56 |
| Hex | D0 | 3B | E2 | 8 | 4A | 0 | B | 126 | 4A | 38 |
| Octal | 320 | 73 | 342 | 10 | 112 | 0 | 13 | 446 | 112 | 70 |
| Binary | 11010000 | 111011 | 11100010 | 1000 | 1001010 | 0 | 1011 | 100100110 | 1001010 | 111000 |
Color Harmonies of #D03BE2
Complementary color
Monochromatic Colors of #D03BE2
Black with #D03BE2
Text Example
Text Example
White with #D03BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BE2; }
p { color: rgb(208,59,226); }
H1.HeaderClassName
{
color: #D03BE2;
}
.AnyTagClassName
{
color: #D03BE2;
}
</style>
background-color css
<style>
a { background-color: #D03BE2; }
a { background-color: rgb(208,59,226); }
div.DivClassName
{
background-color: #D03BE2;
}
.BgClassName
{
background-color: #D03BE2;
}
</style>
border-color css
<style>
span { border-color: #D03BE2; }
span { border-color: rgb(208,59,226); }
td.TdClassName
{
border-color: #D03BE2;
}
.TagClassName
{
border-color: #D03BE2;
}
</style>