#C48EB5

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

Shades of Lily #C48EB5

Tints of Lily #C48EB5

Color information

#C48EB5 (or 0xC48EB5) is unknown color: approx Lily. HEX triplet: C4, 8E and B5. RGB value is (196,142,181). Sum of RGB (Red+Green+Blue) = 196+142+181=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EB5 is #3B714A. Grayscale: #A2A2A2. Windows color (decimal): -3895627 or 11898564. OLE color: 11898564.

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

Color convert

RGB196142181-
CMYK00.280.080.23
HSL316.67º31.4%66.27%-
HSV(B)316.67º27.55%76.86%-
XYZ40.7834.4248.21-
YUV162.59138.39151.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=37.76%
G=27.36%
B=34.87%

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
Decimal19614218100.280.080.23316.6731.466.27
HexC48EB501C81713d1f42
Octal304216265034102747537102
Binary110001001000111010110101011100100010111100111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EB5; }

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

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

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

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

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

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

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

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