#C56FA4

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

Shades of Hopbush #C56FA4

Tints of Hopbush #C56FA4

Color information

#C56FA4 (or 0xC56FA4) is unknown color: approx Hopbush. HEX triplet: C5, 6F and A4. RGB value is (197,111,164). Sum of RGB (Red+Green+Blue) = 197+111+164=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C56FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56FA4 is #3A905B. Grayscale: #8E8E8E. Windows color (decimal): -3838044 or 10776517. OLE color: 10776517.

HSL color Cylindrical-coordinate representation of color #C56FA4: hue angle of 323.02º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56FA4 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB197111164-
CMYK00.440.170.23
HSL323.02º42.57%60.39%-
HSV(B)323.02º43.65%77.25%-
XYZ35.4125.9238.26-
YUV142.76139.99166.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=41.74%
G=23.52%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711116400.440.170.23323.0242.5760.39
HexC56FA402C11171432b3c
Octal30515724405421275035374
Binary1100010111011111010010001011001000110111101000011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56FA4; }

 p { color: rgb(197,111,164); }

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

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

 a { background-color: rgb(197,111,164); }

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

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

 span { border-color: rgb(197,111,164); }

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