Shades of Orchid #C57ACB
Tints of Orchid #C57ACB
RGB
CMYK
RGB Variations
Color information
#C57ACB (or 0xC57ACB) is known color: Orchid. HEX triplet: C5, 7A and CB. RGB value is (197,122,203). Sum of RGB (Red+Green+Blue) = 197+122+203=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #C57ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ACB is #3A8534. Grayscale: #999999. Windows color (decimal): -3835189 or 13335237. OLE color: 13335237.
HSL color Cylindrical-coordinate representation of color #C57ACB: hue angle of 295.56º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57ACB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 122 | 203 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.20 |
| HSL | 295.56º | 0.44% | 0.64% | - |
| HSV(B) | 295.56º | 0.4% | 0.8% | - |
| XYZ | 40.76 | 30.1 | 60.16 | - |
| YUV | 153.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 203 | 0.03 | 0.40 | 0 | 0.20 | 295.56 | 0.44 | 0.64 |
| Hex | C5 | 7A | CB | 3 | 28 | 0 | 14 | 128 | 2C | 40 |
| Octal | 305 | 172 | 313 | 3 | 50 | 0 | 24 | 450 | 54 | 100 |
| Binary | 11000101 | 1111010 | 11001011 | 11 | 101000 | 0 | 10100 | 100101000 | 101100 | 1000000 |
Color Harmonies of #C57ACB
Complementary color
Monochromatic Colors of #C57ACB
Black with #C57ACB
Text Example
Text Example
White with #C57ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57ACB; }
p { color: rgb(197,122,203); }
H1.HeaderClassName
{
color: #C57ACB;
}
.AnyTagClassName
{
color: #C57ACB;
}
</style>
background-color css
<style>
a { background-color: #C57ACB; }
a { background-color: rgb(197,122,203); }
div.DivClassName
{
background-color: #C57ACB;
}
.BgClassName
{
background-color: #C57ACB;
}
</style>
border-color css
<style>
span { border-color: #C57ACB; }
span { border-color: rgb(197,122,203); }
td.TdClassName
{
border-color: #C57ACB;
}
.TagClassName
{
border-color: #C57ACB;
}
</style>