#C87DA4

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

Shades of Hopbush #C87DA4

Tints of Hopbush #C87DA4

Color information

#C87DA4 (or 0xC87DA4) is unknown color: approx Hopbush. HEX triplet: C8, 7D and A4. RGB value is (200,125,164). Sum of RGB (Red+Green+Blue) = 200+125+164=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87DA4 is #37825B. Grayscale: #979797. Windows color (decimal): -3637852 or 10780104. OLE color: 10780104.

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

Color convert

RGB200125164-
CMYK00.380.180.22
HSL328.8º40.54%63.73%-
HSV(B)328.8º37.5%78.43%-
XYZ37.8529.6338.85-
YUV151.87134.85162.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=40.90%
G=25.56%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012516400.380.180.22328.840.5463.73
HexC87DA402612161492940
Octal310175244046222651151100
Binary11001000111110110100100010011010010101101010010011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DA4; }

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

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

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

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

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

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

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

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