Shades of Medium Orchid #CD32E9
Tints of Medium Orchid #CD32E9
RGB
CMYK
RGB Variations
Color information
#CD32E9 (or 0xCD32E9) is known color: Medium Orchid. HEX triplet: CD, 32 and E9. RGB value is (205,50,233). Sum of RGB (Red+Green+Blue) = 205+50+233=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD32E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32E9 is #32CD16. Grayscale: #747474. Windows color (decimal): -3329303 or 15282893. OLE color: 15282893.
HSL color Cylindrical-coordinate representation of color #CD32E9: hue angle of 290.82º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD32E9 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 50 | 233 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.09 |
| HSL | 290.82º | 0.81% | 0.55% | - |
| HSV(B) | 290.82º | 0.79% | 0.91% | - |
| XYZ | 41.03 | 21.14 | 79.01 | - |
| YUV | 117.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 233 | 0.12 | 0.79 | 0 | 0.09 | 290.82 | 0.81 | 0.55 |
| Hex | CD | 32 | E9 | C | 4F | 0 | 9 | 123 | 51 | 37 |
| Octal | 315 | 62 | 351 | 14 | 117 | 0 | 11 | 443 | 121 | 67 |
| Binary | 11001101 | 110010 | 11101001 | 1100 | 1001111 | 0 | 1001 | 100100011 | 1010001 | 110111 |
Color Harmonies of #CD32E9
Complementary color
Monochromatic Colors of #CD32E9
Black with #CD32E9
Text Example
Text Example
White with #CD32E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32E9; }
p { color: rgb(205,50,233); }
H1.HeaderClassName
{
color: #CD32E9;
}
.AnyTagClassName
{
color: #CD32E9;
}
</style>
background-color css
<style>
a { background-color: #CD32E9; }
a { background-color: rgb(205,50,233); }
div.DivClassName
{
background-color: #CD32E9;
}
.BgClassName
{
background-color: #CD32E9;
}
</style>
border-color css
<style>
span { border-color: #CD32E9; }
span { border-color: rgb(205,50,233); }
td.TdClassName
{
border-color: #CD32E9;
}
.TagClassName
{
border-color: #CD32E9;
}
</style>