Shades of Medium Orchid #CD56EC
Tints of Medium Orchid #CD56EC
RGB
CMYK
RGB Variations
Color information
#CD56EC (or 0xCD56EC) is known color: Medium Orchid. HEX triplet: CD, 56 and EC. RGB value is (205,86,236). Sum of RGB (Red+Green+Blue) = 205+86+236=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD56EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD56EC is #32A913. Grayscale: #8A8A8A. Windows color (decimal): -3320084 or 15488717. OLE color: 15488717.
HSL color Cylindrical-coordinate representation of color #CD56EC: hue angle of 287.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD56EC is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 86 | 236 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.07 |
| HSL | 287.6º | 0.8% | 0.63% | - |
| HSV(B) | 287.6º | 0.64% | 0.93% | - |
| XYZ | 43.64 | 25.69 | 82.02 | - |
| YUV | 138.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 86 | 236 | 0.13 | 0.64 | 0 | 0.07 | 287.6 | 0.8 | 0.63 |
| Hex | CD | 56 | EC | D | 40 | 0 | 7 | 120 | 50 | 3F |
| Octal | 315 | 126 | 354 | 15 | 100 | 0 | 7 | 440 | 120 | 77 |
| Binary | 11001101 | 1010110 | 11101100 | 1101 | 1000000 | 0 | 111 | 100100000 | 1010000 | 111111 |
Color Harmonies of #CD56EC
Complementary color
Monochromatic Colors of #CD56EC
Black with #CD56EC
Text Example
Text Example
White with #CD56EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD56EC; }
p { color: rgb(205,86,236); }
H1.HeaderClassName
{
color: #CD56EC;
}
.AnyTagClassName
{
color: #CD56EC;
}
</style>
background-color css
<style>
a { background-color: #CD56EC; }
a { background-color: rgb(205,86,236); }
div.DivClassName
{
background-color: #CD56EC;
}
.BgClassName
{
background-color: #CD56EC;
}
</style>
border-color css
<style>
span { border-color: #CD56EC; }
span { border-color: rgb(205,86,236); }
td.TdClassName
{
border-color: #CD56EC;
}
.TagClassName
{
border-color: #CD56EC;
}
</style>