Shades of Orchid #C57AC2
Tints of Orchid #C57AC2
RGB
CMYK
RGB Variations
Color information
#C57AC2 (or 0xC57AC2) is known color: Orchid. HEX triplet: C5, 7A and C2. RGB value is (197,122,194). Sum of RGB (Red+Green+Blue) = 197+122+194=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AC2 is #3A853D. Grayscale: #989898. Windows color (decimal): -3835198 or 12745413. OLE color: 12745413.
HSL color Cylindrical-coordinate representation of color #C57AC2: hue angle of 302.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57AC2 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 194 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.23 |
| HSL | 302.4º | 0.39% | 0.63% | - |
| HSV(B) | 302.4º | 0.38% | 0.77% | - |
| XYZ | 39.72 | 29.68 | 54.67 | - |
| YUV | 152.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 194 | 0 | 0.38 | 0.02 | 0.23 | 302.4 | 0.39 | 0.63 |
| Hex | C5 | 7A | C2 | 0 | 26 | 2 | 17 | 12E | 27 | 3F |
| Octal | 305 | 172 | 302 | 0 | 46 | 2 | 27 | 456 | 47 | 77 |
| Binary | 11000101 | 1111010 | 11000010 | 0 | 100110 | 10 | 10111 | 100101110 | 100111 | 111111 |
Color Harmonies of #C57AC2
Complementary color
Monochromatic Colors of #C57AC2
Black with #C57AC2
Text Example
Text Example
White with #C57AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AC2; }
p { color: rgb(197,122,194); }
H1.HeaderClassName
{
color: #C57AC2;
}
.AnyTagClassName
{
color: #C57AC2;
}
</style>
background-color css
<style>
a { background-color: #C57AC2; }
a { background-color: rgb(197,122,194); }
div.DivClassName
{
background-color: #C57AC2;
}
.BgClassName
{
background-color: #C57AC2;
}
</style>
border-color css
<style>
span { border-color: #C57AC2; }
span { border-color: rgb(197,122,194); }
td.TdClassName
{
border-color: #C57AC2;
}
.TagClassName
{
border-color: #C57AC2;
}
</style>