#C575B1

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

Shades of London Hue #C575B1

Tints of London Hue #C575B1

Color information

#C575B1 (or 0xC575B1) is unknown color: approx London Hue. HEX triplet: C5, 75 and B1. RGB value is (197,117,177). Sum of RGB (Red+Green+Blue) = 197+117+177=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C575B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575B1 is #3A8A4E. Grayscale: #939393. Windows color (decimal): -3836495 or 11630021. OLE color: 11630021.

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

Color convert

RGB197117177-
CMYK00.410.100.23
HSL315º40.82%61.57%-
HSV(B)315º40.61%77.25%-
XYZ37.3227.7744.99-
YUV147.76144.5163.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=40.12%
G=23.83%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711717700.410.100.2331540.8261.57
HexC575B1029A1713b293e
Octal30516526105112274735176
Binary110001011110101101100010101001101010111100111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575B1; }

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

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

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

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

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

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

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

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