Shades of Orchid #C876DA
Tints of Orchid #C876DA
RGB
CMYK
RGB Variations
Color information
#C876DA (or 0xC876DA) is known color: Orchid. HEX triplet: C8, 76 and DA. RGB value is (200,118,218). Sum of RGB (Red+Green+Blue) = 200+118+218=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #C876DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876DA is #378925. Grayscale: #999999. Windows color (decimal): -3639590 or 14317256. OLE color: 14317256.
HSL color Cylindrical-coordinate representation of color #C876DA: hue angle of 289.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C876DA is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 118 | 218 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.15 |
| HSL | 289.2º | 0.57% | 0.66% | - |
| HSV(B) | 289.2º | 0.46% | 0.85% | - |
| XYZ | 42.95 | 30.3 | 69.91 | - |
| YUV | 153.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 218 | 0.08 | 0.46 | 0 | 0.15 | 289.2 | 0.57 | 0.66 |
| Hex | C8 | 76 | DA | 8 | 2E | 0 | F | 121 | 39 | 42 |
| Octal | 310 | 166 | 332 | 10 | 56 | 0 | 17 | 441 | 71 | 102 |
| Binary | 11001000 | 1110110 | 11011010 | 1000 | 101110 | 0 | 1111 | 100100001 | 111001 | 1000010 |
Color Harmonies of #C876DA
Complementary color
Monochromatic Colors of #C876DA
Black with #C876DA
Text Example
Text Example
White with #C876DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876DA; }
p { color: rgb(200,118,218); }
H1.HeaderClassName
{
color: #C876DA;
}
.AnyTagClassName
{
color: #C876DA;
}
</style>
background-color css
<style>
a { background-color: #C876DA; }
a { background-color: rgb(200,118,218); }
div.DivClassName
{
background-color: #C876DA;
}
.BgClassName
{
background-color: #C876DA;
}
</style>
border-color css
<style>
span { border-color: #C876DA; }
span { border-color: rgb(200,118,218); }
td.TdClassName
{
border-color: #C876DA;
}
.TagClassName
{
border-color: #C876DA;
}
</style>