Shades of Orchid #C177C0
Tints of Orchid #C177C0
RGB
CMYK
RGB Variations
Color information
#C177C0 (or 0xC177C0) is known color: Orchid. HEX triplet: C1, 77 and C0. RGB value is (193,119,192). Sum of RGB (Red+Green+Blue) = 193+119+192=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C177C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177C0 is #3E883F. Grayscale: #959595. Windows color (decimal): -4098112 or 12613569. OLE color: 12613569.
HSL color Cylindrical-coordinate representation of color #C177C0: hue angle of 300.81º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C177C0 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 192 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.24 |
| HSL | 300.81º | 0.37% | 0.61% | - |
| HSV(B) | 300.81º | 0.38% | 0.76% | - |
| XYZ | 38.1 | 28.34 | 53.33 | - |
| YUV | 149.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 192 | 0 | 0.38 | 0.01 | 0.24 | 300.81 | 0.37 | 0.61 |
| Hex | C1 | 77 | C0 | 0 | 26 | 1 | 18 | 12D | 25 | 3D |
| Octal | 301 | 167 | 300 | 0 | 46 | 1 | 30 | 455 | 45 | 75 |
| Binary | 11000001 | 1110111 | 11000000 | 0 | 100110 | 1 | 11000 | 100101101 | 100101 | 111101 |
Color Harmonies of #C177C0
Complementary color
Monochromatic Colors of #C177C0
Black with #C177C0
Text Example
Text Example
White with #C177C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177C0; }
p { color: rgb(193,119,192); }
H1.HeaderClassName
{
color: #C177C0;
}
.AnyTagClassName
{
color: #C177C0;
}
</style>
background-color css
<style>
a { background-color: #C177C0; }
a { background-color: rgb(193,119,192); }
div.DivClassName
{
background-color: #C177C0;
}
.BgClassName
{
background-color: #C177C0;
}
</style>
border-color css
<style>
span { border-color: #C177C0; }
span { border-color: rgb(193,119,192); }
td.TdClassName
{
border-color: #C177C0;
}
.TagClassName
{
border-color: #C177C0;
}
</style>