#C48FB5

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

Shades of Lily #C48FB5

Tints of Lily #C48FB5

Color information

#C48FB5 (or 0xC48FB5) is unknown color: approx Lily. HEX triplet: C4, 8F and B5. RGB value is (196,143,181). Sum of RGB (Red+Green+Blue) = 196+143+181=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FB5 is #3B704A. Grayscale: #A3A3A3. Windows color (decimal): -3895371 or 11898820. OLE color: 11898820.

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

Color convert

RGB196143181-
CMYK00.270.080.23
HSL316.98º30.99%66.47%-
HSV(B)316.98º27.04%76.86%-
XYZ40.9334.7248.26-
YUV163.18138.06151.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=37.69%
G=27.5%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614318100.270.080.23316.9830.9966.47
HexC48FB501B81713d1f42
Octal304217265033102747537102
Binary110001001000111110110101011011100010111100111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FB5; }

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

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

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

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

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

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

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

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