Shades of Medium Orchid #D037FB
Tints of Medium Orchid #D037FB
RGB
CMYK
RGB Variations
Color information
#D037FB (or 0xD037FB) is known color: Medium Orchid. HEX triplet: D0, 37 and FB. RGB value is (208,55,251). Sum of RGB (Red+Green+Blue) = 208+55+251=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #D037FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037FB is #2FC804. Grayscale: #7A7A7A. Windows color (decimal): -3131397 or 16463824. OLE color: 16463824.
HSL color Cylindrical-coordinate representation of color #D037FB: hue angle of 286.84º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D037FB is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 55 | 251 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.02 |
| HSL | 286.84º | 0.96% | 0.6% | - |
| HSV(B) | 286.84º | 0.78% | 0.98% | - |
| XYZ | 44.79 | 23.11 | 93.37 | - |
| YUV | 123.09 | 200.19 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 251 | 0.17 | 0.78 | 0 | 0.02 | 286.84 | 0.96 | 0.6 |
| Hex | D0 | 37 | FB | 11 | 4E | 0 | 2 | 11F | 60 | 3C |
| Octal | 320 | 67 | 373 | 21 | 116 | 0 | 2 | 437 | 140 | 74 |
| Binary | 11010000 | 110111 | 11111011 | 10001 | 1001110 | 0 | 10 | 100011111 | 1100000 | 111100 |
Color Harmonies of #D037FB
Complementary color
Monochromatic Colors of #D037FB
Black with #D037FB
Text Example
Text Example
White with #D037FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D037FB; }
p { color: rgb(208,55,251); }
H1.HeaderClassName
{
color: #D037FB;
}
.AnyTagClassName
{
color: #D037FB;
}
</style>
background-color css
<style>
a { background-color: #D037FB; }
a { background-color: rgb(208,55,251); }
div.DivClassName
{
background-color: #D037FB;
}
.BgClassName
{
background-color: #D037FB;
}
</style>
border-color css
<style>
span { border-color: #D037FB; }
span { border-color: rgb(208,55,251); }
td.TdClassName
{
border-color: #D037FB;
}
.TagClassName
{
border-color: #D037FB;
}
</style>