Shades of Medium Orchid #CD32EA
Tints of Medium Orchid #CD32EA
RGB
CMYK
RGB Variations
Color information
#CD32EA (or 0xCD32EA) is known color: Medium Orchid. HEX triplet: CD, 32 and EA. RGB value is (205,50,234). Sum of RGB (Red+Green+Blue) = 205+50+234=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD32EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32EA is #32CD15. Grayscale: #747474. Windows color (decimal): -3329302 or 15348429. OLE color: 15348429.
HSL color Cylindrical-coordinate representation of color #CD32EA: hue angle of 290.54º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD32EA is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 50 | 234 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.08 |
| HSL | 290.54º | 0.81% | 0.56% | - |
| HSV(B) | 290.54º | 0.79% | 0.92% | - |
| XYZ | 41.17 | 21.2 | 79.76 | - |
| YUV | 117.32 | 193.85 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 234 | 0.12 | 0.79 | 0 | 0.08 | 290.54 | 0.81 | 0.56 |
| Hex | CD | 32 | EA | C | 4F | 0 | 8 | 123 | 51 | 38 |
| Octal | 315 | 62 | 352 | 14 | 117 | 0 | 10 | 443 | 121 | 70 |
| Binary | 11001101 | 110010 | 11101010 | 1100 | 1001111 | 0 | 1000 | 100100011 | 1010001 | 111000 |
Color Harmonies of #CD32EA
Complementary color
Monochromatic Colors of #CD32EA
Black with #CD32EA
Text Example
Text Example
White with #CD32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32EA; }
p { color: rgb(205,50,234); }
H1.HeaderClassName
{
color: #CD32EA;
}
.AnyTagClassName
{
color: #CD32EA;
}
</style>
background-color css
<style>
a { background-color: #CD32EA; }
a { background-color: rgb(205,50,234); }
div.DivClassName
{
background-color: #CD32EA;
}
.BgClassName
{
background-color: #CD32EA;
}
</style>
border-color css
<style>
span { border-color: #CD32EA; }
span { border-color: rgb(205,50,234); }
td.TdClassName
{
border-color: #CD32EA;
}
.TagClassName
{
border-color: #CD32EA;
}
</style>