#C876C0

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

Shades of Orchid #C876C0

Tints of Orchid #C876C0

Color information

#C876C0 (or 0xC876C0) is unknown color: approx Orchid. HEX triplet: C8, 76 and C0. RGB value is (200,118,192). Sum of RGB (Red+Green+Blue) = 200+118+192=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C876C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876C0 is #37893F. Grayscale: #969696. Windows color (decimal): -3639616 or 12613320. OLE color: 12613320.

HSL color Cylindrical-coordinate representation of color #C876C0: hue angle of 305.85º 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 #C876C0 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200118192-
CMYK00.410.040.22
HSL305.85º42.71%62.35%-
HSV(B)305.85º41%78.43%-
XYZ39.8129.0453.38-
YUV150.95151.17162.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=39.22%
G=23.14%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011819200.410.040.22305.8542.7162.35
HexC876C00294161322b3e
Octal3101663000514264625376
Binary11001000111011011000000010100110010110100110010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C876C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C876C0; }

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

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

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

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

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

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

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

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