Shades of Medium Orchid #C171D1
Tints of Medium Orchid #C171D1
RGB
CMYK
RGB Variations
Color information
#C171D1 (or 0xC171D1) is known color: Medium Orchid. HEX triplet: C1, 71 and D1. RGB value is (193,113,209). Sum of RGB (Red+Green+Blue) = 193+113+209=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #C171D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171D1 is #3E8E2E. Grayscale: #939393. Windows color (decimal): -4099631 or 13726145. OLE color: 13726145.
HSL color Cylindrical-coordinate representation of color #C171D1: hue angle of 290º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C171D1 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 113 | 209 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.18 |
| HSL | 290º | 0.51% | 0.63% | - |
| HSV(B) | 290º | 0.46% | 0.82% | - |
| XYZ | 39.41 | 27.75 | 63.6 | - |
| YUV | 147.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 209 | 0.08 | 0.46 | 0 | 0.18 | 290 | 0.51 | 0.63 |
| Hex | C1 | 71 | D1 | 8 | 2E | 0 | 12 | 122 | 33 | 3F |
| Octal | 301 | 161 | 321 | 10 | 56 | 0 | 22 | 442 | 63 | 77 |
| Binary | 11000001 | 1110001 | 11010001 | 1000 | 101110 | 0 | 10010 | 100100010 | 110011 | 111111 |
Color Harmonies of #C171D1
Complementary color
Monochromatic Colors of #C171D1
Black with #C171D1
Text Example
Text Example
White with #C171D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171D1; }
p { color: rgb(193,113,209); }
H1.HeaderClassName
{
color: #C171D1;
}
.AnyTagClassName
{
color: #C171D1;
}
</style>
background-color css
<style>
a { background-color: #C171D1; }
a { background-color: rgb(193,113,209); }
div.DivClassName
{
background-color: #C171D1;
}
.BgClassName
{
background-color: #C171D1;
}
</style>
border-color css
<style>
span { border-color: #C171D1; }
span { border-color: rgb(193,113,209); }
td.TdClassName
{
border-color: #C171D1;
}
.TagClassName
{
border-color: #C171D1;
}
</style>