#C877B7

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

Shades of Orchid #C877B7

Tints of Orchid #C877B7

Color information

#C877B7 (or 0xC877B7) is unknown color: approx Orchid. HEX triplet: C8, 77 and B7. RGB value is (200,119,183). Sum of RGB (Red+Green+Blue) = 200+119+183=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C877B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877B7 is #378848. Grayscale: #969696. Windows color (decimal): -3639369 or 12023752. OLE color: 12023752.

HSL color Cylindrical-coordinate representation of color #C877B7: hue angle of 312.59º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C877B7 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200119183-
CMYK00.400.080.22
HSL312.59º42.41%62.55%-
HSV(B)312.59º40.5%78.43%-
XYZ38.9628.8948.32-
YUV150.51146.34163.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 119 (46.88% from 255) = 23.71%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=39.84%
G=23.71%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011918300.400.080.22312.5942.4162.55
HexC877B70288161392a3f
Octal31016726705010264715277
Binary110010001110111101101110101000100010110100111001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C877B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C877B7; }

 p { color: rgb(200,119,183); }

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

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

 a { background-color: rgb(200,119,183); }

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

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

 span { border-color: rgb(200,119,183); }

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