#C382AF

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

Shades of Lily #C382AF

Tints of Lily #C382AF

Color information

#C382AF (or 0xC382AF) is unknown color: approx Lily. HEX triplet: C3, 82 and AF. RGB value is (195,130,175). Sum of RGB (Red+Green+Blue) = 195+130+175=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C382AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382AF is #3C7D50. Grayscale: #9A9A9A. Windows color (decimal): -3964241 or 11502275. OLE color: 11502275.

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

Color convert

RGB195130175-
CMYK00.330.100.24
HSL318.46º35.14%63.73%-
HSV(B)318.46º33.33%76.47%-
XYZ38.2330.6644.46-
YUV154.56139.53156.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 175 (68.75% from 255) = 35%
R=39%
G=26%
B=35%

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
Decimal19513017500.330.100.24318.4635.1463.73
HexC382AF021A1813e2340
Octal303202257041123047643100
Binary11000011100000101010111101000011010110001001111101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382AF; }

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

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

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

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

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

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

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

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