Shades of Medium Orchid #C171D8
Tints of Medium Orchid #C171D8
RGB
CMYK
RGB Variations
Color information
#C171D8 (or 0xC171D8) is known color: Medium Orchid. HEX triplet: C1, 71 and D8. RGB value is (193,113,216). Sum of RGB (Red+Green+Blue) = 193+113+216=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #C171D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171D8 is #3E8E27. Grayscale: #949494. Windows color (decimal): -4099624 or 14184897. OLE color: 14184897.
HSL color Cylindrical-coordinate representation of color #C171D8: hue angle of 286.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C171D8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 113 | 216 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.15 |
| HSL | 286.6º | 0.57% | 0.65% | - |
| HSV(B) | 286.6º | 0.48% | 0.85% | - |
| XYZ | 40.29 | 28.11 | 68.27 | - |
| YUV | 148.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 216 | 0.11 | 0.48 | 0 | 0.15 | 286.6 | 0.57 | 0.65 |
| Hex | C1 | 71 | D8 | B | 30 | 0 | F | 11F | 39 | 41 |
| Octal | 301 | 161 | 330 | 13 | 60 | 0 | 17 | 437 | 71 | 101 |
| Binary | 11000001 | 1110001 | 11011000 | 1011 | 110000 | 0 | 1111 | 100011111 | 111001 | 1000001 |
Color Harmonies of #C171D8
Complementary color
Monochromatic Colors of #C171D8
Black with #C171D8
Text Example
Text Example
White with #C171D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171D8; }
p { color: rgb(193,113,216); }
H1.HeaderClassName
{
color: #C171D8;
}
.AnyTagClassName
{
color: #C171D8;
}
</style>
background-color css
<style>
a { background-color: #C171D8; }
a { background-color: rgb(193,113,216); }
div.DivClassName
{
background-color: #C171D8;
}
.BgClassName
{
background-color: #C171D8;
}
</style>
border-color css
<style>
span { border-color: #C171D8; }
span { border-color: rgb(193,113,216); }
td.TdClassName
{
border-color: #C171D8;
}
.TagClassName
{
border-color: #C171D8;
}
</style>