#C48DBE

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

Shades of Lilac #C48DBE

Tints of Lilac #C48DBE

Color information

#C48DBE (or 0xC48DBE) is unknown color: approx Lilac. HEX triplet: C4, 8D and BE. RGB value is (196,141,190). Sum of RGB (Red+Green+Blue) = 196+141+190=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DBE is #3B7241. Grayscale: #A2A2A2. Windows color (decimal): -3895874 or 12488132. OLE color: 12488132.

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

Color convert

RGB196141190-
CMYK00.280.030.23
HSL306.55º31.79%66.08%-
HSV(B)306.55º28.06%76.86%-
XYZ41.5834.553.18-
YUV163.03143.22151.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=37.19%
G=26.76%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614119000.280.030.23306.5531.7966.08
HexC48DBE01C3171332042
Octal30421527603432746340102
Binary11000100100011011011111001110011101111001100111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DBE; }

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

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

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

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

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

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

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

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