#C48FBD

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

Shades of Lilac #C48FBD

Tints of Lilac #C48FBD

Color information

#C48FBD (or 0xC48FBD) is unknown color: approx Lilac. HEX triplet: C4, 8F and BD. RGB value is (196,143,189). Sum of RGB (Red+Green+Blue) = 196+143+189=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FBD is #3B7042. Grayscale: #A3A3A3. Windows color (decimal): -3895363 or 12423108. OLE color: 12423108.

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

Color convert

RGB196143189-
CMYK00.270.040.23
HSL307.92º30.99%66.47%-
HSV(B)307.92º27.04%76.86%-
XYZ41.7735.0552.71-
YUV164.09142.06150.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=37.12%
G=27.08%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614318900.270.040.23307.9230.9966.47
HexC48FBD01B4171341f42
Octal30421727503342746437102
Binary11000100100011111011110101101110010111100110100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FBD; }

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

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

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

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

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

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

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

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