Shades of Medium Orchid #D137FB
Tints of Medium Orchid #D137FB
RGB
CMYK
RGB Variations
Color information
#D137FB (or 0xD137FB) is known color: Medium Orchid. HEX triplet: D1, 37 and FB. RGB value is (209,55,251). Sum of RGB (Red+Green+Blue) = 209+55+251=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 55 (21.88% from 255 or 10.68% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #D137FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D137FB is #2EC804. Grayscale: #7A7A7A. Windows color (decimal): -3065861 or 16463825. OLE color: 16463825.
HSL color Cylindrical-coordinate representation of color #D137FB: hue angle of 287.14º 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 #D137FB is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 55 | 251 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.02 |
| HSL | 287.14º | 0.96% | 0.6% | - |
| HSV(B) | 287.14º | 0.78% | 0.98% | - |
| XYZ | 45.07 | 23.25 | 93.38 | - |
| YUV | 123.39 | 200.02 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 251 | 0.17 | 0.78 | 0 | 0.02 | 287.14 | 0.96 | 0.6 |
| Hex | D1 | 37 | FB | 11 | 4E | 0 | 2 | 11F | 60 | 3C |
| Octal | 321 | 67 | 373 | 21 | 116 | 0 | 2 | 437 | 140 | 74 |
| Binary | 11010001 | 110111 | 11111011 | 10001 | 1001110 | 0 | 10 | 100011111 | 1100000 | 111100 |
Color Harmonies of #D137FB
Complementary color
Monochromatic Colors of #D137FB
Black with #D137FB
Text Example
Text Example
White with #D137FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D137FB; }
p { color: rgb(209,55,251); }
H1.HeaderClassName
{
color: #D137FB;
}
.AnyTagClassName
{
color: #D137FB;
}
</style>
background-color css
<style>
a { background-color: #D137FB; }
a { background-color: rgb(209,55,251); }
div.DivClassName
{
background-color: #D137FB;
}
.BgClassName
{
background-color: #D137FB;
}
</style>
border-color css
<style>
span { border-color: #D137FB; }
span { border-color: rgb(209,55,251); }
td.TdClassName
{
border-color: #D137FB;
}
.TagClassName
{
border-color: #D137FB;
}
</style>