#C575AD

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

Shades of Hopbush #C575AD

Tints of Hopbush #C575AD

Color information

#C575AD (or 0xC575AD) is unknown color: approx Hopbush. HEX triplet: C5, 75 and AD. RGB value is (197,117,173). Sum of RGB (Red+Green+Blue) = 197+117+173=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C575AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575AD is #3A8A52. Grayscale: #939393. Windows color (decimal): -3836499 or 11367877. OLE color: 11367877.

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

Color convert

RGB197117173-
CMYK00.410.120.23
HSL318º40.82%61.57%-
HSV(B)318º40.61%77.25%-
XYZ36.9327.6142.92-
YUV147.3142.5163.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=40.45%
G=24.02%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711717300.410.120.2331840.8261.57
HexC575AD029C1713e293e
Octal30516525505114274765176
Binary110001011110101101011010101001110010111100111110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575AD; }

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

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

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

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

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

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

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

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