#C48EB4

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

Shades of Lily #C48EB4

Tints of Lily #C48EB4

Color information

#C48EB4 (or 0xC48EB4) is unknown color: approx Lily. HEX triplet: C4, 8E and B4. RGB value is (196,142,180). Sum of RGB (Red+Green+Blue) = 196+142+180=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EB4 is #3B714B. Grayscale: #A2A2A2. Windows color (decimal): -3895628 or 11833028. OLE color: 11833028.

HSL color Cylindrical-coordinate representation of color #C48EB4: hue angle of 317.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48EB4 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB196142180-
CMYK00.280.080.23
HSL317.78º31.4%66.27%-
HSV(B)317.78º27.55%76.86%-
XYZ40.6834.3847.67-
YUV162.48137.89151.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=37.84%
G=27.41%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614218000.280.080.23317.7831.466.27
HexC48EB401C81713e1f42
Octal304216264034102747637102
Binary110001001000111010110100011100100010111100111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EB4; }

 p { color: rgb(196,142,180); }

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

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

 a { background-color: rgb(196,142,180); }

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

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

 span { border-color: rgb(196,142,180); }

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