#C487B6

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

Shades of Lily #C487B6

Tints of Lily #C487B6

Color information

#C487B6 (or 0xC487B6) is unknown color: approx Lily. HEX triplet: C4, 87 and B6. RGB value is (196,135,182). Sum of RGB (Red+Green+Blue) = 196+135+182=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C487B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487B6 is #3B7849. Grayscale: #9E9E9E. Windows color (decimal): -3897418 or 11962308. OLE color: 11962308.

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

Color convert

RGB196135182-
CMYK00.310.070.23
HSL313.77º34.08%64.9%-
HSV(B)313.77º31.12%76.86%-
XYZ39.8732.4448.42-
YUV158.6141.21154.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=38.21%
G=26.32%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613518200.310.070.23313.7734.0864.9
HexC487B601F71713a2241
Octal30420726603772747242101
Binary110001001000011110110110011111111101111001110101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C487B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C487B6; }

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

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

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

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

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

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

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

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