#C585BD

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

Shades of London Hue #C585BD

Tints of London Hue #C585BD

Color information

#C585BD (or 0xC585BD) is unknown color: approx London Hue. HEX triplet: C5, 85 and BD. RGB value is (197,133,189). Sum of RGB (Red+Green+Blue) = 197+133+189=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C585BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585BD is #3A7A42. Grayscale: #9E9E9E. Windows color (decimal): -3832387 or 12420549. OLE color: 12420549.

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

Color convert

RGB197133189-
CMYK00.320.040.23
HSL307.5º35.56%64.71%-
HSV(B)307.5º32.49%77.25%-
XYZ40.632.3252.24-
YUV158.52145.2155.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=37.96%
G=25.63%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713318900.320.040.23307.535.5664.71
HexC585BD0204171342441
Octal30520527504042746444101
Binary1100010110000101101111010100000100101111001101001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585BD; }

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

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

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

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

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

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

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

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