#CC80B1

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

Shades of Lily #CC80B1

Tints of Lily #CC80B1

Color information

#CC80B1 (or 0xCC80B1) is unknown color: approx Lily. HEX triplet: CC, 80 and B1. RGB value is (204,128,177). Sum of RGB (Red+Green+Blue) = 204+128+177=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC80B1 is #337F4E. Grayscale: #9C9C9C. Windows color (decimal): -3374927 or 11632844. OLE color: 11632844.

HSL color Cylindrical-coordinate representation of color #CC80B1: hue angle of 321.32º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC80B1 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204128177-
CMYK00.370.130.2
HSL321.32º42.7%65.1%-
HSV(B)321.32º37.25%80%-
XYZ40.5631.4545.53-
YUV156.31139.68162.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=40.08%
G=25.15%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412817700.370.130.2321.3242.765.1
HexCC80B1025D141412b41
Octal314200261045152450153101
Binary11001100100000001011000101001011101101001010000011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80B1; }

 p { color: rgb(204,128,177); }

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

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

 a { background-color: rgb(204,128,177); }

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

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

 span { border-color: rgb(204,128,177); }

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