Shades of Medium Orchid #D03DFB
Tints of Medium Orchid #D03DFB
RGB
CMYK
RGB Variations
Color information
#D03DFB (or 0xD03DFB) is known color: Medium Orchid. HEX triplet: D0, 3D and FB. RGB value is (208,61,251). Sum of RGB (Red+Green+Blue) = 208+61+251=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 61 (24.22% from 255 or 11.73% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #D03DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03DFB is #2FC204. Grayscale: #7D7D7D. Windows color (decimal): -3129861 or 16465360. OLE color: 16465360.
HSL color Cylindrical-coordinate representation of color #D03DFB: hue angle of 286.42º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03DFB is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 61 | 251 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.02 |
| HSL | 286.42º | 0.96% | 0.61% | - |
| HSV(B) | 286.42º | 0.76% | 0.98% | - |
| XYZ | 45.09 | 23.71 | 93.47 | - |
| YUV | 126.61 | 198.2 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 251 | 0.17 | 0.76 | 0 | 0.02 | 286.42 | 0.96 | 0.61 |
| Hex | D0 | 3D | FB | 11 | 4C | 0 | 2 | 11E | 60 | 3D |
| Octal | 320 | 75 | 373 | 21 | 114 | 0 | 2 | 436 | 140 | 75 |
| Binary | 11010000 | 111101 | 11111011 | 10001 | 1001100 | 0 | 10 | 100011110 | 1100000 | 111101 |
Color Harmonies of #D03DFB
Complementary color
Monochromatic Colors of #D03DFB
Black with #D03DFB
Text Example
Text Example
White with #D03DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DFB; }
p { color: rgb(208,61,251); }
H1.HeaderClassName
{
color: #D03DFB;
}
.AnyTagClassName
{
color: #D03DFB;
}
</style>
background-color css
<style>
a { background-color: #D03DFB; }
a { background-color: rgb(208,61,251); }
div.DivClassName
{
background-color: #D03DFB;
}
.BgClassName
{
background-color: #D03DFB;
}
</style>
border-color css
<style>
span { border-color: #D03DFB; }
span { border-color: rgb(208,61,251); }
td.TdClassName
{
border-color: #D03DFB;
}
.TagClassName
{
border-color: #D03DFB;
}
</style>