Shades of Medium Orchid #C147EB
Tints of Medium Orchid #C147EB
RGB
CMYK
RGB Variations
Color information
#C147EB (or 0xC147EB) is known color: Medium Orchid. HEX triplet: C1, 47 and EB. RGB value is (193,71,235). Sum of RGB (Red+Green+Blue) = 193+71+235=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #C147EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C147EB is #3EB814. Grayscale: #7D7D7D. Windows color (decimal): -4110357 or 15419329. OLE color: 15419329.
HSL color Cylindrical-coordinate representation of color #C147EB: hue angle of 284.63º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C147EB is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 71 | 235 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.08 |
| HSL | 284.63º | 0.8% | 0.6% | - |
| HSV(B) | 284.63º | 0.7% | 0.92% | - |
| XYZ | 39.24 | 21.84 | 80.74 | - |
| YUV | 126.17 | 189.42 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 235 | 0.18 | 0.70 | 0 | 0.08 | 284.63 | 0.8 | 0.6 |
| Hex | C1 | 47 | EB | 12 | 46 | 0 | 8 | 11D | 50 | 3C |
| Octal | 301 | 107 | 353 | 22 | 106 | 0 | 10 | 435 | 120 | 74 |
| Binary | 11000001 | 1000111 | 11101011 | 10010 | 1000110 | 0 | 1000 | 100011101 | 1010000 | 111100 |
Color Harmonies of #C147EB
Complementary color
Monochromatic Colors of #C147EB
Black with #C147EB
Text Example
Text Example
White with #C147EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147EB; }
p { color: rgb(193,71,235); }
H1.HeaderClassName
{
color: #C147EB;
}
.AnyTagClassName
{
color: #C147EB;
}
</style>
background-color css
<style>
a { background-color: #C147EB; }
a { background-color: rgb(193,71,235); }
div.DivClassName
{
background-color: #C147EB;
}
.BgClassName
{
background-color: #C147EB;
}
</style>
border-color css
<style>
span { border-color: #C147EB; }
span { border-color: rgb(193,71,235); }
td.TdClassName
{
border-color: #C147EB;
}
.TagClassName
{
border-color: #C147EB;
}
</style>