#C48BCB

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

Shades of Lilac #C48BCB

Tints of Lilac #C48BCB

Color information

#C48BCB (or 0xC48BCB) is unknown color: approx Lilac. HEX triplet: C4, 8B and CB. RGB value is (196,139,203). Sum of RGB (Red+Green+Blue) = 196+139+203=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #C48BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BCB is #3B7434. Grayscale: #A3A3A3. Windows color (decimal): -3896373 or 13339588. OLE color: 13339588.

HSL color Cylindrical-coordinate representation of color #C48BCB: hue angle of 293.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C48BCB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196139203-
CMYK0.030.3200.20
HSL293.44º38.1%67.06%-
HSV(B)293.44º31.53%79.61%-
XYZ42.7834.5160.91-
YUV163.34150.38151.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.43%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=36.43%
G=25.84%
B=37.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961392030.030.3200.20293.4438.167.06
HexC48BCB3200141252643
Octal30421331334002444546103
Binary110001001000101111001011111000000101001001001011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BCB; }

 p { color: rgb(196,139,203); }

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

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

 a { background-color: rgb(196,139,203); }

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

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

 span { border-color: rgb(196,139,203); }

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