Shades of Medium Orchid #D136D9
Tints of Medium Orchid #D136D9
RGB
CMYK
RGB Variations
Color information
#D136D9 (or 0xD136D9) is known color: Medium Orchid. HEX triplet: D1, 36 and D9. RGB value is (209,54,217). Sum of RGB (Red+Green+Blue) = 209+54+217=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #D136D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136D9 is #2EC926. Grayscale: #767676. Windows color (decimal): -3066151 or 14235345. OLE color: 14235345.
HSL color Cylindrical-coordinate representation of color #D136D9: hue angle of 297.06º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D136D9 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 54 | 217 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.15 |
| HSL | 297.06º | 0.68% | 0.53% | - |
| HSV(B) | 297.06º | 0.75% | 0.85% | - |
| XYZ | 40.14 | 21.2 | 67.62 | - |
| YUV | 118.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 217 | 0.04 | 0.75 | 0 | 0.15 | 297.06 | 0.68 | 0.53 |
| Hex | D1 | 36 | D9 | 4 | 4B | 0 | F | 129 | 44 | 35 |
| Octal | 321 | 66 | 331 | 4 | 113 | 0 | 17 | 451 | 104 | 65 |
| Binary | 11010001 | 110110 | 11011001 | 100 | 1001011 | 0 | 1111 | 100101001 | 1000100 | 110101 |
Color Harmonies of #D136D9
Complementary color
Monochromatic Colors of #D136D9
Black with #D136D9
Text Example
Text Example
White with #D136D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D136D9; }
p { color: rgb(209,54,217); }
H1.HeaderClassName
{
color: #D136D9;
}
.AnyTagClassName
{
color: #D136D9;
}
</style>
background-color css
<style>
a { background-color: #D136D9; }
a { background-color: rgb(209,54,217); }
div.DivClassName
{
background-color: #D136D9;
}
.BgClassName
{
background-color: #D136D9;
}
</style>
border-color css
<style>
span { border-color: #D136D9; }
span { border-color: rgb(209,54,217); }
td.TdClassName
{
border-color: #D136D9;
}
.TagClassName
{
border-color: #D136D9;
}
</style>