#C583BD

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

Shades of London Hue #C583BD

Tints of London Hue #C583BD

Color information

#C583BD (or 0xC583BD) is unknown color: approx London Hue. HEX triplet: C5, 83 and BD. RGB value is (197,131,189). Sum of RGB (Red+Green+Blue) = 197+131+189=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C583BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583BD is #3A7C42. Grayscale: #9D9D9D. Windows color (decimal): -3832899 or 12420037. OLE color: 12420037.

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

Color convert

RGB197131189-
CMYK00.340.040.23
HSL307.27º36.26%64.31%-
HSV(B)307.27º33.5%77.25%-
XYZ40.3331.7852.15-
YUV157.35145.87156.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.10%
GREEN value IS 131 (51.56% from 255) = 25.34%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=38.10%
G=25.34%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713118900.340.040.23307.2736.2664.31
HexC583BD0224171332440
Octal30520327504242746344100
Binary1100010110000011101111010100010100101111001100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C583BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C583BD; }

 p { color: rgb(197,131,189); }

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

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

 a { background-color: rgb(197,131,189); }

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

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

 span { border-color: rgb(197,131,189); }

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