Shades of Orchid #C876C1
Tints of Orchid #C876C1
RGB
CMYK
RGB Variations
Color information
#C876C1 (or 0xC876C1) is known color: Orchid. HEX triplet: C8, 76 and C1. RGB value is (200,118,193). Sum of RGB (Red+Green+Blue) = 200+118+193=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C876C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876C1 is #37893E. Grayscale: #969696. Windows color (decimal): -3639615 or 12678856. OLE color: 12678856.
HSL color Cylindrical-coordinate representation of color #C876C1: hue angle of 305.12º 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 #C876C1 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 193 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.22 |
| HSL | 305.12º | 0.43% | 0.62% | - |
| HSV(B) | 305.12º | 0.41% | 0.78% | - |
| XYZ | 39.92 | 29.09 | 53.96 | - |
| YUV | 151.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 193 | 0 | 0.41 | 0.04 | 0.22 | 305.12 | 0.43 | 0.62 |
| Hex | C8 | 76 | C1 | 0 | 29 | 4 | 16 | 131 | 2B | 3E |
| Octal | 310 | 166 | 301 | 0 | 51 | 4 | 26 | 461 | 53 | 76 |
| Binary | 11001000 | 1110110 | 11000001 | 0 | 101001 | 100 | 10110 | 100110001 | 101011 | 111110 |
Color Harmonies of #C876C1
Complementary color
Monochromatic Colors of #C876C1
Black with #C876C1
Text Example
Text Example
White with #C876C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876C1; }
p { color: rgb(200,118,193); }
H1.HeaderClassName
{
color: #C876C1;
}
.AnyTagClassName
{
color: #C876C1;
}
</style>
background-color css
<style>
a { background-color: #C876C1; }
a { background-color: rgb(200,118,193); }
div.DivClassName
{
background-color: #C876C1;
}
.BgClassName
{
background-color: #C876C1;
}
</style>
border-color css
<style>
span { border-color: #C876C1; }
span { border-color: rgb(200,118,193); }
td.TdClassName
{
border-color: #C876C1;
}
.TagClassName
{
border-color: #C876C1;
}
</style>