#C48CC1

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

Shades of Lilac #C48CC1

Tints of Lilac #C48CC1

Color information

#C48CC1 (or 0xC48CC1) is unknown color: approx Lilac. HEX triplet: C4, 8C and C1. RGB value is (196,140,193). Sum of RGB (Red+Green+Blue) = 196+140+193=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CC1 is #3B733E. Grayscale: #A2A2A2. Windows color (decimal): -3896127 or 12684484. OLE color: 12684484.

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

Color convert

RGB196140193-
CMYK00.290.020.23
HSL303.21º32.18%65.88%-
HSV(B)303.21º28.57%76.86%-
XYZ41.7734.3454.88-
YUV162.79145.05151.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=37.05%
G=26.47%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614019300.290.020.23303.2132.1865.88
HexC48CC101D21712f2042
Octal30421430103522745740102
Binary11000100100011001100000101110110101111001011111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CC1; }

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

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

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

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

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

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

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

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