#C5619D

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

Shades of Hopbush #C5619D

Tints of Hopbush #C5619D

Color information

#C5619D (or 0xC5619D) is unknown color: approx Hopbush. HEX triplet: C5, 61 and 9D. RGB value is (197,97,157). Sum of RGB (Red+Green+Blue) = 197+97+157=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5619D is #3A9E62. Grayscale: #858585. Windows color (decimal): -3841635 or 10314181. OLE color: 10314181.

HSL color Cylindrical-coordinate representation of color #C5619D: hue angle of 324º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5619D is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB19797157-
CMYK00.510.200.23
HSL324º46.3%57.65%-
HSV(B)324º50.76%77.25%-
XYZ33.3922.8534.55-
YUV133.74141.13173.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=43.68%
G=21.51%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979715700.510.200.2332446.357.65
HexC5619D03314171442e3a
Octal30514123506324275045672
Binary1100010111000011001110101100111010010111101000100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5619D; }

 p { color: rgb(197,97,157); }

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

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

 a { background-color: rgb(197,97,157); }

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

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

 span { border-color: rgb(197,97,157); }

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