#C87AA4

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

Shades of Hopbush #C87AA4

Tints of Hopbush #C87AA4

Color information

#C87AA4 (or 0xC87AA4) is unknown color: approx Hopbush. HEX triplet: C8, 7A and A4. RGB value is (200,122,164). Sum of RGB (Red+Green+Blue) = 200+122+164=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87AA4 is #37855B. Grayscale: #969696. Windows color (decimal): -3638620 or 10779336. OLE color: 10779336.

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

Color convert

RGB200122164-
CMYK00.390.180.22
HSL327.69º41.49%63.14%-
HSV(B)327.69º39%78.43%-
XYZ37.4828.8838.72-
YUV150.11135.84163.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=41.15%
G=25.10%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012216400.390.180.22327.6941.4963.14
HexC87AA40271216148293f
Octal31017224404722265105177
Binary1100100011110101010010001001111001010110101001000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87AA4; }

 p { color: rgb(200,122,164); }

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

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

 a { background-color: rgb(200,122,164); }

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

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

 span { border-color: rgb(200,122,164); }

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