#c887b1

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

Shades of Lily #C887B1

Tints of Lily #C887B1

Color information

#C887B1 (or 0xC887B1) is unknown color: approx Lily. HEX triplet: C8, 87 and B1. RGB value is (200,135,177). Sum of RGB (Red+Green+Blue) = 200+135+177=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C887B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C887B1 is #37784E. Grayscale: #9F9F9F. Windows color (decimal): -3635279 or 11634632. OLE color: 11634632.

HSL color Cylindrical-coordinate representation of color #C887B1: hue angle of 321.23º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C887B1 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200135177-
CMYK00.320.120.22
HSL321.23º37.14%65.69%-
HSV(B)321.23º32.5%78.43%-
XYZ40.4232.7845.79-
YUV159.22138.03157.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=39.06%
G=26.37%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013517700.320.120.22321.2337.1465.69
HexC887B1020C161412542
Octal310207261040142650145102
Binary11001000100001111011000101000001100101101010000011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c887b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c887b1; }

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

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

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

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

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

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

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

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