Shades of Orchid #C57EBF
Tints of Orchid #C57EBF
RGB
CMYK
RGB Variations
Color information
#C57EBF (or 0xC57EBF) is known color: Orchid. HEX triplet: C5, 7E and BF. RGB value is (197,126,191). Sum of RGB (Red+Green+Blue) = 197+126+191=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C57EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EBF is #3A8140. Grayscale: #9A9A9A. Windows color (decimal): -3834177 or 12549829. OLE color: 12549829.
HSL color Cylindrical-coordinate representation of color #C57EBF: hue angle of 305.07º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57EBF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 191 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.23 |
| HSL | 305.07º | 0.38% | 0.63% | - |
| HSV(B) | 305.07º | 0.36% | 0.77% | - |
| XYZ | 39.89 | 30.55 | 53.09 | - |
| YUV | 154.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 191 | 0 | 0.36 | 0.03 | 0.23 | 305.07 | 0.38 | 0.63 |
| Hex | C5 | 7E | BF | 0 | 24 | 3 | 17 | 131 | 26 | 3F |
| Octal | 305 | 176 | 277 | 0 | 44 | 3 | 27 | 461 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10111111 | 0 | 100100 | 11 | 10111 | 100110001 | 100110 | 111111 |
Color Harmonies of #C57EBF
Complementary color
Monochromatic Colors of #C57EBF
Black with #C57EBF
Text Example
Text Example
White with #C57EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EBF; }
p { color: rgb(197,126,191); }
H1.HeaderClassName
{
color: #C57EBF;
}
.AnyTagClassName
{
color: #C57EBF;
}
</style>
background-color css
<style>
a { background-color: #C57EBF; }
a { background-color: rgb(197,126,191); }
div.DivClassName
{
background-color: #C57EBF;
}
.BgClassName
{
background-color: #C57EBF;
}
</style>
border-color css
<style>
span { border-color: #C57EBF; }
span { border-color: rgb(197,126,191); }
td.TdClassName
{
border-color: #C57EBF;
}
.TagClassName
{
border-color: #C57EBF;
}
</style>