#C780B6

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

Shades of Lily #C780B6

Tints of Lily #C780B6

Color information

#C780B6 (or 0xC780B6) is unknown color: approx Lily. HEX triplet: C7, 80 and B6. RGB value is (199,128,182). Sum of RGB (Red+Green+Blue) = 199+128+182=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C780B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780B6 is #387F49. Grayscale: #9B9B9B. Windows color (decimal): -3702602 or 11960519. OLE color: 11960519.

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

Color convert

RGB199128182-
CMYK00.360.090.22
HSL314.37º38.8%64.12%-
HSV(B)314.37º35.68%78.04%-
XYZ39.7230.9648.14-
YUV155.38143.02159.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.10%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=39.10%
G=25.15%
B=35.76%

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
Decimal19912818200.360.090.22314.3738.864.12
HexC780B602491613a2740
Octal307200266044112647247100
Binary11000111100000001011011001001001001101101001110101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780B6; }

 p { color: rgb(199,128,182); }

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

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

 a { background-color: rgb(199,128,182); }

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

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

 span { border-color: rgb(199,128,182); }

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