Shades of Medium Orchid #CD47EC
Tints of Medium Orchid #CD47EC
RGB
CMYK
RGB Variations
Color information
#CD47EC (or 0xCD47EC) is known color: Medium Orchid. HEX triplet: CD, 47 and EC. RGB value is (205,71,236). Sum of RGB (Red+Green+Blue) = 205+71+236=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD47EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD47EC is #32B813. Grayscale: #818181. Windows color (decimal): -3323924 or 15484877. OLE color: 15484877.
HSL color Cylindrical-coordinate representation of color #CD47EC: hue angle of 288.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD47EC is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 71 | 236 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.07 |
| HSL | 288.73º | 0.81% | 0.6% | - |
| HSV(B) | 288.73º | 0.7% | 0.93% | - |
| XYZ | 42.57 | 23.54 | 81.66 | - |
| YUV | 129.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 71 | 236 | 0.13 | 0.70 | 0 | 0.07 | 288.73 | 0.81 | 0.6 |
| Hex | CD | 47 | EC | D | 46 | 0 | 7 | 121 | 51 | 3C |
| Octal | 315 | 107 | 354 | 15 | 106 | 0 | 7 | 441 | 121 | 74 |
| Binary | 11001101 | 1000111 | 11101100 | 1101 | 1000110 | 0 | 111 | 100100001 | 1010001 | 111100 |
Color Harmonies of #CD47EC
Complementary color
Monochromatic Colors of #CD47EC
Black with #CD47EC
Text Example
Text Example
White with #CD47EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD47EC; }
p { color: rgb(205,71,236); }
H1.HeaderClassName
{
color: #CD47EC;
}
.AnyTagClassName
{
color: #CD47EC;
}
</style>
background-color css
<style>
a { background-color: #CD47EC; }
a { background-color: rgb(205,71,236); }
div.DivClassName
{
background-color: #CD47EC;
}
.BgClassName
{
background-color: #CD47EC;
}
</style>
border-color css
<style>
span { border-color: #CD47EC; }
span { border-color: rgb(205,71,236); }
td.TdClassName
{
border-color: #CD47EC;
}
.TagClassName
{
border-color: #CD47EC;
}
</style>