Shades of Medium Orchid #D134ED
Tints of Medium Orchid #D134ED
RGB
CMYK
RGB Variations
Color information
#D134ED (or 0xD134ED) is known color: Medium Orchid. HEX triplet: D1, 34 and ED. RGB value is (209,52,237). Sum of RGB (Red+Green+Blue) = 209+52+237=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #D134ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D134ED is #2ECB12. Grayscale: #777777. Windows color (decimal): -3066643 or 15545553. OLE color: 15545553.
HSL color Cylindrical-coordinate representation of color #D134ED: hue angle of 290.92º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D134ED is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 52 | 237 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.07 |
| HSL | 290.92º | 0.84% | 0.57% | - |
| HSV(B) | 290.92º | 0.78% | 0.93% | - |
| XYZ | 42.81 | 22.13 | 82.14 | - |
| YUV | 120.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 237 | 0.12 | 0.78 | 0 | 0.07 | 290.92 | 0.84 | 0.57 |
| Hex | D1 | 34 | ED | C | 4E | 0 | 7 | 123 | 54 | 39 |
| Octal | 321 | 64 | 355 | 14 | 116 | 0 | 7 | 443 | 124 | 71 |
| Binary | 11010001 | 110100 | 11101101 | 1100 | 1001110 | 0 | 111 | 100100011 | 1010100 | 111001 |
Color Harmonies of #D134ED
Complementary color
Monochromatic Colors of #D134ED
Black with #D134ED
Text Example
Text Example
White with #D134ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134ED; }
p { color: rgb(209,52,237); }
H1.HeaderClassName
{
color: #D134ED;
}
.AnyTagClassName
{
color: #D134ED;
}
</style>
background-color css
<style>
a { background-color: #D134ED; }
a { background-color: rgb(209,52,237); }
div.DivClassName
{
background-color: #D134ED;
}
.BgClassName
{
background-color: #D134ED;
}
</style>
border-color css
<style>
span { border-color: #D134ED; }
span { border-color: rgb(209,52,237); }
td.TdClassName
{
border-color: #D134ED;
}
.TagClassName
{
border-color: #D134ED;
}
</style>