#C887B7

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

Shades of Lily #C887B7

Tints of Lily #C887B7

Color information

#C887B7 (or 0xC887B7) is unknown color: approx Lily. HEX triplet: C8, 87 and B7. RGB value is (200,135,183). Sum of RGB (Red+Green+Blue) = 200+135+183=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C887B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887B7 is #377848. Grayscale: #9F9F9F. Windows color (decimal): -3635273 or 12027848. OLE color: 12027848.

HSL color Cylindrical-coordinate representation of color #C887B7: hue angle of 315.69º 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 #C887B7 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200135183-
CMYK00.320.080.22
HSL315.69º37.14%65.69%-
HSV(B)315.69º32.5%78.43%-
XYZ41.0333.0349.01-
YUV159.91141.03156.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 135 (53.12% from 255) = 26.06%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=38.61%
G=26.06%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013518300.320.080.22315.6937.1465.69
HexC887B702081613c2542
Octal310207267040102647445102
Binary11001000100001111011011101000001000101101001111001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C887B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C887B7; }

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

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

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

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

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

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

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

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