Shades of Orchid #C176CA
Tints of Orchid #C176CA
RGB
CMYK
RGB Variations
Color information
#C176CA (or 0xC176CA) is known color: Orchid. HEX triplet: C1, 76 and CA. RGB value is (193,118,202). Sum of RGB (Red+Green+Blue) = 193+118+202=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #C176CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176CA is #3E8935. Grayscale: #959595. Windows color (decimal): -4098358 or 13268673. OLE color: 13268673.
HSL color Cylindrical-coordinate representation of color #C176CA: hue angle of 293.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C176CA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 118 | 202 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.21 |
| HSL | 293.57º | 0.44% | 0.63% | - |
| HSV(B) | 293.57º | 0.42% | 0.79% | - |
| XYZ | 39.13 | 28.56 | 59.33 | - |
| YUV | 150 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 202 | 0.04 | 0.42 | 0 | 0.21 | 293.57 | 0.44 | 0.63 |
| Hex | C1 | 76 | CA | 4 | 2A | 0 | 15 | 126 | 2C | 3F |
| Octal | 301 | 166 | 312 | 4 | 52 | 0 | 25 | 446 | 54 | 77 |
| Binary | 11000001 | 1110110 | 11001010 | 100 | 101010 | 0 | 10101 | 100100110 | 101100 | 111111 |
Color Harmonies of #C176CA
Complementary color
Monochromatic Colors of #C176CA
Black with #C176CA
Text Example
Text Example
White with #C176CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176CA; }
p { color: rgb(193,118,202); }
H1.HeaderClassName
{
color: #C176CA;
}
.AnyTagClassName
{
color: #C176CA;
}
</style>
background-color css
<style>
a { background-color: #C176CA; }
a { background-color: rgb(193,118,202); }
div.DivClassName
{
background-color: #C176CA;
}
.BgClassName
{
background-color: #C176CA;
}
</style>
border-color css
<style>
span { border-color: #C176CA; }
span { border-color: rgb(193,118,202); }
td.TdClassName
{
border-color: #C176CA;
}
.TagClassName
{
border-color: #C176CA;
}
</style>