Shades of Orchid #C57AD5
Tints of Orchid #C57AD5
RGB
CMYK
RGB Variations
Color information
#C57AD5 (or 0xC57AD5) is known color: Orchid. HEX triplet: C5, 7A and D5. RGB value is (197,122,213). Sum of RGB (Red+Green+Blue) = 197+122+213=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #C57AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AD5 is #3A852A. Grayscale: #9A9A9A. Windows color (decimal): -3835179 or 13990597. OLE color: 13990597.
HSL color Cylindrical-coordinate representation of color #C57AD5: hue angle of 289.45º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57AD5 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 122 | 213 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.16 |
| HSL | 289.45º | 0.52% | 0.66% | - |
| HSV(B) | 289.45º | 0.43% | 0.84% | - |
| XYZ | 42 | 30.59 | 66.64 | - |
| YUV | 154.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 213 | 0.08 | 0.43 | 0 | 0.16 | 289.45 | 0.52 | 0.66 |
| Hex | C5 | 7A | D5 | 8 | 2B | 0 | 10 | 121 | 34 | 42 |
| Octal | 305 | 172 | 325 | 10 | 53 | 0 | 20 | 441 | 64 | 102 |
| Binary | 11000101 | 1111010 | 11010101 | 1000 | 101011 | 0 | 10000 | 100100001 | 110100 | 1000010 |
Color Harmonies of #C57AD5
Complementary color
Monochromatic Colors of #C57AD5
Black with #C57AD5
Text Example
Text Example
White with #C57AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AD5; }
p { color: rgb(197,122,213); }
H1.HeaderClassName
{
color: #C57AD5;
}
.AnyTagClassName
{
color: #C57AD5;
}
</style>
background-color css
<style>
a { background-color: #C57AD5; }
a { background-color: rgb(197,122,213); }
div.DivClassName
{
background-color: #C57AD5;
}
.BgClassName
{
background-color: #C57AD5;
}
</style>
border-color css
<style>
span { border-color: #C57AD5; }
span { border-color: rgb(197,122,213); }
td.TdClassName
{
border-color: #C57AD5;
}
.TagClassName
{
border-color: #C57AD5;
}
</style>