#C48ABD

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

Shades of Lilac #C48ABD

Tints of Lilac #C48ABD

Color information

#C48ABD (or 0xC48ABD) is unknown color: approx Lilac. HEX triplet: C4, 8A and BD. RGB value is (196,138,189). Sum of RGB (Red+Green+Blue) = 196+138+189=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C48ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ABD is #3B7542. Grayscale: #A1A1A1. Windows color (decimal): -3896643 or 12421828. OLE color: 12421828.

HSL color Cylindrical-coordinate representation of color #C48ABD: hue angle of 307.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48ABD is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196138189-
CMYK00.300.040.23
HSL307.24º32.95%65.49%-
HSV(B)307.24º29.59%76.86%-
XYZ41.0433.5952.46-
YUV161.16143.72152.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=37.48%
G=26.39%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613818900.300.040.23307.2432.9565.49
HexC48ABD01E4171332141
Octal30421227503642746341101
Binary110001001000101010111101011110100101111001100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48ABD; }

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

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

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

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

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

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

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

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