Shades of Orchid #C177CA
Tints of Orchid #C177CA
RGB
CMYK
RGB Variations
Color information
#C177CA (or 0xC177CA) is known color: Orchid. HEX triplet: C1, 77 and CA. RGB value is (193,119,202). Sum of RGB (Red+Green+Blue) = 193+119+202=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C177CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177CA is #3E8835. Grayscale: #969696. Windows color (decimal): -4098102 or 13268929. OLE color: 13268929.
HSL color Cylindrical-coordinate representation of color #C177CA: hue angle of 293.49º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C177CA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 119 | 202 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.21 |
| HSL | 293.49º | 0.44% | 0.63% | - |
| HSV(B) | 293.49º | 0.41% | 0.79% | - |
| XYZ | 39.25 | 28.8 | 59.37 | - |
| YUV | 150.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 202 | 0.04 | 0.41 | 0 | 0.21 | 293.49 | 0.44 | 0.63 |
| Hex | C1 | 77 | CA | 4 | 29 | 0 | 15 | 125 | 2C | 3F |
| Octal | 301 | 167 | 312 | 4 | 51 | 0 | 25 | 445 | 54 | 77 |
| Binary | 11000001 | 1110111 | 11001010 | 100 | 101001 | 0 | 10101 | 100100101 | 101100 | 111111 |
Color Harmonies of #C177CA
Complementary color
Monochromatic Colors of #C177CA
Black with #C177CA
Text Example
Text Example
White with #C177CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177CA; }
p { color: rgb(193,119,202); }
H1.HeaderClassName
{
color: #C177CA;
}
.AnyTagClassName
{
color: #C177CA;
}
</style>
background-color css
<style>
a { background-color: #C177CA; }
a { background-color: rgb(193,119,202); }
div.DivClassName
{
background-color: #C177CA;
}
.BgClassName
{
background-color: #C177CA;
}
</style>
border-color css
<style>
span { border-color: #C177CA; }
span { border-color: rgb(193,119,202); }
td.TdClassName
{
border-color: #C177CA;
}
.TagClassName
{
border-color: #C177CA;
}
</style>