#C382B0

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

Shades of Lily #C382B0

Tints of Lily #C382B0

Color information

#C382B0 (or 0xC382B0) is unknown color: approx Lily. HEX triplet: C3, 82 and B0. RGB value is (195,130,176). Sum of RGB (Red+Green+Blue) = 195+130+176=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C382B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382B0 is #3C7D4F. Grayscale: #9A9A9A. Windows color (decimal): -3964240 or 11567811. OLE color: 11567811.

HSL color Cylindrical-coordinate representation of color #C382B0: hue angle of 317.54º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C382B0 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195130176-
CMYK00.330.100.24
HSL317.54º35.14%63.73%-
HSV(B)317.54º33.33%76.47%-
XYZ38.3230.744.98-
YUV154.68140.03156.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 176 (69.14% from 255) = 35.13%
R=38.92%
G=25.95%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513017600.330.100.24317.5435.1463.73
HexC382B0021A1813e2340
Octal303202260041123047643100
Binary11000011100000101011000001000011010110001001111101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382B0; }

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

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

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

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

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

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

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

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