#C48DC2

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

Shades of Lilac #C48DC2

Tints of Lilac #C48DC2

Color information

#C48DC2 (or 0xC48DC2) is unknown color: approx Lilac. HEX triplet: C4, 8D and C2. RGB value is (196,141,194). Sum of RGB (Red+Green+Blue) = 196+141+194=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DC2 is #3B723D. Grayscale: #A3A3A3. Windows color (decimal): -3895870 or 12750276. OLE color: 12750276.

HSL color Cylindrical-coordinate representation of color #C48DC2: hue angle of 302.18º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48DC2 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB196141194-
CMYK00.280.010.23
HSL302.18º31.79%66.08%-
HSV(B)302.18º28.06%76.86%-
XYZ42.0334.6855.52-
YUV163.49145.22151.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=36.91%
G=26.55%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614119400.280.010.23302.1831.7966.08
HexC48DC201C11712e2042
Octal30421530203412745640102
Binary1100010010001101110000100111001101111001011101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DC2; }

 p { color: rgb(196,141,194); }

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

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

 a { background-color: rgb(196,141,194); }

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

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

 span { border-color: rgb(196,141,194); }

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