Shades of Orchid #C876CB
Tints of Orchid #C876CB
RGB
CMYK
RGB Variations
Color information
#C876CB (or 0xC876CB) is known color: Orchid. HEX triplet: C8, 76 and CB. RGB value is (200,118,203). Sum of RGB (Red+Green+Blue) = 200+118+203=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C876CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876CB is #378934. Grayscale: #979797. Windows color (decimal): -3639605 or 13334216. OLE color: 13334216.
HSL color Cylindrical-coordinate representation of color #C876CB: hue angle of 297.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C876CB is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 118 | 203 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.20 |
| HSL | 297.88º | 0.45% | 0.63% | - |
| HSV(B) | 297.88º | 0.42% | 0.8% | - |
| XYZ | 41.08 | 29.55 | 60.04 | - |
| YUV | 152.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 203 | 0.01 | 0.42 | 0 | 0.20 | 297.88 | 0.45 | 0.63 |
| Hex | C8 | 76 | CB | 1 | 2A | 0 | 14 | 12A | 2D | 3F |
| Octal | 310 | 166 | 313 | 1 | 52 | 0 | 24 | 452 | 55 | 77 |
| Binary | 11001000 | 1110110 | 11001011 | 1 | 101010 | 0 | 10100 | 100101010 | 101101 | 111111 |
Color Harmonies of #C876CB
Complementary color
Monochromatic Colors of #C876CB
Black with #C876CB
Text Example
Text Example
White with #C876CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876CB; }
p { color: rgb(200,118,203); }
H1.HeaderClassName
{
color: #C876CB;
}
.AnyTagClassName
{
color: #C876CB;
}
</style>
background-color css
<style>
a { background-color: #C876CB; }
a { background-color: rgb(200,118,203); }
div.DivClassName
{
background-color: #C876CB;
}
.BgClassName
{
background-color: #C876CB;
}
</style>
border-color css
<style>
span { border-color: #C876CB; }
span { border-color: rgb(200,118,203); }
td.TdClassName
{
border-color: #C876CB;
}
.TagClassName
{
border-color: #C876CB;
}
</style>