Shades of Orchid #C57AE1
Tints of Orchid #C57AE1
RGB
CMYK
RGB Variations
Color information
#C57AE1 (or 0xC57AE1) is known color: Orchid. HEX triplet: C5, 7A and E1. RGB value is (197,122,225). Sum of RGB (Red+Green+Blue) = 197+122+225=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #C57AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AE1 is #3A851E. Grayscale: #9B9B9B. Windows color (decimal): -3835167 or 14777029. OLE color: 14777029.
HSL color Cylindrical-coordinate representation of color #C57AE1: hue angle of 283.69º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C57AE1 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 122 | 225 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.12 |
| HSL | 283.69º | 0.63% | 0.68% | - |
| HSV(B) | 283.69º | 0.46% | 0.88% | - |
| XYZ | 43.58 | 31.23 | 74.96 | - |
| YUV | 156.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 225 | 0.12 | 0.46 | 0 | 0.12 | 283.69 | 0.63 | 0.68 |
| Hex | C5 | 7A | E1 | C | 2E | 0 | C | 11C | 3F | 44 |
| Octal | 305 | 172 | 341 | 14 | 56 | 0 | 14 | 434 | 77 | 104 |
| Binary | 11000101 | 1111010 | 11100001 | 1100 | 101110 | 0 | 1100 | 100011100 | 111111 | 1000100 |
Color Harmonies of #C57AE1
Complementary color
Monochromatic Colors of #C57AE1
Black with #C57AE1
Text Example
Text Example
White with #C57AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AE1; }
p { color: rgb(197,122,225); }
H1.HeaderClassName
{
color: #C57AE1;
}
.AnyTagClassName
{
color: #C57AE1;
}
</style>
background-color css
<style>
a { background-color: #C57AE1; }
a { background-color: rgb(197,122,225); }
div.DivClassName
{
background-color: #C57AE1;
}
.BgClassName
{
background-color: #C57AE1;
}
</style>
border-color css
<style>
span { border-color: #C57AE1; }
span { border-color: rgb(197,122,225); }
td.TdClassName
{
border-color: #C57AE1;
}
.TagClassName
{
border-color: #C57AE1;
}
</style>