#C575B3

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

Shades of London Hue #C575B3

Tints of London Hue #C575B3

Color information

#C575B3 (or 0xC575B3) is unknown color: approx London Hue. HEX triplet: C5, 75 and B3. RGB value is (197,117,179). Sum of RGB (Red+Green+Blue) = 197+117+179=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C575B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575B3 is #3A8A4C. Grayscale: #939393. Windows color (decimal): -3836493 or 11761093. OLE color: 11761093.

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

Color convert

RGB197117179-
CMYK00.410.090.23
HSL313.5º40.82%61.57%-
HSV(B)313.5º40.61%77.25%-
XYZ37.5227.8546.05-
YUV147.99145.5162.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 117 (46.09% from 255) = 23.73%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=39.96%
G=23.73%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711717900.410.090.23313.540.8261.57
HexC575B302991713a293e
Octal30516526305111274725176
Binary110001011110101101100110101001100110111100111010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575B3; }

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

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

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

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

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

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

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

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