#C876BD

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

Shades of Orchid #C876BD

Tints of Orchid #C876BD

Color information

#C876BD (or 0xC876BD) is unknown color: approx Orchid. HEX triplet: C8, 76 and BD. RGB value is (200,118,189). Sum of RGB (Red+Green+Blue) = 200+118+189=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C876BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C876BD is #378942. Grayscale: #969696. Windows color (decimal): -3639619 or 12416712. OLE color: 12416712.

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

Color convert

RGB200118189-
CMYK00.410.060.22
HSL308.05º42.71%62.35%-
HSV(B)308.05º41%78.43%-
XYZ39.4828.9151.64-
YUV150.61149.67163.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=39.45%
G=23.27%
B=37.28%

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
Decimal20011818900.410.060.22308.0542.7162.35
HexC876BD0296161342b3e
Octal3101662750516264645376
Binary11001000111011010111101010100111010110100110100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C876BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C876BD; }

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

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

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

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

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

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

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

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