Shades of Orchid #C97FBF
Tints of Orchid #C97FBF
RGB
CMYK
RGB Variations
Color information
#C97FBF (or 0xC97FBF) is known color: Orchid. HEX triplet: C9, 7F and BF. RGB value is (201,127,191). Sum of RGB (Red+Green+Blue) = 201+127+191=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C97FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FBF is #368040. Grayscale: #9C9C9C. Windows color (decimal): -3571777 or 12550089. OLE color: 12550089.
HSL color Cylindrical-coordinate representation of color #C97FBF: hue angle of 308.11º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97FBF is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 191 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.21 |
| HSL | 308.11º | 0.41% | 0.64% | - |
| HSV(B) | 308.11º | 0.37% | 0.79% | - |
| XYZ | 41.08 | 31.36 | 53.18 | - |
| YUV | 156.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 191 | 0 | 0.37 | 0.05 | 0.21 | 308.11 | 0.41 | 0.64 |
| Hex | C9 | 7F | BF | 0 | 25 | 5 | 15 | 134 | 29 | 40 |
| Octal | 311 | 177 | 277 | 0 | 45 | 5 | 25 | 464 | 51 | 100 |
| Binary | 11001001 | 1111111 | 10111111 | 0 | 100101 | 101 | 10101 | 100110100 | 101001 | 1000000 |
Color Harmonies of #C97FBF
Complementary color
Monochromatic Colors of #C97FBF
Black with #C97FBF
Text Example
Text Example
White with #C97FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FBF; }
p { color: rgb(201,127,191); }
H1.HeaderClassName
{
color: #C97FBF;
}
.AnyTagClassName
{
color: #C97FBF;
}
</style>
background-color css
<style>
a { background-color: #C97FBF; }
a { background-color: rgb(201,127,191); }
div.DivClassName
{
background-color: #C97FBF;
}
.BgClassName
{
background-color: #C97FBF;
}
</style>
border-color css
<style>
span { border-color: #C97FBF; }
span { border-color: rgb(201,127,191); }
td.TdClassName
{
border-color: #C97FBF;
}
.TagClassName
{
border-color: #C97FBF;
}
</style>