Shades of Orchid #C57FCA
Tints of Orchid #C57FCA
RGB
CMYK
RGB Variations
Color information
#C57FCA (or 0xC57FCA) is known color: Orchid. HEX triplet: C5, 7F and CA. RGB value is (197,127,202). Sum of RGB (Red+Green+Blue) = 197+127+202=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #C57FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FCA is #3A8035. Grayscale: #9C9C9C. Windows color (decimal): -3833910 or 13270981. OLE color: 13270981.
HSL color Cylindrical-coordinate representation of color #C57FCA: hue angle of 296º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57FCA is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 127 | 202 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.21 |
| HSL | 296º | 0.41% | 0.65% | - |
| HSV(B) | 296º | 0.37% | 0.79% | - |
| XYZ | 41.28 | 31.31 | 59.75 | - |
| YUV | 156.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 202 | 0.02 | 0.37 | 0 | 0.21 | 296 | 0.41 | 0.65 |
| Hex | C5 | 7F | CA | 2 | 25 | 0 | 15 | 128 | 29 | 41 |
| Octal | 305 | 177 | 312 | 2 | 45 | 0 | 25 | 450 | 51 | 101 |
| Binary | 11000101 | 1111111 | 11001010 | 10 | 100101 | 0 | 10101 | 100101000 | 101001 | 1000001 |
Color Harmonies of #C57FCA
Complementary color
Monochromatic Colors of #C57FCA
Black with #C57FCA
Text Example
Text Example
White with #C57FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FCA; }
p { color: rgb(197,127,202); }
H1.HeaderClassName
{
color: #C57FCA;
}
.AnyTagClassName
{
color: #C57FCA;
}
</style>
background-color css
<style>
a { background-color: #C57FCA; }
a { background-color: rgb(197,127,202); }
div.DivClassName
{
background-color: #C57FCA;
}
.BgClassName
{
background-color: #C57FCA;
}
</style>
border-color css
<style>
span { border-color: #C57FCA; }
span { border-color: rgb(197,127,202); }
td.TdClassName
{
border-color: #C57FCA;
}
.TagClassName
{
border-color: #C57FCA;
}
</style>