#C48FBA

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

Shades of Lily #C48FBA

Tints of Lily #C48FBA

Color information

#C48FBA (or 0xC48FBA) is unknown color: approx Lily. HEX triplet: C4, 8F and BA. RGB value is (196,143,186). Sum of RGB (Red+Green+Blue) = 196+143+186=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FBA is #3B7045. Grayscale: #A3A3A3. Windows color (decimal): -3895366 or 12226500. OLE color: 12226500.

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

Color convert

RGB196143186-
CMYK00.270.050.23
HSL311.32º30.99%66.47%-
HSV(B)311.32º27.04%76.86%-
XYZ41.4534.9351.01-
YUV163.75140.56151-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=37.33%
G=27.24%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614318600.270.050.23311.3230.9966.47
HexC48FBA01B5171371f42
Octal30421727203352746737102
Binary11000100100011111011101001101110110111100110111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FBA; }

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

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

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

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

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

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

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

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