Shades of Medium Orchid #D132DD
Tints of Medium Orchid #D132DD
RGB
CMYK
RGB Variations
Color information
#D132DD (or 0xD132DD) is known color: Medium Orchid. HEX triplet: D1, 32 and DD. RGB value is (209,50,221). Sum of RGB (Red+Green+Blue) = 209+50+221=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #D132DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132DD is #2ECD22. Grayscale: #747474. Windows color (decimal): -3067171 or 14496465. OLE color: 14496465.
HSL color Cylindrical-coordinate representation of color #D132DD: hue angle of 295.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D132DD is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 50 | 221 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.13 |
| HSL | 295.79º | 0.72% | 0.53% | - |
| HSV(B) | 295.79º | 0.77% | 0.87% | - |
| XYZ | 40.49 | 21.06 | 70.34 | - |
| YUV | 117.04 | 186.68 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 221 | 0.05 | 0.77 | 0 | 0.13 | 295.79 | 0.72 | 0.53 |
| Hex | D1 | 32 | DD | 5 | 4D | 0 | D | 128 | 48 | 35 |
| Octal | 321 | 62 | 335 | 5 | 115 | 0 | 15 | 450 | 110 | 65 |
| Binary | 11010001 | 110010 | 11011101 | 101 | 1001101 | 0 | 1101 | 100101000 | 1001000 | 110101 |
Color Harmonies of #D132DD
Complementary color
Monochromatic Colors of #D132DD
Black with #D132DD
Text Example
Text Example
White with #D132DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D132DD; }
p { color: rgb(209,50,221); }
H1.HeaderClassName
{
color: #D132DD;
}
.AnyTagClassName
{
color: #D132DD;
}
</style>
background-color css
<style>
a { background-color: #D132DD; }
a { background-color: rgb(209,50,221); }
div.DivClassName
{
background-color: #D132DD;
}
.BgClassName
{
background-color: #D132DD;
}
</style>
border-color css
<style>
span { border-color: #D132DD; }
span { border-color: rgb(209,50,221); }
td.TdClassName
{
border-color: #D132DD;
}
.TagClassName
{
border-color: #D132DD;
}
</style>