#C877BD

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

Shades of Orchid #C877BD

Tints of Orchid #C877BD

Color information

#C877BD (or 0xC877BD) is unknown color: approx Orchid. HEX triplet: C8, 77 and BD. RGB value is (200,119,189). Sum of RGB (Red+Green+Blue) = 200+119+189=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C877BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877BD is #378842. Grayscale: #969696. Windows color (decimal): -3639363 or 12416968. OLE color: 12416968.

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

Color convert

RGB200119189-
CMYK00.400.060.22
HSL308.15º42.41%62.55%-
HSV(B)308.15º40.5%78.43%-
XYZ39.629.1551.68-
YUV151.2149.34162.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=39.37%
G=23.43%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011918900.400.060.22308.1542.4162.55
HexC877BD0286161342a3f
Octal3101672750506264645277
Binary11001000111011110111101010100011010110100110100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C877BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C877BD; }

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

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

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

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

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

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

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

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