#C483AA

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

Shades of Lily #C483AA

Tints of Lily #C483AA

Color information

#C483AA (or 0xC483AA) is unknown color: approx Lily. HEX triplet: C4, 83 and AA. RGB value is (196,131,170). Sum of RGB (Red+Green+Blue) = 196+131+170=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C483AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C483AA is #3B7C55. Grayscale: #9A9A9A. Windows color (decimal): -3898454 or 11174852. OLE color: 11174852.

HSL color Cylindrical-coordinate representation of color #C483AA: hue angle of 324º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C483AA is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196131170-
CMYK00.330.130.23
HSL324º35.52%64.12%-
HSV(B)324º33.16%76.86%-
XYZ38.1430.8741.98-
YUV154.88136.53157.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=39.44%
G=26.36%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613117000.330.130.2332435.5264.12
HexC483AA021D171442440
Octal304203252041152750444100
Binary11000100100000111010101001000011101101111010001001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483AA; }

 p { color: rgb(196,131,170); }

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

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

 a { background-color: rgb(196,131,170); }

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

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

 span { border-color: rgb(196,131,170); }

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