#C48BB2

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

Shades of Lily #C48BB2

Tints of Lily #C48BB2

Color information

#C48BB2 (or 0xC48BB2) is unknown color: approx Lily. HEX triplet: C4, 8B and B2. RGB value is (196,139,178). Sum of RGB (Red+Green+Blue) = 196+139+178=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48BB2 is #3B744D. Grayscale: #A0A0A0. Windows color (decimal): -3896398 or 11701188. OLE color: 11701188.

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

Color convert

RGB196139178-
CMYK00.290.090.23
HSL318.95º32.57%65.69%-
HSV(B)318.95º29.08%76.86%-
XYZ40.0333.4246.46-
YUV160.49137.88153.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=38.21%
G=27.10%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613917800.290.090.23318.9532.5765.69
HexC48BB201D91713f2142
Octal304213262035112747741102
Binary1100010010001011101100100111011001101111001111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BB2; }

 p { color: rgb(196,139,178); }

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

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

 a { background-color: rgb(196,139,178); }

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

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

 span { border-color: rgb(196,139,178); }

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