#C57DB4

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

Shades of London Hue #C57DB4

Tints of London Hue #C57DB4

Color information

#C57DB4 (or 0xC57DB4) is unknown color: approx London Hue. HEX triplet: C5, 7D and B4. RGB value is (197,125,180). Sum of RGB (Red+Green+Blue) = 197+125+180=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DB4 is #3A824B. Grayscale: #989898. Windows color (decimal): -3834444 or 11828677. OLE color: 11828677.

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

Color convert

RGB197125180-
CMYK00.370.090.23
HSL314.17º38.3%63.14%-
HSV(B)314.17º36.55%77.25%-
XYZ38.629.8346.9-
YUV152.8143.35159.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=39.24%
G=24.90%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712518000.370.090.23314.1738.363.14
HexC57DB402591713a263f
Octal30517526404511274724677
Binary110001011111101101101000100101100110111100111010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DB4; }

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

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

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

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

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

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

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

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