Shades of Orchid #C876CC
Tints of Orchid #C876CC
RGB
CMYK
RGB Variations
Color information
#C876CC (or 0xC876CC) is known color: Orchid. HEX triplet: C8, 76 and CC. RGB value is (200,118,204). Sum of RGB (Red+Green+Blue) = 200+118+204=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #C876CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876CC is #378933. Grayscale: #989898. Windows color (decimal): -3639604 or 13399752. OLE color: 13399752.
HSL color Cylindrical-coordinate representation of color #C876CC: hue angle of 297.21º degrees, saturation: 0.46, 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 #C876CC is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 118 | 204 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.2 |
| HSL | 297.21º | 0.46% | 0.63% | - |
| HSV(B) | 297.21º | 0.42% | 0.8% | - |
| XYZ | 41.2 | 29.6 | 60.67 | - |
| YUV | 152.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 204 | 0.02 | 0.42 | 0 | 0.2 | 297.21 | 0.46 | 0.63 |
| Hex | C8 | 76 | CC | 2 | 2A | 0 | 14 | 129 | 2E | 3F |
| Octal | 310 | 166 | 314 | 2 | 52 | 0 | 24 | 451 | 56 | 77 |
| Binary | 11001000 | 1110110 | 11001100 | 10 | 101010 | 0 | 10100 | 100101001 | 101110 | 111111 |
Color Harmonies of #C876CC
Complementary color
Monochromatic Colors of #C876CC
Black with #C876CC
Text Example
Text Example
White with #C876CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876CC; }
p { color: rgb(200,118,204); }
H1.HeaderClassName
{
color: #C876CC;
}
.AnyTagClassName
{
color: #C876CC;
}
</style>
background-color css
<style>
a { background-color: #C876CC; }
a { background-color: rgb(200,118,204); }
div.DivClassName
{
background-color: #C876CC;
}
.BgClassName
{
background-color: #C876CC;
}
</style>
border-color css
<style>
span { border-color: #C876CC; }
span { border-color: rgb(200,118,204); }
td.TdClassName
{
border-color: #C876CC;
}
.TagClassName
{
border-color: #C876CC;
}
</style>