Shades of Medium Orchid #D136DA
Tints of Medium Orchid #D136DA
RGB
CMYK
RGB Variations
Color information
#D136DA (or 0xD136DA) is known color: Medium Orchid. HEX triplet: D1, 36 and DA. RGB value is (209,54,218). Sum of RGB (Red+Green+Blue) = 209+54+218=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #D136DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136DA is #2EC925. Grayscale: #767676. Windows color (decimal): -3066150 or 14300881. OLE color: 14300881.
HSL color Cylindrical-coordinate representation of color #D136DA: hue angle of 296.71º degrees, saturation: 0.69, 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 #D136DA is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 54 | 218 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.15 |
| HSL | 296.71º | 0.69% | 0.53% | - |
| HSV(B) | 296.71º | 0.75% | 0.85% | - |
| XYZ | 40.27 | 21.26 | 68.31 | - |
| YUV | 119.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 218 | 0.04 | 0.75 | 0 | 0.15 | 296.71 | 0.69 | 0.53 |
| Hex | D1 | 36 | DA | 4 | 4B | 0 | F | 129 | 45 | 35 |
| Octal | 321 | 66 | 332 | 4 | 113 | 0 | 17 | 451 | 105 | 65 |
| Binary | 11010001 | 110110 | 11011010 | 100 | 1001011 | 0 | 1111 | 100101001 | 1000101 | 110101 |
Color Harmonies of #D136DA
Complementary color
Monochromatic Colors of #D136DA
Black with #D136DA
Text Example
Text Example
White with #D136DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D136DA; }
p { color: rgb(209,54,218); }
H1.HeaderClassName
{
color: #D136DA;
}
.AnyTagClassName
{
color: #D136DA;
}
</style>
background-color css
<style>
a { background-color: #D136DA; }
a { background-color: rgb(209,54,218); }
div.DivClassName
{
background-color: #D136DA;
}
.BgClassName
{
background-color: #D136DA;
}
</style>
border-color css
<style>
span { border-color: #D136DA; }
span { border-color: rgb(209,54,218); }
td.TdClassName
{
border-color: #D136DA;
}
.TagClassName
{
border-color: #D136DA;
}
</style>