Shades of Orchid #C57CCA
Tints of Orchid #C57CCA
RGB
CMYK
RGB Variations
Color information
#C57CCA (or 0xC57CCA) is known color: Orchid. HEX triplet: C5, 7C and CA. RGB value is (197,124,202). Sum of RGB (Red+Green+Blue) = 197+124+202=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #C57CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CCA is #3A8335. Grayscale: #9A9A9A. Windows color (decimal): -3834678 or 13270213. OLE color: 13270213.
HSL color Cylindrical-coordinate representation of color #C57CCA: hue angle of 296.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57CCA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 124 | 202 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.21 |
| HSL | 296.15º | 0.42% | 0.64% | - |
| HSV(B) | 296.15º | 0.39% | 0.79% | - |
| XYZ | 40.89 | 30.55 | 59.62 | - |
| YUV | 154.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 202 | 0.02 | 0.39 | 0 | 0.21 | 296.15 | 0.42 | 0.64 |
| Hex | C5 | 7C | CA | 2 | 27 | 0 | 15 | 128 | 2A | 40 |
| Octal | 305 | 174 | 312 | 2 | 47 | 0 | 25 | 450 | 52 | 100 |
| Binary | 11000101 | 1111100 | 11001010 | 10 | 100111 | 0 | 10101 | 100101000 | 101010 | 1000000 |
Color Harmonies of #C57CCA
Complementary color
Monochromatic Colors of #C57CCA
Black with #C57CCA
Text Example
Text Example
White with #C57CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CCA; }
p { color: rgb(197,124,202); }
H1.HeaderClassName
{
color: #C57CCA;
}
.AnyTagClassName
{
color: #C57CCA;
}
</style>
background-color css
<style>
a { background-color: #C57CCA; }
a { background-color: rgb(197,124,202); }
div.DivClassName
{
background-color: #C57CCA;
}
.BgClassName
{
background-color: #C57CCA;
}
</style>
border-color css
<style>
span { border-color: #C57CCA; }
span { border-color: rgb(197,124,202); }
td.TdClassName
{
border-color: #C57CCA;
}
.TagClassName
{
border-color: #C57CCA;
}
</style>