Shades of Medium Orchid #CD32DC
Tints of Medium Orchid #CD32DC
RGB
CMYK
RGB Variations
Color information
#CD32DC (or 0xCD32DC) is known color: Medium Orchid. HEX triplet: CD, 32 and DC. RGB value is (205,50,220). Sum of RGB (Red+Green+Blue) = 205+50+220=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD32DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32DC is #32CD23. Grayscale: #737373. Windows color (decimal): -3329316 or 14430925. OLE color: 14430925.
HSL color Cylindrical-coordinate representation of color #CD32DC: hue angle of 294.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD32DC is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 50 | 220 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.14 |
| HSL | 294.71º | 0.71% | 0.53% | - |
| HSV(B) | 294.71º | 0.77% | 0.86% | - |
| XYZ | 39.24 | 20.43 | 69.59 | - |
| YUV | 115.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 220 | 0.07 | 0.77 | 0 | 0.14 | 294.71 | 0.71 | 0.53 |
| Hex | CD | 32 | DC | 7 | 4D | 0 | E | 127 | 47 | 35 |
| Octal | 315 | 62 | 334 | 7 | 115 | 0 | 16 | 447 | 107 | 65 |
| Binary | 11001101 | 110010 | 11011100 | 111 | 1001101 | 0 | 1110 | 100100111 | 1000111 | 110101 |
Color Harmonies of #CD32DC
Complementary color
Monochromatic Colors of #CD32DC
Black with #CD32DC
Text Example
Text Example
White with #CD32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32DC; }
p { color: rgb(205,50,220); }
H1.HeaderClassName
{
color: #CD32DC;
}
.AnyTagClassName
{
color: #CD32DC;
}
</style>
background-color css
<style>
a { background-color: #CD32DC; }
a { background-color: rgb(205,50,220); }
div.DivClassName
{
background-color: #CD32DC;
}
.BgClassName
{
background-color: #CD32DC;
}
</style>
border-color css
<style>
span { border-color: #CD32DC; }
span { border-color: rgb(205,50,220); }
td.TdClassName
{
border-color: #CD32DC;
}
.TagClassName
{
border-color: #CD32DC;
}
</style>