Shades of Orchid #C876C5
Tints of Orchid #C876C5
RGB
CMYK
RGB Variations
Color information
#C876C5 (or 0xC876C5) is known color: Orchid. HEX triplet: C8, 76 and C5. RGB value is (200,118,197). Sum of RGB (Red+Green+Blue) = 200+118+197=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C876C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876C5 is #37893A. Grayscale: #979797. Windows color (decimal): -3639611 or 12941000. OLE color: 12941000.
HSL color Cylindrical-coordinate representation of color #C876C5: hue angle of 302.2º 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 #C876C5 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 197 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.22 |
| HSL | 302.2º | 0.43% | 0.62% | - |
| HSV(B) | 302.2º | 0.41% | 0.78% | - |
| XYZ | 40.38 | 29.27 | 56.34 | - |
| YUV | 151.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 197 | 0 | 0.41 | 0.02 | 0.22 | 302.2 | 0.43 | 0.62 |
| Hex | C8 | 76 | C5 | 0 | 29 | 2 | 16 | 12E | 2B | 3E |
| Octal | 310 | 166 | 305 | 0 | 51 | 2 | 26 | 456 | 53 | 76 |
| Binary | 11001000 | 1110110 | 11000101 | 0 | 101001 | 10 | 10110 | 100101110 | 101011 | 111110 |
Color Harmonies of #C876C5
Complementary color
Monochromatic Colors of #C876C5
Black with #C876C5
Text Example
Text Example
White with #C876C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876C5; }
p { color: rgb(200,118,197); }
H1.HeaderClassName
{
color: #C876C5;
}
.AnyTagClassName
{
color: #C876C5;
}
</style>
background-color css
<style>
a { background-color: #C876C5; }
a { background-color: rgb(200,118,197); }
div.DivClassName
{
background-color: #C876C5;
}
.BgClassName
{
background-color: #C876C5;
}
</style>
border-color css
<style>
span { border-color: #C876C5; }
span { border-color: rgb(200,118,197); }
td.TdClassName
{
border-color: #C876C5;
}
.TagClassName
{
border-color: #C876C5;
}
</style>