Shades of Orchid #C876DB
Tints of Orchid #C876DB
RGB
CMYK
RGB Variations
Color information
#C876DB (or 0xC876DB) is known color: Orchid. HEX triplet: C8, 76 and DB. RGB value is (200,118,219). Sum of RGB (Red+Green+Blue) = 200+118+219=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #C876DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876DB is #378924. Grayscale: #999999. Windows color (decimal): -3639589 or 14382792. OLE color: 14382792.
HSL color Cylindrical-coordinate representation of color #C876DB: hue angle of 288.71º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C876DB is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 118 | 219 | - |
CMYK | 0.09 | 0.46 | 0 | 0.14 |
HSL | 288.71º | 0.58% | 0.66% | - |
HSV(B) | 288.71º | 0.46% | 0.86% | - |
XYZ | 43.08 | 30.35 | 70.61 | - |
YUV | 154.03 | 164.67 | 160.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 118 | 219 | 0.09 | 0.46 | 0 | 0.14 | 288.71 | 0.58 | 0.66 |
Hex | C8 | 76 | DB | 9 | 2E | 0 | E | 121 | 3A | 42 |
Octal | 310 | 166 | 333 | 11 | 56 | 0 | 16 | 441 | 72 | 102 |
Binary | 11001000 | 1110110 | 11011011 | 1001 | 101110 | 0 | 1110 | 100100001 | 111010 | 1000010 |
Color Harmonies of #C876DB
Complementary color
Monochromatic Colors of #C876DB
Black with #C876DB
Text Example
Text Example
White with #C876DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876DB; }
p { color: rgb(200,118,219); }
H1.HeaderClassName
{
color: #C876DB;
}
.AnyTagClassName
{
color: #C876DB;
}
</style>
background-color css
<style>
a { background-color: #C876DB; }
a { background-color: rgb(200,118,219); }
div.DivClassName
{
background-color: #C876DB;
}
.BgClassName
{
background-color: #C876DB;
}
</style>
border-color css
<style>
span { border-color: #C876DB; }
span { border-color: rgb(200,118,219); }
td.TdClassName
{
border-color: #C876DB;
}
.TagClassName
{
border-color: #C876DB;
}
</style>