Shades of Medium Orchid #D136F4
Tints of Medium Orchid #D136F4
RGB
CMYK
RGB Variations
Color information
#D136F4 (or 0xD136F4) is known color: Medium Orchid. HEX triplet: D1, 36 and F4. RGB value is (209,54,244). Sum of RGB (Red+Green+Blue) = 209+54+244=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 54 (21.48% from 255 or 10.65% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #D136F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D136F4 is #2EC90B. Grayscale: #797979. Windows color (decimal): -3066124 or 16004817. OLE color: 16004817.
HSL color Cylindrical-coordinate representation of color #D136F4: hue angle of 288.95º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D136F4 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 54 | 244 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.04 |
| HSL | 288.95º | 0.9% | 0.58% | - |
| HSV(B) | 288.95º | 0.78% | 0.96% | - |
| XYZ | 43.94 | 22.73 | 87.66 | - |
| YUV | 122.01 | 196.85 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 244 | 0.14 | 0.78 | 0 | 0.04 | 288.95 | 0.9 | 0.58 |
| Hex | D1 | 36 | F4 | E | 4E | 0 | 4 | 121 | 5A | 3A |
| Octal | 321 | 66 | 364 | 16 | 116 | 0 | 4 | 441 | 132 | 72 |
| Binary | 11010001 | 110110 | 11110100 | 1110 | 1001110 | 0 | 100 | 100100001 | 1011010 | 111010 |
Color Harmonies of #D136F4
Complementary color
Monochromatic Colors of #D136F4
Black with #D136F4
Text Example
Text Example
White with #D136F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D136F4; }
p { color: rgb(209,54,244); }
H1.HeaderClassName
{
color: #D136F4;
}
.AnyTagClassName
{
color: #D136F4;
}
</style>
background-color css
<style>
a { background-color: #D136F4; }
a { background-color: rgb(209,54,244); }
div.DivClassName
{
background-color: #D136F4;
}
.BgClassName
{
background-color: #D136F4;
}
</style>
border-color css
<style>
span { border-color: #D136F4; }
span { border-color: rgb(209,54,244); }
td.TdClassName
{
border-color: #D136F4;
}
.TagClassName
{
border-color: #D136F4;
}
</style>