Shades of Orchid #C577CA
Tints of Orchid #C577CA
RGB
CMYK
RGB Variations
Color information
#C577CA (or 0xC577CA) is known color: Orchid. HEX triplet: C5, 77 and CA. RGB value is (197,119,202). Sum of RGB (Red+Green+Blue) = 197+119+202=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #C577CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577CA is #3A8835. Grayscale: #979797. Windows color (decimal): -3835958 or 13268933. OLE color: 13268933.
HSL color Cylindrical-coordinate representation of color #C577CA: hue angle of 296.39º 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 #C577CA is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 119 | 202 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.21 |
| HSL | 296.39º | 0.44% | 0.63% | - |
| HSV(B) | 296.39º | 0.41% | 0.79% | - |
| XYZ | 40.28 | 29.33 | 59.41 | - |
| YUV | 151.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 202 | 0.02 | 0.41 | 0 | 0.21 | 296.39 | 0.44 | 0.63 |
| Hex | C5 | 77 | CA | 2 | 29 | 0 | 15 | 128 | 2C | 3F |
| Octal | 305 | 167 | 312 | 2 | 51 | 0 | 25 | 450 | 54 | 77 |
| Binary | 11000101 | 1110111 | 11001010 | 10 | 101001 | 0 | 10101 | 100101000 | 101100 | 111111 |
Color Harmonies of #C577CA
Complementary color
Monochromatic Colors of #C577CA
Black with #C577CA
Text Example
Text Example
White with #C577CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577CA; }
p { color: rgb(197,119,202); }
H1.HeaderClassName
{
color: #C577CA;
}
.AnyTagClassName
{
color: #C577CA;
}
</style>
background-color css
<style>
a { background-color: #C577CA; }
a { background-color: rgb(197,119,202); }
div.DivClassName
{
background-color: #C577CA;
}
.BgClassName
{
background-color: #C577CA;
}
</style>
border-color css
<style>
span { border-color: #C577CA; }
span { border-color: rgb(197,119,202); }
td.TdClassName
{
border-color: #C577CA;
}
.TagClassName
{
border-color: #C577CA;
}
</style>