Shades of Orchid #C876DF
Tints of Orchid #C876DF
RGB
CMYK
RGB Variations
Color information
#C876DF (or 0xC876DF) is known color: Orchid. HEX triplet: C8, 76 and DF. RGB value is (200,118,223). Sum of RGB (Red+Green+Blue) = 200+118+223=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #C876DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876DF is #378920. Grayscale: #9A9A9A. Windows color (decimal): -3639585 or 14644936. OLE color: 14644936.
HSL color Cylindrical-coordinate representation of color #C876DF: hue angle of 286.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C876DF is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 118 | 223 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.13 |
| HSL | 286.86º | 0.62% | 0.67% | - |
| HSV(B) | 286.86º | 0.47% | 0.87% | - |
| XYZ | 43.62 | 30.56 | 73.41 | - |
| YUV | 154.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 223 | 0.10 | 0.47 | 0 | 0.13 | 286.86 | 0.62 | 0.67 |
| Hex | C8 | 76 | DF | A | 2F | 0 | D | 11F | 3E | 43 |
| Octal | 310 | 166 | 337 | 12 | 57 | 0 | 15 | 437 | 76 | 103 |
| Binary | 11001000 | 1110110 | 11011111 | 1010 | 101111 | 0 | 1101 | 100011111 | 111110 | 1000011 |
Color Harmonies of #C876DF
Complementary color
Monochromatic Colors of #C876DF
Black with #C876DF
Text Example
Text Example
White with #C876DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876DF; }
p { color: rgb(200,118,223); }
H1.HeaderClassName
{
color: #C876DF;
}
.AnyTagClassName
{
color: #C876DF;
}
</style>
background-color css
<style>
a { background-color: #C876DF; }
a { background-color: rgb(200,118,223); }
div.DivClassName
{
background-color: #C876DF;
}
.BgClassName
{
background-color: #C876DF;
}
</style>
border-color css
<style>
span { border-color: #C876DF; }
span { border-color: rgb(200,118,223); }
td.TdClassName
{
border-color: #C876DF;
}
.TagClassName
{
border-color: #C876DF;
}
</style>