#C876BC

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

Shades of Orchid #C876BC

Tints of Orchid #C876BC

Color information

#C876BC (or 0xC876BC) is unknown color: approx Orchid. HEX triplet: C8, 76 and BC. RGB value is (200,118,188). Sum of RGB (Red+Green+Blue) = 200+118+188=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C876BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876BC is #378943. Grayscale: #969696. Windows color (decimal): -3639620 or 12351176. OLE color: 12351176.

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

Color convert

RGB200118188-
CMYK00.410.060.22
HSL308.78º42.71%62.35%-
HSV(B)308.78º41%78.43%-
XYZ39.3728.8751.07-
YUV150.5149.17163.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=39.53%
G=23.32%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011818800.410.060.22308.7842.7162.35
HexC876BC0296161352b3e
Octal3101662740516264655376
Binary11001000111011010111100010100111010110100110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C876BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C876BC; }

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

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

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

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

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

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

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

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