Shades of Medium Orchid #D132EB
Tints of Medium Orchid #D132EB
RGB
CMYK
RGB Variations
Color information
#D132EB (or 0xD132EB) is known color: Medium Orchid. HEX triplet: D1, 32 and EB. RGB value is (209,50,235). Sum of RGB (Red+Green+Blue) = 209+50+235=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #D132EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D132EB is #2ECD14. Grayscale: #767676. Windows color (decimal): -3067157 or 15413969. OLE color: 15413969.
HSL color Cylindrical-coordinate representation of color #D132EB: hue angle of 291.57º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D132EB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 50 | 235 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.08 |
| HSL | 291.57º | 0.82% | 0.56% | - |
| HSV(B) | 291.57º | 0.79% | 0.92% | - |
| XYZ | 42.43 | 21.83 | 80.58 | - |
| YUV | 118.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 235 | 0.11 | 0.79 | 0 | 0.08 | 291.57 | 0.82 | 0.56 |
| Hex | D1 | 32 | EB | B | 4F | 0 | 8 | 124 | 52 | 38 |
| Octal | 321 | 62 | 353 | 13 | 117 | 0 | 10 | 444 | 122 | 70 |
| Binary | 11010001 | 110010 | 11101011 | 1011 | 1001111 | 0 | 1000 | 100100100 | 1010010 | 111000 |
Color Harmonies of #D132EB
Complementary color
Monochromatic Colors of #D132EB
Black with #D132EB
Text Example
Text Example
White with #D132EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D132EB; }
p { color: rgb(209,50,235); }
H1.HeaderClassName
{
color: #D132EB;
}
.AnyTagClassName
{
color: #D132EB;
}
</style>
background-color css
<style>
a { background-color: #D132EB; }
a { background-color: rgb(209,50,235); }
div.DivClassName
{
background-color: #D132EB;
}
.BgClassName
{
background-color: #D132EB;
}
</style>
border-color css
<style>
span { border-color: #D132EB; }
span { border-color: rgb(209,50,235); }
td.TdClassName
{
border-color: #D132EB;
}
.TagClassName
{
border-color: #D132EB;
}
</style>