#C492C4

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

Shades of Lilac #C492C4

Tints of Lilac #C492C4

Color information

#C492C4 (or 0xC492C4) is unknown color: approx Lilac. HEX triplet: C4, 92 and C4. RGB value is (196,146,196). Sum of RGB (Red+Green+Blue) = 196+146+196=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C492C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492C4 is #3B6D3B. Grayscale: #A6A6A6. Windows color (decimal): -3894588 or 12882628. OLE color: 12882628.

HSL color Cylindrical-coordinate representation of color #C492C4: hue angle of 300º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C492C4 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB196146196-
CMYK00.2600.23
HSL300º29.76%67.06%-
HSV(B)300º25.51%76.86%-
XYZ43.0136.2856.96-
YUV166.65144.56148.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.43%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 196 (76.95% from 255) = 36.43%
R=36.43%
G=27.14%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614619600.2600.2330029.7667.06
HexC492C401A01712c1e43
Octal30422230403202745436103
Binary110001001001001011000100011010010111100101100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492C4; }

 p { color: rgb(196,146,196); }

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

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

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

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

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

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

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