Shades of Medium Orchid #D134E9
Tints of Medium Orchid #D134E9
RGB
CMYK
RGB Variations
Color information
#D134E9 (or 0xD134E9) is known color: Medium Orchid. HEX triplet: D1, 34 and E9. RGB value is (209,52,233). Sum of RGB (Red+Green+Blue) = 209+52+233=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #D134E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D134E9 is #2ECB16. Grayscale: #777777. Windows color (decimal): -3066647 or 15283409. OLE color: 15283409.
HSL color Cylindrical-coordinate representation of color #D134E9: hue angle of 292.04º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D134E9 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 52 | 233 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.09 |
| HSL | 292.04º | 0.8% | 0.56% | - |
| HSV(B) | 292.04º | 0.78% | 0.91% | - |
| XYZ | 42.23 | 21.89 | 79.09 | - |
| YUV | 119.58 | 192.01 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 233 | 0.10 | 0.78 | 0 | 0.09 | 292.04 | 0.8 | 0.56 |
| Hex | D1 | 34 | E9 | A | 4E | 0 | 9 | 124 | 50 | 38 |
| Octal | 321 | 64 | 351 | 12 | 116 | 0 | 11 | 444 | 120 | 70 |
| Binary | 11010001 | 110100 | 11101001 | 1010 | 1001110 | 0 | 1001 | 100100100 | 1010000 | 111000 |
Color Harmonies of #D134E9
Complementary color
Monochromatic Colors of #D134E9
Black with #D134E9
Text Example
Text Example
White with #D134E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134E9; }
p { color: rgb(209,52,233); }
H1.HeaderClassName
{
color: #D134E9;
}
.AnyTagClassName
{
color: #D134E9;
}
</style>
background-color css
<style>
a { background-color: #D134E9; }
a { background-color: rgb(209,52,233); }
div.DivClassName
{
background-color: #D134E9;
}
.BgClassName
{
background-color: #D134E9;
}
</style>
border-color css
<style>
span { border-color: #D134E9; }
span { border-color: rgb(209,52,233); }
td.TdClassName
{
border-color: #D134E9;
}
.TagClassName
{
border-color: #D134E9;
}
</style>