Shades of Orchid #C87FBF
Tints of Orchid #C87FBF
RGB
CMYK
RGB Variations
Color information
#C87FBF (or 0xC87FBF) is known color: Orchid. HEX triplet: C8, 7F and BF. RGB value is (200,127,191). Sum of RGB (Red+Green+Blue) = 200+127+191=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FBF is #378040. Grayscale: #9B9B9B. Windows color (decimal): -3637313 or 12550088. OLE color: 12550088.
HSL color Cylindrical-coordinate representation of color #C87FBF: hue angle of 307.4º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87FBF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 191 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.22 |
| HSL | 307.4º | 0.4% | 0.64% | - |
| HSV(B) | 307.4º | 0.37% | 0.78% | - |
| XYZ | 40.81 | 31.22 | 53.17 | - |
| YUV | 156.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 191 | 0 | 0.36 | 0.04 | 0.22 | 307.4 | 0.4 | 0.64 |
| Hex | C8 | 7F | BF | 0 | 24 | 4 | 16 | 133 | 28 | 40 |
| Octal | 310 | 177 | 277 | 0 | 44 | 4 | 26 | 463 | 50 | 100 |
| Binary | 11001000 | 1111111 | 10111111 | 0 | 100100 | 100 | 10110 | 100110011 | 101000 | 1000000 |
Color Harmonies of #C87FBF
Complementary color
Monochromatic Colors of #C87FBF
Black with #C87FBF
Text Example
Text Example
White with #C87FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FBF; }
p { color: rgb(200,127,191); }
H1.HeaderClassName
{
color: #C87FBF;
}
.AnyTagClassName
{
color: #C87FBF;
}
</style>
background-color css
<style>
a { background-color: #C87FBF; }
a { background-color: rgb(200,127,191); }
div.DivClassName
{
background-color: #C87FBF;
}
.BgClassName
{
background-color: #C87FBF;
}
</style>
border-color css
<style>
span { border-color: #C87FBF; }
span { border-color: rgb(200,127,191); }
td.TdClassName
{
border-color: #C87FBF;
}
.TagClassName
{
border-color: #C87FBF;
}
</style>