#C881B7

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

Shades of Lily #C881B7

Tints of Lily #C881B7

Color information

#C881B7 (or 0xC881B7) is unknown color: approx Lily. HEX triplet: C8, 81 and B7. RGB value is (200,129,183). Sum of RGB (Red+Green+Blue) = 200+129+183=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C881B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881B7 is #377E48. Grayscale: #9C9C9C. Windows color (decimal): -3636809 or 12026312. OLE color: 12026312.

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

Color convert

RGB200129183-
CMYK00.360.080.22
HSL314.37º39.23%64.51%-
HSV(B)314.37º35.5%78.43%-
XYZ40.2231.448.74-
YUV156.38143.02159.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=39.06%
G=25.20%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012918300.360.080.22314.3739.2364.51
HexC881B702481613a2741
Octal310201267044102647247101
Binary11001000100000011011011101001001000101101001110101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881B7; }

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

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

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

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

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

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

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

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