#C588B1

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

Shades of Lily #C588B1

Tints of Lily #C588B1

Color information

#C588B1 (or 0xC588B1) is unknown color: approx Lily. HEX triplet: C5, 88 and B1. RGB value is (197,136,177). Sum of RGB (Red+Green+Blue) = 197+136+177=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C588B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C588B1 is #3A774E. Grayscale: #9E9E9E. Windows color (decimal): -3831631 or 11634885. OLE color: 11634885.

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

Color convert

RGB197136177-
CMYK00.310.100.23
HSL319.67º34.46%65.29%-
HSV(B)319.67º30.96%77.25%-
XYZ39.7732.6545.8-
YUV158.91138.21155.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.63%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=38.63%
G=26.67%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713617700.310.100.23319.6734.4665.29
HexC588B101FA171402241
Octal305210261037122750042101
Binary1100010110001000101100010111111010101111010000001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C588B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C588B1; }

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

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

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

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

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

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

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

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