#C487B1

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

Shades of Lily #C487B1

Tints of Lily #C487B1

Color information

#C487B1 (or 0xC487B1) is unknown color: approx Lily. HEX triplet: C4, 87 and B1. RGB value is (196,135,177). Sum of RGB (Red+Green+Blue) = 196+135+177=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C487B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C487B1 is #3B784E. Grayscale: #9D9D9D. Windows color (decimal): -3897423 or 11634628. OLE color: 11634628.

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

Color convert

RGB196135177-
CMYK00.310.100.23
HSL318.69º34.08%64.9%-
HSV(B)318.69º31.12%76.86%-
XYZ39.3632.2445.74-
YUV158.03138.71155.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 135 (53.12% from 255) = 26.57%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=38.58%
G=26.57%
B=34.84%

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
Decimal19613517700.310.100.23318.6934.0864.9
HexC487B101FA1713f2241
Octal304207261037122747742101
Binary1100010010000111101100010111111010101111001111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C487B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C487B1; }

 p { color: rgb(196,135,177); }

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

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

 a { background-color: rgb(196,135,177); }

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

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

 span { border-color: rgb(196,135,177); }

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