Shades of Medium Orchid #C147CD
Tints of Medium Orchid #C147CD
RGB
CMYK
RGB Variations
Color information
#C147CD (or 0xC147CD) is known color: Medium Orchid. HEX triplet: C1, 47 and CD. RGB value is (193,71,205). Sum of RGB (Red+Green+Blue) = 193+71+205=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #C147CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147CD is #3EB832. Grayscale: #7A7A7A. Windows color (decimal): -4110387 or 13453249. OLE color: 13453249.
HSL color Cylindrical-coordinate representation of color #C147CD: hue angle of 294.63º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C147CD is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 71 | 205 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.20 |
| HSL | 294.63º | 0.57% | 0.54% | - |
| HSV(B) | 294.63º | 0.65% | 0.8% | - |
| XYZ | 35.27 | 20.25 | 59.81 | - |
| YUV | 122.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 205 | 0.06 | 0.65 | 0 | 0.20 | 294.63 | 0.57 | 0.54 |
| Hex | C1 | 47 | CD | 6 | 41 | 0 | 14 | 127 | 39 | 36 |
| Octal | 301 | 107 | 315 | 6 | 101 | 0 | 24 | 447 | 71 | 66 |
| Binary | 11000001 | 1000111 | 11001101 | 110 | 1000001 | 0 | 10100 | 100100111 | 111001 | 110110 |
Color Harmonies of #C147CD
Complementary color
Monochromatic Colors of #C147CD
Black with #C147CD
Text Example
Text Example
White with #C147CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C147CD; }
p { color: rgb(193,71,205); }
H1.HeaderClassName
{
color: #C147CD;
}
.AnyTagClassName
{
color: #C147CD;
}
</style>
background-color css
<style>
a { background-color: #C147CD; }
a { background-color: rgb(193,71,205); }
div.DivClassName
{
background-color: #C147CD;
}
.BgClassName
{
background-color: #C147CD;
}
</style>
border-color css
<style>
span { border-color: #C147CD; }
span { border-color: rgb(193,71,205); }
td.TdClassName
{
border-color: #C147CD;
}
.TagClassName
{
border-color: #C147CD;
}
</style>