Html Css Color HEX #C575A7 Hopbush

📋 copy color: '#C575A7'

red 197 ◦ green 117 ◦ blue 167

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

Shades of Hopbush #C575A7

Tints of Hopbush #C575A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.72%

R = 40.96%
G = 24.32%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C575A7 (or 0xC575A7) is known color: Hopbush. HEX triplet: C5, 75 and A7. RGB value is (197,117,167). Sum of RGB (Red+Green+Blue) = 197+117+167=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C575A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575A7 is #3A8A58. Grayscale: #929292. Windows color (decimal): -3836505 or 10974661. OLE color: 10974661.

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

Color convert

RGB 197 117 167 -
CMYK 0 0.41 0.15 0.23
HSL 322.5º 0.41% 0.62% -
HSV(B) 322.5º 0.41% 0.77% -
XYZ 36.36 27.38 39.93 -
YUV 146.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 197 117 167 0 0.41 0.15 0.23 322.5 0.41 0.62
Hex C5 75 A7 0 29 F 17 142 29 3E
Octal 305 165 247 0 51 17 27 502 51 76
Binary 11000101 1110101 10100111 0 101001 1111 10111 101000010 101001 111110

Color Harmonies of #C575A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575A7

Black with #C575A7

Text Example


Text Example

White with #C575A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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