Shades of Orchid #C876CE
Tints of Orchid #C876CE
RGB
CMYK
RGB Variations
Color information
#C876CE (or 0xC876CE) is known color: Orchid. HEX triplet: C8, 76 and CE. RGB value is (200,118,206). Sum of RGB (Red+Green+Blue) = 200+118+206=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #C876CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876CE is #378931. Grayscale: #989898. Windows color (decimal): -3639602 or 13530824. OLE color: 13530824.
HSL color Cylindrical-coordinate representation of color #C876CE: hue angle of 295.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C876CE is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 118 | 206 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.19 |
| HSL | 295.91º | 0.47% | 0.64% | - |
| HSV(B) | 295.91º | 0.43% | 0.81% | - |
| XYZ | 41.44 | 29.69 | 61.94 | - |
| YUV | 152.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 206 | 0.03 | 0.43 | 0 | 0.19 | 295.91 | 0.47 | 0.64 |
| Hex | C8 | 76 | CE | 3 | 2B | 0 | 13 | 128 | 2F | 40 |
| Octal | 310 | 166 | 316 | 3 | 53 | 0 | 23 | 450 | 57 | 100 |
| Binary | 11001000 | 1110110 | 11001110 | 11 | 101011 | 0 | 10011 | 100101000 | 101111 | 1000000 |
Color Harmonies of #C876CE
Complementary color
Monochromatic Colors of #C876CE
Black with #C876CE
Text Example
Text Example
White with #C876CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876CE; }
p { color: rgb(200,118,206); }
H1.HeaderClassName
{
color: #C876CE;
}
.AnyTagClassName
{
color: #C876CE;
}
</style>
background-color css
<style>
a { background-color: #C876CE; }
a { background-color: rgb(200,118,206); }
div.DivClassName
{
background-color: #C876CE;
}
.BgClassName
{
background-color: #C876CE;
}
</style>
border-color css
<style>
span { border-color: #C876CE; }
span { border-color: rgb(200,118,206); }
td.TdClassName
{
border-color: #C876CE;
}
.TagClassName
{
border-color: #C876CE;
}
</style>