#C496CC

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

Shades of Lilac #C496CC

Tints of Lilac #C496CC

Color information

#C496CC (or 0xC496CC) is unknown color: approx Lilac. HEX triplet: C4, 96 and CC. RGB value is (196,150,204). Sum of RGB (Red+Green+Blue) = 196+150+204=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #C496CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496CC is #3B6933. Grayscale: #A9A9A9. Windows color (decimal): -3893556 or 13407940. OLE color: 13407940.

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

Color convert

RGB196150204-
CMYK0.040.2600.2
HSL291.11º34.62%69.41%-
HSV(B)291.11º26.47%80%-
XYZ44.5737.9162.09-
YUV169.91147.24146.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.64%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=35.64%
G=27.27%
B=37.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961502040.040.2600.2291.1134.6269.41
HexC496CC41A0141232345
Octal30422631443202444343105
Binary110001001001011011001100100110100101001001000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496CC; }

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

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

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

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

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

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

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

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