#c876b6

Color #C876B6 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C876B6

Tints of Orchid #C876B6

Color information

#C876B6 (or 0xC876B6) is unknown color: approx Orchid. HEX triplet: C8, 76 and B6. RGB value is (200,118,182). Sum of RGB (Red+Green+Blue) = 200+118+182=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C876B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876B6 is #378949. Grayscale: #959595. Windows color (decimal): -3639626 or 11957960. OLE color: 11957960.

HSL color Cylindrical-coordinate representation of color #C876B6: hue angle of 313.17º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C876B6 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200118182-
CMYK00.410.090.22
HSL313.17º42.71%62.35%-
HSV(B)313.17º41%78.43%-
XYZ38.7428.6147.74-
YUV149.81146.17163.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 23.6%
BLUE value IS 182 (71.48% from 255) = 36.4%
R=40%
G=23.6%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011818200.410.090.22313.1742.7162.35
HexC876B60299161392b3e
Octal31016626605111264715376
Binary110010001110110101101100101001100110110100111001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c876b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c876b6; }

 p { color: rgb(200,118,182); }

 H1.HeaderClassName
 {
   color: #c876b6;
 }
 .AnyTagClassName
 {
   color: #c876b6;
 }
</style>
background-color css

<style>
 a { background-color: #c876b6; }

 a { background-color: rgb(200,118,182); }

 div.DivClassName
 {
   background-color: #c876b6;
 }
 .BgClassName
 {
   background-color: #c876b6;
 }
</style>
border-color css

<style>
 span { border-color: #c876b6; }

 span { border-color: rgb(200,118,182); }

 td.TdClassName
 {
   border-color: #c876b6;
 }
 .TagClassName
 {
   border-color: #c876b6;
 }
</style>