#C48CC3

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

Shades of Lilac #C48CC3

Tints of Lilac #C48CC3

Color information

#C48CC3 (or 0xC48CC3) is unknown color: approx Lilac. HEX triplet: C4, 8C and C3. RGB value is (196,140,195). Sum of RGB (Red+Green+Blue) = 196+140+195=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CC3 is #3B733C. Grayscale: #A2A2A2. Windows color (decimal): -3896125 or 12815556. OLE color: 12815556.

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

Color convert

RGB196140195-
CMYK00.290.010.23
HSL301.07º32.18%65.88%-
HSV(B)301.07º28.57%76.86%-
XYZ41.9934.4356.06-
YUV163.01146.05151.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=36.91%
G=26.37%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614019500.290.010.23301.0732.1865.88
HexC48CC301D11712d2042
Octal30421430303512745540102
Binary1100010010001100110000110111011101111001011011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CC3; }

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

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

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

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

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

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

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

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