#C57DB9

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

Shades of London Hue #C57DB9

Tints of London Hue #C57DB9

Color information

#C57DB9 (or 0xC57DB9) is unknown color: approx London Hue. HEX triplet: C5, 7D and B9. RGB value is (197,125,185). Sum of RGB (Red+Green+Blue) = 197+125+185=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DB9 is #3A8246. Grayscale: #999999. Windows color (decimal): -3834439 or 12156357. OLE color: 12156357.

HSL color Cylindrical-coordinate representation of color #C57DB9: hue angle of 310º 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 #C57DB9 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197125185-
CMYK00.370.060.23
HSL310º38.3%63.14%-
HSV(B)310º36.55%77.25%-
XYZ39.1230.0449.64-
YUV153.37145.85159.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=38.86%
G=24.65%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712518500.370.060.2331038.363.14
HexC57DB9025617136263f
Octal3051752710456274664677
Binary11000101111110110111001010010111010111100110110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DB9; }

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

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

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

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

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

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

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

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