Shades of Medium Orchid #C147EC
Tints of Medium Orchid #C147EC
RGB
CMYK
RGB Variations
Color information
#C147EC (or 0xC147EC) is known color: Medium Orchid. HEX triplet: C1, 47 and EC. RGB value is (193,71,236). Sum of RGB (Red+Green+Blue) = 193+71+236=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #C147EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C147EC is #3EB813. Grayscale: #7D7D7D. Windows color (decimal): -4110356 or 15484865. OLE color: 15484865.
HSL color Cylindrical-coordinate representation of color #C147EC: hue angle of 284.36º 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 #C147EC is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 71 | 236 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.07 |
| HSL | 284.36º | 0.81% | 0.6% | - |
| HSV(B) | 284.36º | 0.7% | 0.93% | - |
| XYZ | 39.39 | 21.9 | 81.51 | - |
| YUV | 126.29 | 189.92 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 236 | 0.18 | 0.70 | 0 | 0.07 | 284.36 | 0.81 | 0.6 |
| Hex | C1 | 47 | EC | 12 | 46 | 0 | 7 | 11C | 51 | 3C |
| Octal | 301 | 107 | 354 | 22 | 106 | 0 | 7 | 434 | 121 | 74 |
| Binary | 11000001 | 1000111 | 11101100 | 10010 | 1000110 | 0 | 111 | 100011100 | 1010001 | 111100 |
Color Harmonies of #C147EC
Complementary color
Monochromatic Colors of #C147EC
Black with #C147EC
Text Example
Text Example
White with #C147EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147EC; }
p { color: rgb(193,71,236); }
H1.HeaderClassName
{
color: #C147EC;
}
.AnyTagClassName
{
color: #C147EC;
}
</style>
background-color css
<style>
a { background-color: #C147EC; }
a { background-color: rgb(193,71,236); }
div.DivClassName
{
background-color: #C147EC;
}
.BgClassName
{
background-color: #C147EC;
}
</style>
border-color css
<style>
span { border-color: #C147EC; }
span { border-color: rgb(193,71,236); }
td.TdClassName
{
border-color: #C147EC;
}
.TagClassName
{
border-color: #C147EC;
}
</style>