#C56FA1

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

Shades of Hopbush #C56FA1

Tints of Hopbush #C56FA1

Color information

#C56FA1 (or 0xC56FA1) is unknown color: approx Hopbush. HEX triplet: C5, 6F and A1. RGB value is (197,111,161). Sum of RGB (Red+Green+Blue) = 197+111+161=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C56FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56FA1 is #3A905E. Grayscale: #8E8E8E. Windows color (decimal): -3838047 or 10579909. OLE color: 10579909.

HSL color Cylindrical-coordinate representation of color #C56FA1: hue angle of 325.12º 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 #C56FA1 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB197111161-
CMYK00.440.180.23
HSL325.12º42.57%60.39%-
HSV(B)325.12º43.65%77.25%-
XYZ35.1425.8136.85-
YUV142.41138.49166.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 111 (43.75% from 255) = 23.67%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=42.00%
G=23.67%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711116100.440.180.23325.1242.5760.39
HexC56FA102C12171452b3c
Octal30515724105422275055374
Binary1100010111011111010000101011001001010111101000101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56FA1; }

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

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

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

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

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

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

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

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