#C48DB7

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

Shades of Lily #C48DB7

Tints of Lily #C48DB7

Color information

#C48DB7 (or 0xC48DB7) is unknown color: approx Lily. HEX triplet: C4, 8D and B7. RGB value is (196,141,183). Sum of RGB (Red+Green+Blue) = 196+141+183=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DB7 is #3B7248. Grayscale: #A2A2A2. Windows color (decimal): -3895881 or 12029380. OLE color: 12029380.

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

Color convert

RGB196141183-
CMYK00.280.070.23
HSL314.18º31.79%66.08%-
HSV(B)314.18º28.06%76.86%-
XYZ40.8434.249.25-
YUV162.23139.72152.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 183 (71.88% from 255) = 35.19%
R=37.69%
G=27.12%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614118300.280.070.23314.1831.7966.08
HexC48DB701C71713a2042
Octal30421526703472747240102
Binary110001001000110110110111011100111101111001110101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DB7; }

 p { color: rgb(196,141,183); }

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

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

 a { background-color: rgb(196,141,183); }

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

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

 span { border-color: rgb(196,141,183); }

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