#C782B0

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

Shades of Lily #C782B0

Tints of Lily #C782B0

Color information

#C782B0 (or 0xC782B0) is unknown color: approx Lily. HEX triplet: C7, 82 and B0. RGB value is (199,130,176). Sum of RGB (Red+Green+Blue) = 199+130+176=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C782B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C782B0 is #387D4F. Grayscale: #9B9B9B. Windows color (decimal): -3702096 or 11567815. OLE color: 11567815.

HSL color Cylindrical-coordinate representation of color #C782B0: hue angle of 320º degrees, saturation: 0.38, 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 #C782B0 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB199130176-
CMYK00.350.120.22
HSL320º38.12%64.51%-
HSV(B)320º34.67%78.04%-
XYZ39.3731.2445.03-
YUV155.88139.36158.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=39.41%
G=25.74%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913017600.350.120.2232038.1264.51
HexC782B0023C161402641
Octal307202260043142650046101
Binary11000111100000101011000001000111100101101010000001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782B0; }

 p { color: rgb(199,130,176); }

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

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

 a { background-color: rgb(199,130,176); }

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

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

 span { border-color: rgb(199,130,176); }

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