Shades of Medium Orchid #C171D4
Tints of Medium Orchid #C171D4
RGB
CMYK
RGB Variations
Color information
#C171D4 (or 0xC171D4) is known color: Medium Orchid. HEX triplet: C1, 71 and D4. RGB value is (193,113,212). Sum of RGB (Red+Green+Blue) = 193+113+212=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #C171D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171D4 is #3E8E2B. Grayscale: #939393. Windows color (decimal): -4099628 or 13922753. OLE color: 13922753.
HSL color Cylindrical-coordinate representation of color #C171D4: hue angle of 288.48º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C171D4 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 113 | 212 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.17 |
| HSL | 288.48º | 0.54% | 0.64% | - |
| HSV(B) | 288.48º | 0.47% | 0.83% | - |
| XYZ | 39.78 | 27.9 | 65.58 | - |
| YUV | 148.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 212 | 0.09 | 0.47 | 0 | 0.17 | 288.48 | 0.54 | 0.64 |
| Hex | C1 | 71 | D4 | 9 | 2F | 0 | 11 | 120 | 36 | 40 |
| Octal | 301 | 161 | 324 | 11 | 57 | 0 | 21 | 440 | 66 | 100 |
| Binary | 11000001 | 1110001 | 11010100 | 1001 | 101111 | 0 | 10001 | 100100000 | 110110 | 1000000 |
Color Harmonies of #C171D4
Complementary color
Monochromatic Colors of #C171D4
Black with #C171D4
Text Example
Text Example
White with #C171D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171D4; }
p { color: rgb(193,113,212); }
H1.HeaderClassName
{
color: #C171D4;
}
.AnyTagClassName
{
color: #C171D4;
}
</style>
background-color css
<style>
a { background-color: #C171D4; }
a { background-color: rgb(193,113,212); }
div.DivClassName
{
background-color: #C171D4;
}
.BgClassName
{
background-color: #C171D4;
}
</style>
border-color css
<style>
span { border-color: #C171D4; }
span { border-color: rgb(193,113,212); }
td.TdClassName
{
border-color: #C171D4;
}
.TagClassName
{
border-color: #C171D4;
}
</style>