#C48CCC

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

Shades of Lilac #C48CCC

Tints of Lilac #C48CCC

Color information

#C48CCC (or 0xC48CCC) is unknown color: approx Lilac. HEX triplet: C4, 8C and CC. RGB value is (196,140,204). Sum of RGB (Red+Green+Blue) = 196+140+204=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #C48CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CCC is #3B7333. Grayscale: #A3A3A3. Windows color (decimal): -3896116 or 13405380. OLE color: 13405380.

HSL color Cylindrical-coordinate representation of color #C48CCC: hue angle of 292.5º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48CCC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196140204-
CMYK0.040.3100.2
HSL292.5º38.55%67.45%-
HSV(B)292.5º31.37%80%-
XYZ43.0434.8561.59-
YUV164.04150.55150.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.30%
GREEN value IS 140 (55.08% from 255) = 25.93%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=36.30%
G=25.93%
B=37.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961402040.040.3100.2292.538.5567.45
HexC48CCC41F0141242743
Octal30421431443702444447103
Binary110001001000110011001100100111110101001001001001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CCC; }

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

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

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

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

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

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

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

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