#C48BBC

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

Shades of Lilac #C48BBC

Tints of Lilac #C48BBC

Color information

#C48BBC (or 0xC48BBC) is unknown color: approx Lilac. HEX triplet: C4, 8B and BC. RGB value is (196,139,188). Sum of RGB (Red+Green+Blue) = 196+139+188=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BBC is #3B7443. Grayscale: #A1A1A1. Windows color (decimal): -3896388 or 12356548. OLE color: 12356548.

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

Color convert

RGB196139188-
CMYK00.290.040.23
HSL308.42º32.57%65.69%-
HSV(B)308.42º29.08%76.86%-
XYZ41.0733.8351.94-
YUV161.63142.88152.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=37.48%
G=26.58%
B=35.95%

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
Decimal19613918800.290.040.23308.4232.5765.69
HexC48BBC01D4171342142
Octal30421327403542746441102
Binary110001001000101110111100011101100101111001101001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BBC; }

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

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

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

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

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

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

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

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