Shades of Orchid #C57CC6
Tints of Orchid #C57CC6
RGB
CMYK
RGB Variations
Color information
#C57CC6 (or 0xC57CC6) is known color: Orchid. HEX triplet: C5, 7C and C6. RGB value is (197,124,198). Sum of RGB (Red+Green+Blue) = 197+124+198=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #C57CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CC6 is #3A8339. Grayscale: #9A9A9A. Windows color (decimal): -3834682 or 13008069. OLE color: 13008069.
HSL color Cylindrical-coordinate representation of color #C57CC6: hue angle of 299.19º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57CC6 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 124 | 198 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.22 |
| HSL | 299.19º | 0.39% | 0.63% | - |
| HSV(B) | 299.19º | 0.37% | 0.78% | - |
| XYZ | 40.43 | 30.36 | 57.16 | - |
| YUV | 154.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 198 | 0.01 | 0.37 | 0 | 0.22 | 299.19 | 0.39 | 0.63 |
| Hex | C5 | 7C | C6 | 1 | 25 | 0 | 16 | 12B | 27 | 3F |
| Octal | 305 | 174 | 306 | 1 | 45 | 0 | 26 | 453 | 47 | 77 |
| Binary | 11000101 | 1111100 | 11000110 | 1 | 100101 | 0 | 10110 | 100101011 | 100111 | 111111 |
Color Harmonies of #C57CC6
Complementary color
Monochromatic Colors of #C57CC6
Black with #C57CC6
Text Example
Text Example
White with #C57CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CC6; }
p { color: rgb(197,124,198); }
H1.HeaderClassName
{
color: #C57CC6;
}
.AnyTagClassName
{
color: #C57CC6;
}
</style>
background-color css
<style>
a { background-color: #C57CC6; }
a { background-color: rgb(197,124,198); }
div.DivClassName
{
background-color: #C57CC6;
}
.BgClassName
{
background-color: #C57CC6;
}
</style>
border-color css
<style>
span { border-color: #C57CC6; }
span { border-color: rgb(197,124,198); }
td.TdClassName
{
border-color: #C57CC6;
}
.TagClassName
{
border-color: #C57CC6;
}
</style>