#C490CC

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

Shades of Lilac #C490CC

Tints of Lilac #C490CC

Color information

#C490CC (or 0xC490CC) is unknown color: approx Lilac. HEX triplet: C4, 90 and CC. RGB value is (196,144,204). Sum of RGB (Red+Green+Blue) = 196+144+204=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #C490CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490CC is #3B6F33. Grayscale: #A6A6A6. Windows color (decimal): -3895092 or 13406404. OLE color: 13406404.

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

Color convert

RGB196144204-
CMYK0.040.2900.2
HSL292º37.04%68.24%-
HSV(B)292º29.41%80%-
XYZ43.6436.0461.78-
YUV166.39149.23149.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=36.03%
G=26.47%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961442040.040.2900.229237.0468.24
HexC490CC41D0141242544
Octal30422031443502444445104
Binary110001001001000011001100100111010101001001001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490CC; }

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

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

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

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

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

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

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

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