Shades of Medium Orchid #CD32D9
Tints of Medium Orchid #CD32D9
RGB
CMYK
RGB Variations
Color information
#CD32D9 (or 0xCD32D9) is known color: Medium Orchid. HEX triplet: CD, 32 and D9. RGB value is (205,50,217). Sum of RGB (Red+Green+Blue) = 205+50+217=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD32D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32D9 is #32CD26. Grayscale: #727272. Windows color (decimal): -3329319 or 14234317. OLE color: 14234317.
HSL color Cylindrical-coordinate representation of color #CD32D9: hue angle of 295.69º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD32D9 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 50 | 217 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.15 |
| HSL | 295.69º | 0.69% | 0.52% | - |
| HSV(B) | 295.69º | 0.77% | 0.85% | - |
| XYZ | 38.84 | 20.27 | 67.51 | - |
| YUV | 115.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 217 | 0.06 | 0.77 | 0 | 0.15 | 295.69 | 0.69 | 0.52 |
| Hex | CD | 32 | D9 | 6 | 4D | 0 | F | 128 | 45 | 34 |
| Octal | 315 | 62 | 331 | 6 | 115 | 0 | 17 | 450 | 105 | 64 |
| Binary | 11001101 | 110010 | 11011001 | 110 | 1001101 | 0 | 1111 | 100101000 | 1000101 | 110100 |
Color Harmonies of #CD32D9
Complementary color
Monochromatic Colors of #CD32D9
Black with #CD32D9
Text Example
Text Example
White with #CD32D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32D9; }
p { color: rgb(205,50,217); }
H1.HeaderClassName
{
color: #CD32D9;
}
.AnyTagClassName
{
color: #CD32D9;
}
</style>
background-color css
<style>
a { background-color: #CD32D9; }
a { background-color: rgb(205,50,217); }
div.DivClassName
{
background-color: #CD32D9;
}
.BgClassName
{
background-color: #CD32D9;
}
</style>
border-color css
<style>
span { border-color: #CD32D9; }
span { border-color: rgb(205,50,217); }
td.TdClassName
{
border-color: #CD32D9;
}
.TagClassName
{
border-color: #CD32D9;
}
</style>