Shades of Medium Orchid #CD32DD
Tints of Medium Orchid #CD32DD
RGB
CMYK
RGB Variations
Color information
#CD32DD (or 0xCD32DD) is known color: Medium Orchid. HEX triplet: CD, 32 and DD. RGB value is (205,50,221). Sum of RGB (Red+Green+Blue) = 205+50+221=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32DD is #32CD22. Grayscale: #737373. Windows color (decimal): -3329315 or 14496461. OLE color: 14496461.
HSL color Cylindrical-coordinate representation of color #CD32DD: hue angle of 294.39º 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 #CD32DD is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 50 | 221 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.13 |
| HSL | 294.39º | 0.72% | 0.53% | - |
| HSV(B) | 294.39º | 0.77% | 0.87% | - |
| XYZ | 39.37 | 20.48 | 70.28 | - |
| YUV | 115.84 | 187.35 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 221 | 0.07 | 0.77 | 0 | 0.13 | 294.39 | 0.72 | 0.53 |
| Hex | CD | 32 | DD | 7 | 4D | 0 | D | 126 | 48 | 35 |
| Octal | 315 | 62 | 335 | 7 | 115 | 0 | 15 | 446 | 110 | 65 |
| Binary | 11001101 | 110010 | 11011101 | 111 | 1001101 | 0 | 1101 | 100100110 | 1001000 | 110101 |
Color Harmonies of #CD32DD
Complementary color
Monochromatic Colors of #CD32DD
Black with #CD32DD
Text Example
Text Example
White with #CD32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32DD; }
p { color: rgb(205,50,221); }
H1.HeaderClassName
{
color: #CD32DD;
}
.AnyTagClassName
{
color: #CD32DD;
}
</style>
background-color css
<style>
a { background-color: #CD32DD; }
a { background-color: rgb(205,50,221); }
div.DivClassName
{
background-color: #CD32DD;
}
.BgClassName
{
background-color: #CD32DD;
}
</style>
border-color css
<style>
span { border-color: #CD32DD; }
span { border-color: rgb(205,50,221); }
td.TdClassName
{
border-color: #CD32DD;
}
.TagClassName
{
border-color: #CD32DD;
}
</style>