#C57EB4

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

Shades of London Hue #C57EB4

Tints of London Hue #C57EB4

Color information

#C57EB4 (or 0xC57EB4) is unknown color: approx London Hue. HEX triplet: C5, 7E and B4. RGB value is (197,126,180). Sum of RGB (Red+Green+Blue) = 197+126+180=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C57EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EB4 is #3A814B. Grayscale: #999999. Windows color (decimal): -3834188 or 11828933. OLE color: 11828933.

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

Color convert

RGB197126180-
CMYK00.360.090.23
HSL314.37º37.97%63.33%-
HSV(B)314.37º36.04%77.25%-
XYZ38.7330.0946.95-
YUV153.38143.02159.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 126 (49.61% from 255) = 25.05%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=39.17%
G=25.05%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712618000.360.090.23314.3737.9763.33
HexC57EB402491713a263f
Octal30517626404411274724677
Binary110001011111110101101000100100100110111100111010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57EB4; }

 p { color: rgb(197,126,180); }

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

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

 a { background-color: rgb(197,126,180); }

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

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

 span { border-color: rgb(197,126,180); }

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