Shades of Medium Orchid #D03FEB
Tints of Medium Orchid #D03FEB
RGB
CMYK
RGB Variations
Color information
#D03FEB (or 0xD03FEB) is known color: Medium Orchid. HEX triplet: D0, 3F and EB. RGB value is (208,63,235). Sum of RGB (Red+Green+Blue) = 208+63+235=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #D03FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03FEB is #2FC014. Grayscale: #7D7D7D. Windows color (decimal): -3129365 or 15417296. OLE color: 15417296.
HSL color Cylindrical-coordinate representation of color #D03FEB: hue angle of 290.58º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03FEB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 63 | 235 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.08 |
| HSL | 290.58º | 0.81% | 0.58% | - |
| HSV(B) | 290.58º | 0.73% | 0.92% | - |
| XYZ | 42.79 | 22.96 | 80.77 | - |
| YUV | 125.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 235 | 0.11 | 0.73 | 0 | 0.08 | 290.58 | 0.81 | 0.58 |
| Hex | D0 | 3F | EB | B | 49 | 0 | 8 | 123 | 51 | 3A |
| Octal | 320 | 77 | 353 | 13 | 111 | 0 | 10 | 443 | 121 | 72 |
| Binary | 11010000 | 111111 | 11101011 | 1011 | 1001001 | 0 | 1000 | 100100011 | 1010001 | 111010 |
Color Harmonies of #D03FEB
Complementary color
Monochromatic Colors of #D03FEB
Black with #D03FEB
Text Example
Text Example
White with #D03FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FEB; }
p { color: rgb(208,63,235); }
H1.HeaderClassName
{
color: #D03FEB;
}
.AnyTagClassName
{
color: #D03FEB;
}
</style>
background-color css
<style>
a { background-color: #D03FEB; }
a { background-color: rgb(208,63,235); }
div.DivClassName
{
background-color: #D03FEB;
}
.BgClassName
{
background-color: #D03FEB;
}
</style>
border-color css
<style>
span { border-color: #D03FEB; }
span { border-color: rgb(208,63,235); }
td.TdClassName
{
border-color: #D03FEB;
}
.TagClassName
{
border-color: #D03FEB;
}
</style>