#C382AD

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

Shades of Lily #C382AD

Tints of Lily #C382AD

Color information

#C382AD (or 0xC382AD) is unknown color: approx Lily. HEX triplet: C3, 82 and AD. RGB value is (195,130,173). Sum of RGB (Red+Green+Blue) = 195+130+173=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C382AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382AD is #3C7D52. Grayscale: #9A9A9A. Windows color (decimal): -3964243 or 11371203. OLE color: 11371203.

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

Color convert

RGB195130173-
CMYK00.330.110.24
HSL320.31º35.14%63.73%-
HSV(B)320.31º33.33%76.47%-
XYZ38.0330.5843.43-
YUV154.34138.53157-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=39.16%
G=26.10%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513017300.330.110.24320.3135.1463.73
HexC382AD021B181402340
Octal303202255041133050043100
Binary11000011100000101010110101000011011110001010000001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382AD; }

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

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

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

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

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

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

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

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