#C575A1

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

Shades of Hopbush #C575A1

Tints of Hopbush #C575A1

Color information

#C575A1 (or 0xC575A1) is unknown color: approx Hopbush. HEX triplet: C5, 75 and A1. RGB value is (197,117,161). Sum of RGB (Red+Green+Blue) = 197+117+161=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C575A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575A1 is #3A8A5E. Grayscale: #919191. Windows color (decimal): -3836511 or 10581445. OLE color: 10581445.

HSL color Cylindrical-coordinate representation of color #C575A1: hue angle of 327º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C575A1 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB197117161-
CMYK00.410.180.23
HSL327º40.82%61.57%-
HSV(B)327º40.61%77.25%-
XYZ35.8227.1737.07-
YUV145.94136.5164.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=41.47%
G=24.63%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711716100.410.180.2332740.8261.57
HexC575A10291217147293e
Octal30516524105122275075176
Binary1100010111101011010000101010011001010111101000111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575A1; }

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

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

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

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

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

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

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

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