Shades of Medium Orchid #D134E6
Tints of Medium Orchid #D134E6
RGB
CMYK
RGB Variations
Color information
#D134E6 (or 0xD134E6) is known color: Medium Orchid. HEX triplet: D1, 34 and E6. RGB value is (209,52,230). Sum of RGB (Red+Green+Blue) = 209+52+230=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #D134E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D134E6 is #2ECB19. Grayscale: #767676. Windows color (decimal): -3066650 or 15086801. OLE color: 15086801.
HSL color Cylindrical-coordinate representation of color #D134E6: hue angle of 292.92º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D134E6 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 52 | 230 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.10 |
| HSL | 292.92º | 0.78% | 0.55% | - |
| HSV(B) | 292.92º | 0.77% | 0.9% | - |
| XYZ | 41.81 | 21.72 | 76.85 | - |
| YUV | 119.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 230 | 0.09 | 0.77 | 0 | 0.10 | 292.92 | 0.78 | 0.55 |
| Hex | D1 | 34 | E6 | 9 | 4D | 0 | A | 125 | 4E | 37 |
| Octal | 321 | 64 | 346 | 11 | 115 | 0 | 12 | 445 | 116 | 67 |
| Binary | 11010001 | 110100 | 11100110 | 1001 | 1001101 | 0 | 1010 | 100100101 | 1001110 | 110111 |
Color Harmonies of #D134E6
Complementary color
Monochromatic Colors of #D134E6
Black with #D134E6
Text Example
Text Example
White with #D134E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134E6; }
p { color: rgb(209,52,230); }
H1.HeaderClassName
{
color: #D134E6;
}
.AnyTagClassName
{
color: #D134E6;
}
</style>
background-color css
<style>
a { background-color: #D134E6; }
a { background-color: rgb(209,52,230); }
div.DivClassName
{
background-color: #D134E6;
}
.BgClassName
{
background-color: #D134E6;
}
</style>
border-color css
<style>
span { border-color: #D134E6; }
span { border-color: rgb(209,52,230); }
td.TdClassName
{
border-color: #D134E6;
}
.TagClassName
{
border-color: #D134E6;
}
</style>