Html Css Color HEX #C575A2 Hopbush

📋 copy color: '#C575A2'

red 197 ◦ green 117 ◦ blue 162

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

Shades of Hopbush #C575A2

Tints of Hopbush #C575A2

RGB

 RED value IS 197 (77.34% from 255) = 41.39%

 GREEN value IS 117 (46.09% from 255) = 24.58%

 BLUE value IS 162 (63.67% from 255) = 34.03%

R = 41.39%
G = 24.58%
B = 34.03%

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

#C575A2 (or 0xC575A2) is known color: Hopbush. HEX triplet: C5, 75 and A2. RGB value is (197,117,162). Sum of RGB (Red+Green+Blue) = 197+117+162=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C575A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575A2 is #3A8A5D. Grayscale: #919191. Windows color (decimal): -3836510 or 10646981. OLE color: 10646981.

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

Color convert

RGB 197 117 162 -
CMYK 0 0.41 0.18 0.23
HSL 326.25º 0.41% 0.62% -
HSV(B) 326.25º 0.41% 0.77% -
XYZ 35.91 27.2 37.54 -
YUV 146.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 197 117 162 0 0.41 0.18 0.23 326.25 0.41 0.62
Hex C5 75 A2 0 29 12 17 146 29 3E
Octal 305 165 242 0 51 22 27 506 51 76
Binary 11000101 1110101 10100010 0 101001 10010 10111 101000110 101001 111110

Color Harmonies of #C575A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575A2

Black with #C575A2

Text Example


Text Example

White with #C575A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575A2; }

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

 H1.HeaderClassName
 {
   color: #C575A2;
 }
 .AnyTagClassName
 {
   color: #C575A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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