Shades of Medium Orchid #CD32E4
Tints of Medium Orchid #CD32E4
RGB
CMYK
RGB Variations
Color information
#CD32E4 (or 0xCD32E4) is known color: Medium Orchid. HEX triplet: CD, 32 and E4. RGB value is (205,50,228). Sum of RGB (Red+Green+Blue) = 205+50+228=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD32E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32E4 is #32CD1B. Grayscale: #747474. Windows color (decimal): -3329308 or 14955213. OLE color: 14955213.
HSL color Cylindrical-coordinate representation of color #CD32E4: hue angle of 292.25º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD32E4 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 50 | 228 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.11 |
| HSL | 292.25º | 0.77% | 0.55% | - |
| HSV(B) | 292.25º | 0.78% | 0.89% | - |
| XYZ | 40.32 | 20.86 | 75.3 | - |
| YUV | 116.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 228 | 0.10 | 0.78 | 0 | 0.11 | 292.25 | 0.77 | 0.55 |
| Hex | CD | 32 | E4 | A | 4E | 0 | B | 124 | 4D | 37 |
| Octal | 315 | 62 | 344 | 12 | 116 | 0 | 13 | 444 | 115 | 67 |
| Binary | 11001101 | 110010 | 11100100 | 1010 | 1001110 | 0 | 1011 | 100100100 | 1001101 | 110111 |
Color Harmonies of #CD32E4
Complementary color
Monochromatic Colors of #CD32E4
Black with #CD32E4
Text Example
Text Example
White with #CD32E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32E4; }
p { color: rgb(205,50,228); }
H1.HeaderClassName
{
color: #CD32E4;
}
.AnyTagClassName
{
color: #CD32E4;
}
</style>
background-color css
<style>
a { background-color: #CD32E4; }
a { background-color: rgb(205,50,228); }
div.DivClassName
{
background-color: #CD32E4;
}
.BgClassName
{
background-color: #CD32E4;
}
</style>
border-color css
<style>
span { border-color: #CD32E4; }
span { border-color: rgb(205,50,228); }
td.TdClassName
{
border-color: #CD32E4;
}
.TagClassName
{
border-color: #CD32E4;
}
</style>