Shades of Medium Orchid #D03BE7
Tints of Medium Orchid #D03BE7
RGB
CMYK
RGB Variations
Color information
#D03BE7 (or 0xD03BE7) is known color: Medium Orchid. HEX triplet: D0, 3B and E7. RGB value is (208,59,231). Sum of RGB (Red+Green+Blue) = 208+59+231=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #D03BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03BE7 is #2FC418. Grayscale: #7A7A7A. Windows color (decimal): -3130393 or 15154128. OLE color: 15154128.
HSL color Cylindrical-coordinate representation of color #D03BE7: hue angle of 291.98º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03BE7 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 59 | 231 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.09 |
| HSL | 291.98º | 0.78% | 0.57% | - |
| HSV(B) | 291.98º | 0.74% | 0.91% | - |
| XYZ | 42 | 22.31 | 77.69 | - |
| YUV | 123.16 | 188.86 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 231 | 0.10 | 0.74 | 0 | 0.09 | 291.98 | 0.78 | 0.57 |
| Hex | D0 | 3B | E7 | A | 4A | 0 | 9 | 124 | 4E | 39 |
| Octal | 320 | 73 | 347 | 12 | 112 | 0 | 11 | 444 | 116 | 71 |
| Binary | 11010000 | 111011 | 11100111 | 1010 | 1001010 | 0 | 1001 | 100100100 | 1001110 | 111001 |
Color Harmonies of #D03BE7
Complementary color
Monochromatic Colors of #D03BE7
Black with #D03BE7
Text Example
Text Example
White with #D03BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BE7; }
p { color: rgb(208,59,231); }
H1.HeaderClassName
{
color: #D03BE7;
}
.AnyTagClassName
{
color: #D03BE7;
}
</style>
background-color css
<style>
a { background-color: #D03BE7; }
a { background-color: rgb(208,59,231); }
div.DivClassName
{
background-color: #D03BE7;
}
.BgClassName
{
background-color: #D03BE7;
}
</style>
border-color css
<style>
span { border-color: #D03BE7; }
span { border-color: rgb(208,59,231); }
td.TdClassName
{
border-color: #D03BE7;
}
.TagClassName
{
border-color: #D03BE7;
}
</style>