#C483AF

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

Shades of Lily #C483AF

Tints of Lily #C483AF

Color information

#C483AF (or 0xC483AF) is unknown color: approx Lily. HEX triplet: C4, 83 and AF. RGB value is (196,131,175). Sum of RGB (Red+Green+Blue) = 196+131+175=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C483AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C483AF is #3B7C50. Grayscale: #9B9B9B. Windows color (decimal): -3898449 or 11502532. OLE color: 11502532.

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

Color convert

RGB196131175-
CMYK00.330.110.23
HSL319.38º35.52%64.12%-
HSV(B)319.38º33.16%76.86%-
XYZ38.6231.0644.52-
YUV155.45139.03156.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=39.04%
G=26.10%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613117500.330.110.23319.3835.5264.12
HexC483AF021B1713f2440
Octal304203257041132747744100
Binary11000100100000111010111101000011011101111001111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483AF; }

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

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

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

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

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

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

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

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