#C887B2

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

Shades of Lily #C887B2

Tints of Lily #C887B2

Color information

#C887B2 (or 0xC887B2) is unknown color: approx Lily. HEX triplet: C8, 87 and B2. RGB value is (200,135,178). Sum of RGB (Red+Green+Blue) = 200+135+178=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C887B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C887B2 is #37784D. Grayscale: #9F9F9F. Windows color (decimal): -3635278 or 11700168. OLE color: 11700168.

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

Color convert

RGB200135178-
CMYK00.320.110.22
HSL320.31º37.14%65.69%-
HSV(B)320.31º32.5%78.43%-
XYZ40.5232.8246.32-
YUV159.34138.53157-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=38.99%
G=26.32%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013517800.320.110.22320.3137.1465.69
HexC887B2020B161402542
Octal310207262040132650045102
Binary11001000100001111011001001000001011101101010000001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C887B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C887B2; }

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

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

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

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

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

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

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

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