#C584B1

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

Shades of Lily #C584B1

Tints of Lily #C584B1

Color information

#C584B1 (or 0xC584B1) is unknown color: approx Lily. HEX triplet: C5, 84 and B1. RGB value is (197,132,177). Sum of RGB (Red+Green+Blue) = 197+132+177=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C584B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C584B1 is #3A7B4E. Grayscale: #9C9C9C. Windows color (decimal): -3832655 or 11633861. OLE color: 11633861.

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

Color convert

RGB197132177-
CMYK00.330.100.23
HSL318.46º35.91%64.51%-
HSV(B)318.46º32.99%77.25%-
XYZ39.2131.5545.62-
YUV156.56139.53156.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=38.93%
G=26.09%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713217700.330.100.23318.4635.9164.51
HexC584B1021A1713e2441
Octal305204261041122747644101
Binary11000101100001001011000101000011010101111001111101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C584B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C584B1; }

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

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

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

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

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

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

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

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