Shades of Medium Orchid #C176DD
Tints of Medium Orchid #C176DD
RGB
CMYK
RGB Variations
Color information
#C176DD (or 0xC176DD) is known color: Medium Orchid. HEX triplet: C1, 76 and DD. RGB value is (193,118,221). Sum of RGB (Red+Green+Blue) = 193+118+221=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #C176DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176DD is #3E8922. Grayscale: #979797. Windows color (decimal): -4098339 or 14513857. OLE color: 14513857.
HSL color Cylindrical-coordinate representation of color #C176DD: hue angle of 283.69º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C176DD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 118 | 221 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.13 |
| HSL | 283.69º | 0.6% | 0.66% | - |
| HSV(B) | 283.69º | 0.47% | 0.87% | - |
| XYZ | 41.52 | 29.51 | 71.92 | - |
| YUV | 152.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 221 | 0.13 | 0.47 | 0 | 0.13 | 283.69 | 0.6 | 0.66 |
| Hex | C1 | 76 | DD | D | 2F | 0 | D | 11C | 3C | 42 |
| Octal | 301 | 166 | 335 | 15 | 57 | 0 | 15 | 434 | 74 | 102 |
| Binary | 11000001 | 1110110 | 11011101 | 1101 | 101111 | 0 | 1101 | 100011100 | 111100 | 1000010 |
Color Harmonies of #C176DD
Complementary color
Monochromatic Colors of #C176DD
Black with #C176DD
Text Example
Text Example
White with #C176DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176DD; }
p { color: rgb(193,118,221); }
H1.HeaderClassName
{
color: #C176DD;
}
.AnyTagClassName
{
color: #C176DD;
}
</style>
background-color css
<style>
a { background-color: #C176DD; }
a { background-color: rgb(193,118,221); }
div.DivClassName
{
background-color: #C176DD;
}
.BgClassName
{
background-color: #C176DD;
}
</style>
border-color css
<style>
span { border-color: #C176DD; }
span { border-color: rgb(193,118,221); }
td.TdClassName
{
border-color: #C176DD;
}
.TagClassName
{
border-color: #C176DD;
}
</style>