Shades of Orchid #C876D3
Tints of Orchid #C876D3
RGB
CMYK
RGB Variations
Color information
#C876D3 (or 0xC876D3) is known color: Orchid. HEX triplet: C8, 76 and D3. RGB value is (200,118,211). Sum of RGB (Red+Green+Blue) = 200+118+211=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #C876D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876D3 is #37892C. Grayscale: #989898. Windows color (decimal): -3639597 or 13858504. OLE color: 13858504.
HSL color Cylindrical-coordinate representation of color #C876D3: hue angle of 292.9º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C876D3 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 118 | 211 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.17 |
| HSL | 292.9º | 0.51% | 0.65% | - |
| HSV(B) | 292.9º | 0.44% | 0.83% | - |
| XYZ | 42.06 | 29.94 | 65.19 | - |
| YUV | 153.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 211 | 0.05 | 0.44 | 0 | 0.17 | 292.9 | 0.51 | 0.65 |
| Hex | C8 | 76 | D3 | 5 | 2C | 0 | 11 | 125 | 33 | 41 |
| Octal | 310 | 166 | 323 | 5 | 54 | 0 | 21 | 445 | 63 | 101 |
| Binary | 11001000 | 1110110 | 11010011 | 101 | 101100 | 0 | 10001 | 100100101 | 110011 | 1000001 |
Color Harmonies of #C876D3
Complementary color
Monochromatic Colors of #C876D3
Black with #C876D3
Text Example
Text Example
White with #C876D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876D3; }
p { color: rgb(200,118,211); }
H1.HeaderClassName
{
color: #C876D3;
}
.AnyTagClassName
{
color: #C876D3;
}
</style>
background-color css
<style>
a { background-color: #C876D3; }
a { background-color: rgb(200,118,211); }
div.DivClassName
{
background-color: #C876D3;
}
.BgClassName
{
background-color: #C876D3;
}
</style>
border-color css
<style>
span { border-color: #C876D3; }
span { border-color: rgb(200,118,211); }
td.TdClassName
{
border-color: #C876D3;
}
.TagClassName
{
border-color: #C876D3;
}
</style>