#C980B3

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

Shades of Lily #C980B3

Tints of Lily #C980B3

Color information

#C980B3 (or 0xC980B3) is unknown color: approx Lily. HEX triplet: C9, 80 and B3. RGB value is (201,128,179). Sum of RGB (Red+Green+Blue) = 201+128+179=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C980B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980B3 is #367F4C. Grayscale: #9B9B9B. Windows color (decimal): -3571533 or 11763913. OLE color: 11763913.

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

Color convert

RGB201128179-
CMYK00.360.110.21
HSL318.08º40.33%64.51%-
HSV(B)318.08º36.32%78.82%-
XYZ39.9431.1146.55-
YUV155.64141.18160.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 179 (70.31% from 255) = 35.24%
R=39.57%
G=25.20%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112817900.360.110.21318.0840.3364.51
HexC980B3024B1513e2841
Octal311200263044132547650101
Binary11001001100000001011001101001001011101011001111101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980B3; }

 p { color: rgb(201,128,179); }

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

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

 a { background-color: rgb(201,128,179); }

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

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

 span { border-color: rgb(201,128,179); }

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