Shades of Orchid #C57ABF
Tints of Orchid #C57ABF
RGB
CMYK
RGB Variations
Color information
#C57ABF (or 0xC57ABF) is known color: Orchid. HEX triplet: C5, 7A and BF. RGB value is (197,122,191). Sum of RGB (Red+Green+Blue) = 197+122+191=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C57ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ABF is #3A8540. Grayscale: #989898. Windows color (decimal): -3835201 or 12548805. OLE color: 12548805.
HSL color Cylindrical-coordinate representation of color #C57ABF: hue angle of 304.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57ABF is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 191 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.23 |
| HSL | 304.8º | 0.39% | 0.63% | - |
| HSV(B) | 304.8º | 0.38% | 0.77% | - |
| XYZ | 39.39 | 29.55 | 52.92 | - |
| YUV | 152.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 191 | 0 | 0.38 | 0.03 | 0.23 | 304.8 | 0.39 | 0.63 |
| Hex | C5 | 7A | BF | 0 | 26 | 3 | 17 | 131 | 27 | 3F |
| Octal | 305 | 172 | 277 | 0 | 46 | 3 | 27 | 461 | 47 | 77 |
| Binary | 11000101 | 1111010 | 10111111 | 0 | 100110 | 11 | 10111 | 100110001 | 100111 | 111111 |
Color Harmonies of #C57ABF
Complementary color
Monochromatic Colors of #C57ABF
Black with #C57ABF
Text Example
Text Example
White with #C57ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57ABF; }
p { color: rgb(197,122,191); }
H1.HeaderClassName
{
color: #C57ABF;
}
.AnyTagClassName
{
color: #C57ABF;
}
</style>
background-color css
<style>
a { background-color: #C57ABF; }
a { background-color: rgb(197,122,191); }
div.DivClassName
{
background-color: #C57ABF;
}
.BgClassName
{
background-color: #C57ABF;
}
</style>
border-color css
<style>
span { border-color: #C57ABF; }
span { border-color: rgb(197,122,191); }
td.TdClassName
{
border-color: #C57ABF;
}
.TagClassName
{
border-color: #C57ABF;
}
</style>