Shades of Medium Orchid #C176DA
Tints of Medium Orchid #C176DA
RGB
CMYK
RGB Variations
Color information
#C176DA (or 0xC176DA) is known color: Medium Orchid. HEX triplet: C1, 76 and DA. RGB value is (193,118,218). Sum of RGB (Red+Green+Blue) = 193+118+218=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #C176DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176DA is #3E8925. Grayscale: #979797. Windows color (decimal): -4098342 or 14317249. OLE color: 14317249.
HSL color Cylindrical-coordinate representation of color #C176DA: hue angle of 285º 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 #C176DA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 118 | 218 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.15 |
| HSL | 285º | 0.57% | 0.66% | - |
| HSV(B) | 285º | 0.46% | 0.85% | - |
| XYZ | 41.13 | 29.36 | 69.83 | - |
| YUV | 151.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 218 | 0.11 | 0.46 | 0 | 0.15 | 285 | 0.57 | 0.66 |
| Hex | C1 | 76 | DA | B | 2E | 0 | F | 11D | 39 | 42 |
| Octal | 301 | 166 | 332 | 13 | 56 | 0 | 17 | 435 | 71 | 102 |
| Binary | 11000001 | 1110110 | 11011010 | 1011 | 101110 | 0 | 1111 | 100011101 | 111001 | 1000010 |
Color Harmonies of #C176DA
Complementary color
Monochromatic Colors of #C176DA
Black with #C176DA
Text Example
Text Example
White with #C176DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176DA; }
p { color: rgb(193,118,218); }
H1.HeaderClassName
{
color: #C176DA;
}
.AnyTagClassName
{
color: #C176DA;
}
</style>
background-color css
<style>
a { background-color: #C176DA; }
a { background-color: rgb(193,118,218); }
div.DivClassName
{
background-color: #C176DA;
}
.BgClassName
{
background-color: #C176DA;
}
</style>
border-color css
<style>
span { border-color: #C176DA; }
span { border-color: rgb(193,118,218); }
td.TdClassName
{
border-color: #C176DA;
}
.TagClassName
{
border-color: #C176DA;
}
</style>