Shades of Medium Orchid #CD32ED
Tints of Medium Orchid #CD32ED
RGB
CMYK
RGB Variations
Color information
#CD32ED (or 0xCD32ED) is known color: Medium Orchid. HEX triplet: CD, 32 and ED. RGB value is (205,50,237). Sum of RGB (Red+Green+Blue) = 205+50+237=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD32ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32ED is #32CD12. Grayscale: #757575. Windows color (decimal): -3329299 or 15545037. OLE color: 15545037.
HSL color Cylindrical-coordinate representation of color #CD32ED: hue angle of 289.73º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD32ED is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 50 | 237 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.07 |
| HSL | 289.73º | 0.84% | 0.56% | - |
| HSV(B) | 289.73º | 0.79% | 0.93% | - |
| XYZ | 41.6 | 21.37 | 82.05 | - |
| YUV | 117.66 | 195.35 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 237 | 0.14 | 0.79 | 0 | 0.07 | 289.73 | 0.84 | 0.56 |
| Hex | CD | 32 | ED | E | 4F | 0 | 7 | 122 | 54 | 38 |
| Octal | 315 | 62 | 355 | 16 | 117 | 0 | 7 | 442 | 124 | 70 |
| Binary | 11001101 | 110010 | 11101101 | 1110 | 1001111 | 0 | 111 | 100100010 | 1010100 | 111000 |
Color Harmonies of #CD32ED
Complementary color
Monochromatic Colors of #CD32ED
Black with #CD32ED
Text Example
Text Example
White with #CD32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32ED; }
p { color: rgb(205,50,237); }
H1.HeaderClassName
{
color: #CD32ED;
}
.AnyTagClassName
{
color: #CD32ED;
}
</style>
background-color css
<style>
a { background-color: #CD32ED; }
a { background-color: rgb(205,50,237); }
div.DivClassName
{
background-color: #CD32ED;
}
.BgClassName
{
background-color: #CD32ED;
}
</style>
border-color css
<style>
span { border-color: #CD32ED; }
span { border-color: rgb(205,50,237); }
td.TdClassName
{
border-color: #CD32ED;
}
.TagClassName
{
border-color: #CD32ED;
}
</style>