#C881B5

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

Shades of Lily #C881B5

Tints of Lily #C881B5

Color information

#C881B5 (or 0xC881B5) is unknown color: approx Lily. HEX triplet: C8, 81 and B5. RGB value is (200,129,181). Sum of RGB (Red+Green+Blue) = 200+129+181=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C881B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881B5 is #377E4A. Grayscale: #9C9C9C. Windows color (decimal): -3636811 or 11895240. OLE color: 11895240.

HSL color Cylindrical-coordinate representation of color #C881B5: hue angle of 316.06º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C881B5 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200129181-
CMYK00.360.090.22
HSL316.06º39.23%64.51%-
HSV(B)316.06º35.5%78.43%-
XYZ40.0131.3247.65-
YUV156.16142.02159.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 129 (50.78% from 255) = 25.29%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=39.22%
G=25.29%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012918100.360.090.22316.0639.2364.51
HexC881B502491613c2741
Octal310201265044112647447101
Binary11001000100000011011010101001001001101101001111001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881B5; }

 p { color: rgb(200,129,181); }

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

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

 a { background-color: rgb(200,129,181); }

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

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

 span { border-color: rgb(200,129,181); }

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