Shades of Medium Orchid #C176D9
Tints of Medium Orchid #C176D9
RGB
CMYK
RGB Variations
Color information
#C176D9 (or 0xC176D9) is known color: Medium Orchid. HEX triplet: C1, 76 and D9. RGB value is (193,118,217). Sum of RGB (Red+Green+Blue) = 193+118+217=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #C176D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176D9 is #3E8926. Grayscale: #979797. Windows color (decimal): -4098343 or 14251713. OLE color: 14251713.
HSL color Cylindrical-coordinate representation of color #C176D9: hue angle of 285.45º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C176D9 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 118 | 217 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.15 |
| HSL | 285.45º | 0.57% | 0.66% | - |
| HSV(B) | 285.45º | 0.46% | 0.85% | - |
| XYZ | 41 | 29.3 | 69.14 | - |
| YUV | 151.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 217 | 0.11 | 0.46 | 0 | 0.15 | 285.45 | 0.57 | 0.66 |
| Hex | C1 | 76 | D9 | B | 2E | 0 | F | 11D | 39 | 42 |
| Octal | 301 | 166 | 331 | 13 | 56 | 0 | 17 | 435 | 71 | 102 |
| Binary | 11000001 | 1110110 | 11011001 | 1011 | 101110 | 0 | 1111 | 100011101 | 111001 | 1000010 |
Color Harmonies of #C176D9
Complementary color
Monochromatic Colors of #C176D9
Black with #C176D9
Text Example
Text Example
White with #C176D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176D9; }
p { color: rgb(193,118,217); }
H1.HeaderClassName
{
color: #C176D9;
}
.AnyTagClassName
{
color: #C176D9;
}
</style>
background-color css
<style>
a { background-color: #C176D9; }
a { background-color: rgb(193,118,217); }
div.DivClassName
{
background-color: #C176D9;
}
.BgClassName
{
background-color: #C176D9;
}
</style>
border-color css
<style>
span { border-color: #C176D9; }
span { border-color: rgb(193,118,217); }
td.TdClassName
{
border-color: #C176D9;
}
.TagClassName
{
border-color: #C176D9;
}
</style>