#C48CBD

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

Shades of Lilac #C48CBD

Tints of Lilac #C48CBD

Color information

#C48CBD (or 0xC48CBD) is unknown color: approx Lilac. HEX triplet: C4, 8C and BD. RGB value is (196,140,189). Sum of RGB (Red+Green+Blue) = 196+140+189=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CBD is #3B7342. Grayscale: #A2A2A2. Windows color (decimal): -3896131 or 12422340. OLE color: 12422340.

HSL color Cylindrical-coordinate representation of color #C48CBD: hue angle of 307.5º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48CBD is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196140189-
CMYK00.290.040.23
HSL307.5º32.18%65.88%-
HSV(B)307.5º28.57%76.86%-
XYZ41.3334.1752.56-
YUV162.33143.05152.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 189 (74.22% from 255) = 36%
R=37.33%
G=26.67%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614018900.290.040.23307.532.1865.88
HexC48CBD01D4171342042
Octal30421427503542746440102
Binary110001001000110010111101011101100101111001101001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CBD; }

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

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

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

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

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

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

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

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