Shades of Medium Orchid #D137DC
Tints of Medium Orchid #D137DC
RGB
CMYK
RGB Variations
Color information
#D137DC (or 0xD137DC) is known color: Medium Orchid. HEX triplet: D1, 37 and DC. RGB value is (209,55,220). Sum of RGB (Red+Green+Blue) = 209+55+220=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #D137DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D137DC is #2EC823. Grayscale: #777777. Windows color (decimal): -3065892 or 14432209. OLE color: 14432209.
HSL color Cylindrical-coordinate representation of color #D137DC: hue angle of 296º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D137DC is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 55 | 220 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.14 |
| HSL | 296º | 0.7% | 0.54% | - |
| HSV(B) | 296º | 0.75% | 0.86% | - |
| XYZ | 40.58 | 21.45 | 69.71 | - |
| YUV | 119.86 | 184.52 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 220 | 0.05 | 0.75 | 0 | 0.14 | 296 | 0.7 | 0.54 |
| Hex | D1 | 37 | DC | 5 | 4B | 0 | E | 128 | 46 | 36 |
| Octal | 321 | 67 | 334 | 5 | 113 | 0 | 16 | 450 | 106 | 66 |
| Binary | 11010001 | 110111 | 11011100 | 101 | 1001011 | 0 | 1110 | 100101000 | 1000110 | 110110 |
Color Harmonies of #D137DC
Complementary color
Monochromatic Colors of #D137DC
Black with #D137DC
Text Example
Text Example
White with #D137DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D137DC; }
p { color: rgb(209,55,220); }
H1.HeaderClassName
{
color: #D137DC;
}
.AnyTagClassName
{
color: #D137DC;
}
</style>
background-color css
<style>
a { background-color: #D137DC; }
a { background-color: rgb(209,55,220); }
div.DivClassName
{
background-color: #D137DC;
}
.BgClassName
{
background-color: #D137DC;
}
</style>
border-color css
<style>
span { border-color: #D137DC; }
span { border-color: rgb(209,55,220); }
td.TdClassName
{
border-color: #D137DC;
}
.TagClassName
{
border-color: #D137DC;
}
</style>