Html Css Color HEX #C575A1 Hopbush

📋 copy color: '#C575A1'

red 197 ◦ green 117 ◦ blue 161

#C575A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C575A1

Tints of Hopbush #C575A1

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 value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C575A1 (or 0xC575A1) is known color: 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

RGB 197 117 161 -
CMYK 0 0.41 0.18 0.23
HSL 327º 0.41% 0.62% -
HSV(B) 327º 0.41% 0.77% -
XYZ 35.82 27.17 37.07 -
YUV 145.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 197 117 161 0 0.41 0.18 0.23 327 0.41 0.62
Hex C5 75 A1 0 29 12 17 147 29 3E
Octal 305 165 241 0 51 22 27 507 51 76
Binary 11000101 1110101 10100001 0 101001 10010 10111 101000111 101001 111110

Color Harmonies of #C575A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575A1

Black with #C575A1

Text Example


Text Example

White with #C575A1

Text Example


Text Example

HTML Codes & Css Web 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>