Shades of Medium Orchid #D132ED
Tints of Medium Orchid #D132ED
RGB
CMYK
RGB Variations
Color information
#D132ED (or 0xD132ED) is known color: Medium Orchid. HEX triplet: D1, 32 and ED. RGB value is (209,50,237). Sum of RGB (Red+Green+Blue) = 209+50+237=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #D132ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D132ED is #2ECD12. Grayscale: #767676. Windows color (decimal): -3067155 or 15545041. OLE color: 15545041.
HSL color Cylindrical-coordinate representation of color #D132ED: hue angle of 291.02º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D132ED is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 50 | 237 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.07 |
| HSL | 291.02º | 0.84% | 0.56% | - |
| HSV(B) | 291.02º | 0.79% | 0.93% | - |
| XYZ | 42.72 | 21.95 | 82.11 | - |
| YUV | 118.86 | 194.68 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 237 | 0.12 | 0.79 | 0 | 0.07 | 291.02 | 0.84 | 0.56 |
| Hex | D1 | 32 | ED | C | 4F | 0 | 7 | 123 | 54 | 38 |
| Octal | 321 | 62 | 355 | 14 | 117 | 0 | 7 | 443 | 124 | 70 |
| Binary | 11010001 | 110010 | 11101101 | 1100 | 1001111 | 0 | 111 | 100100011 | 1010100 | 111000 |
Color Harmonies of #D132ED
Complementary color
Monochromatic Colors of #D132ED
Black with #D132ED
Text Example
Text Example
White with #D132ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D132ED; }
p { color: rgb(209,50,237); }
H1.HeaderClassName
{
color: #D132ED;
}
.AnyTagClassName
{
color: #D132ED;
}
</style>
background-color css
<style>
a { background-color: #D132ED; }
a { background-color: rgb(209,50,237); }
div.DivClassName
{
background-color: #D132ED;
}
.BgClassName
{
background-color: #D132ED;
}
</style>
border-color css
<style>
span { border-color: #D132ED; }
span { border-color: rgb(209,50,237); }
td.TdClassName
{
border-color: #D132ED;
}
.TagClassName
{
border-color: #D132ED;
}
</style>