Shades of Orchid #C876BC
Tints of Orchid #C876BC
RGB
CMYK
RGB Variations
Color information
#C876BC (or 0xC876BC) is known color: Orchid. HEX triplet: C8, 76 and BC. RGB value is (200,118,188). Sum of RGB (Red+Green+Blue) = 200+118+188=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C876BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876BC is #378943. Grayscale: #969696. Windows color (decimal): -3639620 or 12351176. OLE color: 12351176.
HSL color Cylindrical-coordinate representation of color #C876BC: hue angle of 308.78º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C876BC is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 188 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.22 |
| HSL | 308.78º | 0.43% | 0.62% | - |
| HSV(B) | 308.78º | 0.41% | 0.78% | - |
| XYZ | 39.37 | 28.87 | 51.07 | - |
| YUV | 150.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 188 | 0 | 0.41 | 0.06 | 0.22 | 308.78 | 0.43 | 0.62 |
| Hex | C8 | 76 | BC | 0 | 29 | 6 | 16 | 135 | 2B | 3E |
| Octal | 310 | 166 | 274 | 0 | 51 | 6 | 26 | 465 | 53 | 76 |
| Binary | 11001000 | 1110110 | 10111100 | 0 | 101001 | 110 | 10110 | 100110101 | 101011 | 111110 |
Color Harmonies of #C876BC
Complementary color
Monochromatic Colors of #C876BC
Black with #C876BC
Text Example
Text Example
White with #C876BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876BC; }
p { color: rgb(200,118,188); }
H1.HeaderClassName
{
color: #C876BC;
}
.AnyTagClassName
{
color: #C876BC;
}
</style>
background-color css
<style>
a { background-color: #C876BC; }
a { background-color: rgb(200,118,188); }
div.DivClassName
{
background-color: #C876BC;
}
.BgClassName
{
background-color: #C876BC;
}
</style>
border-color css
<style>
span { border-color: #C876BC; }
span { border-color: rgb(200,118,188); }
td.TdClassName
{
border-color: #C876BC;
}
.TagClassName
{
border-color: #C876BC;
}
</style>