Shades of Medium Orchid #C047EC
Tints of Medium Orchid #C047EC
RGB
CMYK
RGB Variations
Color information
#C047EC (or 0xC047EC) is known color: Medium Orchid. HEX triplet: C0, 47 and EC. RGB value is (192,71,236). Sum of RGB (Red+Green+Blue) = 192+71+236=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #C047EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047EC is #3FB813. Grayscale: #7D7D7D. Windows color (decimal): -4175892 or 15484864. OLE color: 15484864.
HSL color Cylindrical-coordinate representation of color #C047EC: hue angle of 284º 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 #C047EC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 71 | 236 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.07 |
| HSL | 284º | 0.81% | 0.6% | - |
| HSV(B) | 284º | 0.7% | 0.93% | - |
| XYZ | 39.13 | 21.77 | 81.5 | - |
| YUV | 125.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 236 | 0.19 | 0.70 | 0 | 0.07 | 284 | 0.81 | 0.6 |
| Hex | C0 | 47 | EC | 13 | 46 | 0 | 7 | 11C | 51 | 3C |
| Octal | 300 | 107 | 354 | 23 | 106 | 0 | 7 | 434 | 121 | 74 |
| Binary | 11000000 | 1000111 | 11101100 | 10011 | 1000110 | 0 | 111 | 100011100 | 1010001 | 111100 |
Color Harmonies of #C047EC
Complementary color
Monochromatic Colors of #C047EC
Black with #C047EC
Text Example
Text Example
White with #C047EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047EC; }
p { color: rgb(192,71,236); }
H1.HeaderClassName
{
color: #C047EC;
}
.AnyTagClassName
{
color: #C047EC;
}
</style>
background-color css
<style>
a { background-color: #C047EC; }
a { background-color: rgb(192,71,236); }
div.DivClassName
{
background-color: #C047EC;
}
.BgClassName
{
background-color: #C047EC;
}
</style>
border-color css
<style>
span { border-color: #C047EC; }
span { border-color: rgb(192,71,236); }
td.TdClassName
{
border-color: #C047EC;
}
.TagClassName
{
border-color: #C047EC;
}
</style>