Shades of Orchid #C178CA
Tints of Orchid #C178CA
RGB
CMYK
RGB Variations
Color information
#C178CA (or 0xC178CA) is known color: Orchid. HEX triplet: C1, 78 and CA. RGB value is (193,120,202). Sum of RGB (Red+Green+Blue) = 193+120+202=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #C178CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178CA is #3E8735. Grayscale: #969696. Windows color (decimal): -4097846 or 13269185. OLE color: 13269185.
HSL color Cylindrical-coordinate representation of color #C178CA: hue angle of 293.41º 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 #C178CA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 120 | 202 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.21 |
| HSL | 293.41º | 0.44% | 0.63% | - |
| HSV(B) | 293.41º | 0.41% | 0.79% | - |
| XYZ | 39.37 | 29.03 | 59.41 | - |
| YUV | 151.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 202 | 0.04 | 0.41 | 0 | 0.21 | 293.41 | 0.44 | 0.63 |
| Hex | C1 | 78 | CA | 4 | 29 | 0 | 15 | 125 | 2C | 3F |
| Octal | 301 | 170 | 312 | 4 | 51 | 0 | 25 | 445 | 54 | 77 |
| Binary | 11000001 | 1111000 | 11001010 | 100 | 101001 | 0 | 10101 | 100100101 | 101100 | 111111 |
Color Harmonies of #C178CA
Complementary color
Monochromatic Colors of #C178CA
Black with #C178CA
Text Example
Text Example
White with #C178CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178CA; }
p { color: rgb(193,120,202); }
H1.HeaderClassName
{
color: #C178CA;
}
.AnyTagClassName
{
color: #C178CA;
}
</style>
background-color css
<style>
a { background-color: #C178CA; }
a { background-color: rgb(193,120,202); }
div.DivClassName
{
background-color: #C178CA;
}
.BgClassName
{
background-color: #C178CA;
}
</style>
border-color css
<style>
span { border-color: #C178CA; }
span { border-color: rgb(193,120,202); }
td.TdClassName
{
border-color: #C178CA;
}
.TagClassName
{
border-color: #C178CA;
}
</style>