Shades of Orchid #C57AC9
Tints of Orchid #C57AC9
RGB
CMYK
RGB Variations
Color information
#C57AC9 (or 0xC57AC9) is known color: Orchid. HEX triplet: C5, 7A and C9. RGB value is (197,122,201). Sum of RGB (Red+Green+Blue) = 197+122+201=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #C57AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AC9 is #3A8536. Grayscale: #999999. Windows color (decimal): -3835191 or 13204165. OLE color: 13204165.
HSL color Cylindrical-coordinate representation of color #C57AC9: hue angle of 296.96º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57AC9 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 122 | 201 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.21 |
| HSL | 296.96º | 0.42% | 0.63% | - |
| HSV(B) | 296.96º | 0.39% | 0.79% | - |
| XYZ | 40.53 | 30.01 | 58.91 | - |
| YUV | 153.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 201 | 0.02 | 0.39 | 0 | 0.21 | 296.96 | 0.42 | 0.63 |
| Hex | C5 | 7A | C9 | 2 | 27 | 0 | 15 | 129 | 2A | 3F |
| Octal | 305 | 172 | 311 | 2 | 47 | 0 | 25 | 451 | 52 | 77 |
| Binary | 11000101 | 1111010 | 11001001 | 10 | 100111 | 0 | 10101 | 100101001 | 101010 | 111111 |
Color Harmonies of #C57AC9
Complementary color
Monochromatic Colors of #C57AC9
Black with #C57AC9
Text Example
Text Example
White with #C57AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AC9; }
p { color: rgb(197,122,201); }
H1.HeaderClassName
{
color: #C57AC9;
}
.AnyTagClassName
{
color: #C57AC9;
}
</style>
background-color css
<style>
a { background-color: #C57AC9; }
a { background-color: rgb(197,122,201); }
div.DivClassName
{
background-color: #C57AC9;
}
.BgClassName
{
background-color: #C57AC9;
}
</style>
border-color css
<style>
span { border-color: #C57AC9; }
span { border-color: rgb(197,122,201); }
td.TdClassName
{
border-color: #C57AC9;
}
.TagClassName
{
border-color: #C57AC9;
}
</style>