#C981B7

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

Shades of Lily #C981B7

Tints of Lily #C981B7

Color information

#C981B7 (or 0xC981B7) is unknown color: approx Lily. HEX triplet: C9, 81 and B7. RGB value is (201,129,183). Sum of RGB (Red+Green+Blue) = 201+129+183=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C981B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981B7 is #367E48. Grayscale: #9C9C9C. Windows color (decimal): -3571273 or 12026313. OLE color: 12026313.

HSL color Cylindrical-coordinate representation of color #C981B7: hue angle of 315º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C981B7 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB201129183-
CMYK00.360.090.21
HSL315º40%64.71%-
HSV(B)315º35.82%78.82%-
XYZ40.4831.5448.75-
YUV156.68142.85159.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.18%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 183 (71.88% from 255) = 35.67%
R=39.18%
G=25.15%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112918300.360.090.213154064.71
HexC981B702491513b2841
Octal311201267044112547350101
Binary11001001100000011011011101001001001101011001110111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981B7; }

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

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

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

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

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

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

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

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