#C584B0

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

Shades of Lily #C584B0

Tints of Lily #C584B0

Color information

#C584B0 (or 0xC584B0) is unknown color: approx Lily. HEX triplet: C5, 84 and B0. RGB value is (197,132,176). Sum of RGB (Red+Green+Blue) = 197+132+176=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C584B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C584B0 is #3A7B4F. Grayscale: #9C9C9C. Windows color (decimal): -3832656 or 11568325. OLE color: 11568325.

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

Color convert

RGB197132176-
CMYK00.330.110.23
HSL319.38º35.91%64.51%-
HSV(B)319.38º32.99%77.25%-
XYZ39.1131.5145.09-
YUV156.45139.03156.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 132 (51.95% from 255) = 26.14%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=39.01%
G=26.14%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713217600.330.110.23319.3835.9164.51
HexC584B0021B1713f2441
Octal305204260041132747744101
Binary11000101100001001011000001000011011101111001111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C584B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C584B0; }

 p { color: rgb(197,132,176); }

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

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

 a { background-color: rgb(197,132,176); }

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

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

 span { border-color: rgb(197,132,176); }

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