Shades of Orchid #C57FBF
Tints of Orchid #C57FBF
RGB
CMYK
RGB Variations
Color information
#C57FBF (or 0xC57FBF) is known color: Orchid. HEX triplet: C5, 7F and BF. RGB value is (197,127,191). Sum of RGB (Red+Green+Blue) = 197+127+191=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FBF is #3A8040. Grayscale: #9B9B9B. Windows color (decimal): -3833921 or 12550085. OLE color: 12550085.
HSL color Cylindrical-coordinate representation of color #C57FBF: hue angle of 305.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57FBF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 191 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.23 |
| HSL | 305.14º | 0.38% | 0.64% | - |
| HSV(B) | 305.14º | 0.36% | 0.77% | - |
| XYZ | 40.02 | 30.81 | 53.13 | - |
| YUV | 155.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 191 | 0 | 0.36 | 0.03 | 0.23 | 305.14 | 0.38 | 0.64 |
| Hex | C5 | 7F | BF | 0 | 24 | 3 | 17 | 131 | 26 | 40 |
| Octal | 305 | 177 | 277 | 0 | 44 | 3 | 27 | 461 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10111111 | 0 | 100100 | 11 | 10111 | 100110001 | 100110 | 1000000 |
Color Harmonies of #C57FBF
Complementary color
Monochromatic Colors of #C57FBF
Black with #C57FBF
Text Example
Text Example
White with #C57FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FBF; }
p { color: rgb(197,127,191); }
H1.HeaderClassName
{
color: #C57FBF;
}
.AnyTagClassName
{
color: #C57FBF;
}
</style>
background-color css
<style>
a { background-color: #C57FBF; }
a { background-color: rgb(197,127,191); }
div.DivClassName
{
background-color: #C57FBF;
}
.BgClassName
{
background-color: #C57FBF;
}
</style>
border-color css
<style>
span { border-color: #C57FBF; }
span { border-color: rgb(197,127,191); }
td.TdClassName
{
border-color: #C57FBF;
}
.TagClassName
{
border-color: #C57FBF;
}
</style>