Shades of Medium Orchid #C147FC
Tints of Medium Orchid #C147FC
RGB
CMYK
RGB Variations
Color information
#C147FC (or 0xC147FC) is known color: Medium Orchid. HEX triplet: C1, 47 and FC. RGB value is (193,71,252). Sum of RGB (Red+Green+Blue) = 193+71+252=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #C147FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C147FC is #3EB803. Grayscale: #7F7F7F. Windows color (decimal): -4110340 or 16533441. OLE color: 16533441.
HSL color Cylindrical-coordinate representation of color #C147FC: hue angle of 280.44º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C147FC is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 71 | 252 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.01 |
| HSL | 280.44º | 0.97% | 0.63% | - |
| HSV(B) | 280.44º | 0.72% | 0.99% | - |
| XYZ | 41.82 | 22.87 | 94.31 | - |
| YUV | 128.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 252 | 0.23 | 0.72 | 0 | 0.01 | 280.44 | 0.97 | 0.63 |
| Hex | C1 | 47 | FC | 17 | 48 | 0 | 1 | 118 | 61 | 3F |
| Octal | 301 | 107 | 374 | 27 | 110 | 0 | 1 | 430 | 141 | 77 |
| Binary | 11000001 | 1000111 | 11111100 | 10111 | 1001000 | 0 | 1 | 100011000 | 1100001 | 111111 |
Color Harmonies of #C147FC
Complementary color
Monochromatic Colors of #C147FC
Black with #C147FC
Text Example
Text Example
White with #C147FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147FC; }
p { color: rgb(193,71,252); }
H1.HeaderClassName
{
color: #C147FC;
}
.AnyTagClassName
{
color: #C147FC;
}
</style>
background-color css
<style>
a { background-color: #C147FC; }
a { background-color: rgb(193,71,252); }
div.DivClassName
{
background-color: #C147FC;
}
.BgClassName
{
background-color: #C147FC;
}
</style>
border-color css
<style>
span { border-color: #C147FC; }
span { border-color: rgb(193,71,252); }
td.TdClassName
{
border-color: #C147FC;
}
.TagClassName
{
border-color: #C147FC;
}
</style>