Shades of Orchid #C87FBC
Tints of Orchid #C87FBC
RGB
CMYK
RGB Variations
Color information
#C87FBC (or 0xC87FBC) is known color: Orchid. HEX triplet: C8, 7F and BC. RGB value is (200,127,188). Sum of RGB (Red+Green+Blue) = 200+127+188=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FBC is #378043. Grayscale: #9B9B9B. Windows color (decimal): -3637316 or 12353480. OLE color: 12353480.
HSL color Cylindrical-coordinate representation of color #C87FBC: hue angle of 309.86º 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 #C87FBC is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 188 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.22 |
| HSL | 309.86º | 0.4% | 0.64% | - |
| HSV(B) | 309.86º | 0.37% | 0.78% | - |
| XYZ | 40.49 | 31.09 | 51.44 | - |
| YUV | 155.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 188 | 0 | 0.36 | 0.06 | 0.22 | 309.86 | 0.4 | 0.64 |
| Hex | C8 | 7F | BC | 0 | 24 | 6 | 16 | 136 | 28 | 40 |
| Octal | 310 | 177 | 274 | 0 | 44 | 6 | 26 | 466 | 50 | 100 |
| Binary | 11001000 | 1111111 | 10111100 | 0 | 100100 | 110 | 10110 | 100110110 | 101000 | 1000000 |
Color Harmonies of #C87FBC
Complementary color
Monochromatic Colors of #C87FBC
Black with #C87FBC
Text Example
Text Example
White with #C87FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FBC; }
p { color: rgb(200,127,188); }
H1.HeaderClassName
{
color: #C87FBC;
}
.AnyTagClassName
{
color: #C87FBC;
}
</style>
background-color css
<style>
a { background-color: #C87FBC; }
a { background-color: rgb(200,127,188); }
div.DivClassName
{
background-color: #C87FBC;
}
.BgClassName
{
background-color: #C87FBC;
}
</style>
border-color css
<style>
span { border-color: #C87FBC; }
span { border-color: rgb(200,127,188); }
td.TdClassName
{
border-color: #C87FBC;
}
.TagClassName
{
border-color: #C87FBC;
}
</style>