Shades of Orchid #C57CBC
Tints of Orchid #C57CBC
RGB
CMYK
RGB Variations
Color information
#C57CBC (or 0xC57CBC) is known color: Orchid. HEX triplet: C5, 7C and BC. RGB value is (197,124,188). Sum of RGB (Red+Green+Blue) = 197+124+188=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CBC is #3A8343. Grayscale: #989898. Windows color (decimal): -3834692 or 12352709. OLE color: 12352709.
HSL color Cylindrical-coordinate representation of color #C57CBC: hue angle of 307.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57CBC is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 188 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.23 |
| HSL | 307.4º | 0.39% | 0.63% | - |
| HSV(B) | 307.4º | 0.37% | 0.77% | - |
| XYZ | 39.31 | 29.92 | 51.28 | - |
| YUV | 153.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 188 | 0 | 0.37 | 0.05 | 0.23 | 307.4 | 0.39 | 0.63 |
| Hex | C5 | 7C | BC | 0 | 25 | 5 | 17 | 133 | 27 | 3F |
| Octal | 305 | 174 | 274 | 0 | 45 | 5 | 27 | 463 | 47 | 77 |
| Binary | 11000101 | 1111100 | 10111100 | 0 | 100101 | 101 | 10111 | 100110011 | 100111 | 111111 |
Color Harmonies of #C57CBC
Complementary color
Monochromatic Colors of #C57CBC
Black with #C57CBC
Text Example
Text Example
White with #C57CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CBC; }
p { color: rgb(197,124,188); }
H1.HeaderClassName
{
color: #C57CBC;
}
.AnyTagClassName
{
color: #C57CBC;
}
</style>
background-color css
<style>
a { background-color: #C57CBC; }
a { background-color: rgb(197,124,188); }
div.DivClassName
{
background-color: #C57CBC;
}
.BgClassName
{
background-color: #C57CBC;
}
</style>
border-color css
<style>
span { border-color: #C57CBC; }
span { border-color: rgb(197,124,188); }
td.TdClassName
{
border-color: #C57CBC;
}
.TagClassName
{
border-color: #C57CBC;
}
</style>