#C383AC

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

Shades of Lily #C383AC

Tints of Lily #C383AC

Color information

#C383AC (or 0xC383AC) is unknown color: approx Lily. HEX triplet: C3, 83 and AC. RGB value is (195,131,172). Sum of RGB (Red+Green+Blue) = 195+131+172=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C383AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C383AC is #3C7C53. Grayscale: #9A9A9A. Windows color (decimal): -3963988 or 11305923. OLE color: 11305923.

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

Color convert

RGB195131172-
CMYK00.330.120.24
HSL321.56º34.78%63.92%-
HSV(B)321.56º32.82%76.47%-
XYZ38.0730.8142.97-
YUV154.81137.7156.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 131 (51.56% from 255) = 26.31%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=39.16%
G=26.31%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513117200.330.120.24321.5634.7863.92
HexC383AC021C181422340
Octal303203254041143050243100
Binary11000011100000111010110001000011100110001010000101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C383AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C383AC; }

 p { color: rgb(195,131,172); }

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

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

 a { background-color: rgb(195,131,172); }

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

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

 span { border-color: rgb(195,131,172); }

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