#C57BB2

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

Shades of London Hue #C57BB2

Tints of London Hue #C57BB2

Color information

#C57BB2 (or 0xC57BB2) is unknown color: approx London Hue. HEX triplet: C5, 7B and B2. RGB value is (197,123,178). Sum of RGB (Red+Green+Blue) = 197+123+178=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57BB2 is #3A844D. Grayscale: #979797. Windows color (decimal): -3834958 or 11697093. OLE color: 11697093.

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

Color convert

RGB197123178-
CMYK00.380.100.23
HSL315.41º38.95%62.75%-
HSV(B)315.41º37.56%77.25%-
XYZ38.1429.2545.75-
YUV151.4143.02160.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.56%
GREEN value IS 123 (48.44% from 255) = 24.70%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=39.56%
G=24.70%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712317800.380.100.23315.4138.9562.75
HexC57BB2026A1713b273f
Octal30517326204612274734777
Binary110001011111011101100100100110101010111100111011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57BB2; }

 p { color: rgb(197,123,178); }

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

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

 a { background-color: rgb(197,123,178); }

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

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

 span { border-color: rgb(197,123,178); }

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