#C282AC

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

Shades of Lily #C282AC

Tints of Lily #C282AC

Color information

#C282AC (or 0xC282AC) is unknown color: approx Lily. HEX triplet: C2, 82 and AC. RGB value is (194,130,172). Sum of RGB (Red+Green+Blue) = 194+130+172=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C282AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C282AC is #3D7D53. Grayscale: #999999. Windows color (decimal): -4029780 or 11305666. OLE color: 11305666.

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

Color convert

RGB194130172-
CMYK00.330.110.24
HSL320.62º34.41%63.53%-
HSV(B)320.62º32.99%76.08%-
XYZ37.6830.4142.91-
YUV153.92138.2156.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=39.11%
G=26.21%
B=34.68%

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
Decimal19413017200.330.110.24320.6234.4163.53
HexC282AC021B181412240
Octal302202254041133050142100
Binary11000010100000101010110001000011011110001010000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282AC; }

 p { color: rgb(194,130,172); }

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

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

 a { background-color: rgb(194,130,172); }

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

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

 span { border-color: rgb(194,130,172); }

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