#C580BC

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

Shades of London Hue #C580BC

Tints of London Hue #C580BC

Color information

#C580BC (or 0xC580BC) is unknown color: approx London Hue. HEX triplet: C5, 80 and BC. RGB value is (197,128,188). Sum of RGB (Red+Green+Blue) = 197+128+188=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C580BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580BC is #3A7F43. Grayscale: #9B9B9B. Windows color (decimal): -3833668 or 12353733. OLE color: 12353733.

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

Color convert

RGB197128188-
CMYK00.350.050.23
HSL307.83º37.3%63.73%-
HSV(B)307.83º35.03%77.25%-
XYZ39.8230.9451.45-
YUV155.47146.36157.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=38.40%
G=24.95%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712818800.350.050.23307.8337.363.73
HexC580BC0235171342540
Octal30520027404352746445100
Binary1100010110000000101111000100011101101111001101001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580BC; }

 p { color: rgb(197,128,188); }

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

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

 a { background-color: rgb(197,128,188); }

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

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

 span { border-color: rgb(197,128,188); }

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