#C292C6

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

Shades of Lilac #C292C6

Tints of Lilac #C292C6

Color information

#C292C6 (or 0xC292C6) is unknown color: approx Lilac. HEX triplet: C2, 92 and C6. RGB value is (194,146,198). Sum of RGB (Red+Green+Blue) = 194+146+198=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #C292C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292C6 is #3D6D39. Grayscale: #A6A6A6. Windows color (decimal): -4025658 or 13013698. OLE color: 13013698.

HSL color Cylindrical-coordinate representation of color #C292C6: hue angle of 295.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C292C6 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194146198-
CMYK0.020.2600.22
HSL295.38º31.33%67.45%-
HSV(B)295.38º26.26%77.65%-
XYZ42.7236.158.14-
YUV166.28145.9147.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 198 (77.73% from 255) = 36.80%
R=36.06%
G=27.14%
B=36.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941461980.020.2600.22295.3831.3367.45
HexC292C621A0161271f43
Octal30222230623202644737103
Binary1100001010010010110001101011010010110100100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292C6; }

 p { color: rgb(194,146,198); }

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

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

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

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

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

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

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