Shades of Orchid #C876C3
Tints of Orchid #C876C3
RGB
CMYK
RGB Variations
Color information
#C876C3 (or 0xC876C3) is known color: Orchid. HEX triplet: C8, 76 and C3. RGB value is (200,118,195). Sum of RGB (Red+Green+Blue) = 200+118+195=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C876C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876C3 is #37893C. Grayscale: #979797. Windows color (decimal): -3639613 or 12809928. OLE color: 12809928.
HSL color Cylindrical-coordinate representation of color #C876C3: hue angle of 303.66º 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 #C876C3 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 195 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.22 |
| HSL | 303.66º | 0.43% | 0.62% | - |
| HSV(B) | 303.66º | 0.41% | 0.78% | - |
| XYZ | 40.15 | 29.18 | 55.15 | - |
| YUV | 151.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 195 | 0 | 0.41 | 0.02 | 0.22 | 303.66 | 0.43 | 0.62 |
| Hex | C8 | 76 | C3 | 0 | 29 | 2 | 16 | 130 | 2B | 3E |
| Octal | 310 | 166 | 303 | 0 | 51 | 2 | 26 | 460 | 53 | 76 |
| Binary | 11001000 | 1110110 | 11000011 | 0 | 101001 | 10 | 10110 | 100110000 | 101011 | 111110 |
Color Harmonies of #C876C3
Complementary color
Monochromatic Colors of #C876C3
Black with #C876C3
Text Example
Text Example
White with #C876C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876C3; }
p { color: rgb(200,118,195); }
H1.HeaderClassName
{
color: #C876C3;
}
.AnyTagClassName
{
color: #C876C3;
}
</style>
background-color css
<style>
a { background-color: #C876C3; }
a { background-color: rgb(200,118,195); }
div.DivClassName
{
background-color: #C876C3;
}
.BgClassName
{
background-color: #C876C3;
}
</style>
border-color css
<style>
span { border-color: #C876C3; }
span { border-color: rgb(200,118,195); }
td.TdClassName
{
border-color: #C876C3;
}
.TagClassName
{
border-color: #C876C3;
}
</style>