#C48BCC

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

Shades of Lilac #C48BCC

Tints of Lilac #C48BCC

Color information

#C48BCC (or 0xC48BCC) is unknown color: approx Lilac. HEX triplet: C4, 8B and CC. RGB value is (196,139,204). Sum of RGB (Red+Green+Blue) = 196+139+204=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #C48BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BCC is #3B7433. Grayscale: #A3A3A3. Windows color (decimal): -3896372 or 13405124. OLE color: 13405124.

HSL color Cylindrical-coordinate representation of color #C48BCC: hue angle of 292.62º degrees, saturation: 0.39, 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 #C48BCC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196139204-
CMYK0.040.3200.2
HSL292.62º38.92%67.25%-
HSV(B)292.62º31.86%80%-
XYZ42.934.5661.54-
YUV163.45150.88151.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.36%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=36.36%
G=25.79%
B=37.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961392040.040.3200.2292.6238.9267.25
HexC48BCC4200141252743
Octal30421331444002444547103
Binary1100010010001011110011001001000000101001001001011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BCC; }

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

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

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

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

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

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

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

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