Shades of Medium Orchid #CD53EC
Tints of Medium Orchid #CD53EC
RGB
CMYK
RGB Variations
Color information
#CD53EC (or 0xCD53EC) is known color: Medium Orchid. HEX triplet: CD, 53 and EC. RGB value is (205,83,236). Sum of RGB (Red+Green+Blue) = 205+83+236=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD53EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD53EC is #32AC13. Grayscale: #888888. Windows color (decimal): -3320852 or 15487949. OLE color: 15487949.
HSL color Cylindrical-coordinate representation of color #CD53EC: hue angle of 287.84º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD53EC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 83 | 236 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.07 |
| HSL | 287.84º | 0.8% | 0.63% | - |
| HSV(B) | 287.84º | 0.65% | 0.93% | - |
| XYZ | 43.41 | 25.22 | 81.94 | - |
| YUV | 136.92 | 183.92 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 236 | 0.13 | 0.65 | 0 | 0.07 | 287.84 | 0.8 | 0.63 |
| Hex | CD | 53 | EC | D | 41 | 0 | 7 | 120 | 50 | 3F |
| Octal | 315 | 123 | 354 | 15 | 101 | 0 | 7 | 440 | 120 | 77 |
| Binary | 11001101 | 1010011 | 11101100 | 1101 | 1000001 | 0 | 111 | 100100000 | 1010000 | 111111 |
Color Harmonies of #CD53EC
Complementary color
Monochromatic Colors of #CD53EC
Black with #CD53EC
Text Example
Text Example
White with #CD53EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD53EC; }
p { color: rgb(205,83,236); }
H1.HeaderClassName
{
color: #CD53EC;
}
.AnyTagClassName
{
color: #CD53EC;
}
</style>
background-color css
<style>
a { background-color: #CD53EC; }
a { background-color: rgb(205,83,236); }
div.DivClassName
{
background-color: #CD53EC;
}
.BgClassName
{
background-color: #CD53EC;
}
</style>
border-color css
<style>
span { border-color: #CD53EC; }
span { border-color: rgb(205,83,236); }
td.TdClassName
{
border-color: #CD53EC;
}
.TagClassName
{
border-color: #CD53EC;
}
</style>