#C577B1

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

Shades of London Hue #C577B1

Tints of London Hue #C577B1

Color information

#C577B1 (or 0xC577B1) is unknown color: approx London Hue. HEX triplet: C5, 77 and B1. RGB value is (197,119,177). Sum of RGB (Red+Green+Blue) = 197+119+177=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C577B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C577B1 is #3A884E. Grayscale: #949494. Windows color (decimal): -3835983 or 11630533. OLE color: 11630533.

HSL color Cylindrical-coordinate representation of color #C577B1: hue angle of 315.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C577B1 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB197119177-
CMYK00.400.100.23
HSL315.38º40.21%61.96%-
HSV(B)315.38º39.59%77.25%-
XYZ37.5628.2445.07-
YUV148.93143.84162.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=39.96%
G=24.14%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711917700.400.100.23315.3840.2161.96
HexC577B1028A1713b283e
Octal30516726105012274735076
Binary110001011110111101100010101000101010111100111011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C577B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C577B1; }

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

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

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

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

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

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

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

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