#C585BC

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

Shades of London Hue #C585BC

Tints of London Hue #C585BC

Color information

#C585BC (or 0xC585BC) is unknown color: approx London Hue. HEX triplet: C5, 85 and BC. RGB value is (197,133,188). Sum of RGB (Red+Green+Blue) = 197+133+188=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C585BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585BC is #3A7A43. Grayscale: #9E9E9E. Windows color (decimal): -3832388 or 12355013. OLE color: 12355013.

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

Color convert

RGB197133188-
CMYK00.320.050.23
HSL308.44º35.56%64.71%-
HSV(B)308.44º32.49%77.25%-
XYZ40.4932.2851.67-
YUV158.41144.7155.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.03%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=38.03%
G=25.68%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713318800.320.050.23308.4435.5664.71
HexC585BC0205171342441
Octal30520527404052746444101
Binary1100010110000101101111000100000101101111001101001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585BC; }

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

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

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

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

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

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

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

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