Shades of Orchid #C876C0
Tints of Orchid #C876C0
RGB
CMYK
RGB Variations
Color information
#C876C0 (or 0xC876C0) is known color: Orchid. HEX triplet: C8, 76 and C0. RGB value is (200,118,192). Sum of RGB (Red+Green+Blue) = 200+118+192=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C876C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876C0 is #37893F. Grayscale: #969696. Windows color (decimal): -3639616 or 12613320. OLE color: 12613320.
HSL color Cylindrical-coordinate representation of color #C876C0: hue angle of 305.85º 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 #C876C0 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 192 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.22 |
| HSL | 305.85º | 0.43% | 0.62% | - |
| HSV(B) | 305.85º | 0.41% | 0.78% | - |
| XYZ | 39.81 | 29.04 | 53.38 | - |
| YUV | 150.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 192 | 0 | 0.41 | 0.04 | 0.22 | 305.85 | 0.43 | 0.62 |
| Hex | C8 | 76 | C0 | 0 | 29 | 4 | 16 | 132 | 2B | 3E |
| Octal | 310 | 166 | 300 | 0 | 51 | 4 | 26 | 462 | 53 | 76 |
| Binary | 11001000 | 1110110 | 11000000 | 0 | 101001 | 100 | 10110 | 100110010 | 101011 | 111110 |
Color Harmonies of #C876C0
Complementary color
Monochromatic Colors of #C876C0
Black with #C876C0
Text Example
Text Example
White with #C876C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876C0; }
p { color: rgb(200,118,192); }
H1.HeaderClassName
{
color: #C876C0;
}
.AnyTagClassName
{
color: #C876C0;
}
</style>
background-color css
<style>
a { background-color: #C876C0; }
a { background-color: rgb(200,118,192); }
div.DivClassName
{
background-color: #C876C0;
}
.BgClassName
{
background-color: #C876C0;
}
</style>
border-color css
<style>
span { border-color: #C876C0; }
span { border-color: rgb(200,118,192); }
td.TdClassName
{
border-color: #C876C0;
}
.TagClassName
{
border-color: #C876C0;
}
</style>