Shades of Medium Orchid #C047ED
Tints of Medium Orchid #C047ED
RGB
CMYK
RGB Variations
Color information
#C047ED (or 0xC047ED) is known color: Medium Orchid. HEX triplet: C0, 47 and ED. RGB value is (192,71,237). Sum of RGB (Red+Green+Blue) = 192+71+237=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #C047ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047ED is #3FB812. Grayscale: #7D7D7D. Windows color (decimal): -4175891 or 15550400. OLE color: 15550400.
HSL color Cylindrical-coordinate representation of color #C047ED: hue angle of 283.73º degrees, saturation: 0.82, 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 #C047ED is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 71 | 237 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.07 |
| HSL | 283.74º | 0.82% | 0.6% | - |
| HSV(B) | 283.74º | 0.7% | 0.93% | - |
| XYZ | 39.28 | 21.83 | 82.26 | - |
| YUV | 126.1 | 190.59 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 237 | 0.19 | 0.70 | 0 | 0.07 | 283.74 | 0.82 | 0.6 |
| Hex | C0 | 47 | ED | 13 | 46 | 0 | 7 | 11C | 52 | 3C |
| Octal | 300 | 107 | 355 | 23 | 106 | 0 | 7 | 434 | 122 | 74 |
| Binary | 11000000 | 1000111 | 11101101 | 10011 | 1000110 | 0 | 111 | 100011100 | 1010010 | 111100 |
Color Harmonies of #C047ED
Complementary color
Monochromatic Colors of #C047ED
Black with #C047ED
Text Example
Text Example
White with #C047ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047ED; }
p { color: rgb(192,71,237); }
H1.HeaderClassName
{
color: #C047ED;
}
.AnyTagClassName
{
color: #C047ED;
}
</style>
background-color css
<style>
a { background-color: #C047ED; }
a { background-color: rgb(192,71,237); }
div.DivClassName
{
background-color: #C047ED;
}
.BgClassName
{
background-color: #C047ED;
}
</style>
border-color css
<style>
span { border-color: #C047ED; }
span { border-color: rgb(192,71,237); }
td.TdClassName
{
border-color: #C047ED;
}
.TagClassName
{
border-color: #C047ED;
}
</style>