Shades of Medium Orchid #C177D9
Tints of Medium Orchid #C177D9
RGB
CMYK
RGB Variations
Color information
#C177D9 (or 0xC177D9) is known color: Medium Orchid. HEX triplet: C1, 77 and D9. RGB value is (193,119,217). Sum of RGB (Red+Green+Blue) = 193+119+217=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #C177D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177D9 is #3E8826. Grayscale: #979797. Windows color (decimal): -4098087 or 14251969. OLE color: 14251969.
HSL color Cylindrical-coordinate representation of color #C177D9: hue angle of 285.31º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C177D9 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 119 | 217 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.15 |
| HSL | 285.31º | 0.56% | 0.66% | - |
| HSV(B) | 285.31º | 0.45% | 0.85% | - |
| XYZ | 41.11 | 29.54 | 69.18 | - |
| YUV | 152.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 217 | 0.11 | 0.45 | 0 | 0.15 | 285.31 | 0.56 | 0.66 |
| Hex | C1 | 77 | D9 | B | 2D | 0 | F | 11D | 38 | 42 |
| Octal | 301 | 167 | 331 | 13 | 55 | 0 | 17 | 435 | 70 | 102 |
| Binary | 11000001 | 1110111 | 11011001 | 1011 | 101101 | 0 | 1111 | 100011101 | 111000 | 1000010 |
Color Harmonies of #C177D9
Complementary color
Monochromatic Colors of #C177D9
Black with #C177D9
Text Example
Text Example
White with #C177D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177D9; }
p { color: rgb(193,119,217); }
H1.HeaderClassName
{
color: #C177D9;
}
.AnyTagClassName
{
color: #C177D9;
}
</style>
background-color css
<style>
a { background-color: #C177D9; }
a { background-color: rgb(193,119,217); }
div.DivClassName
{
background-color: #C177D9;
}
.BgClassName
{
background-color: #C177D9;
}
</style>
border-color css
<style>
span { border-color: #C177D9; }
span { border-color: rgb(193,119,217); }
td.TdClassName
{
border-color: #C177D9;
}
.TagClassName
{
border-color: #C177D9;
}
</style>