#C2A6C7

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

Shades of Lilac #C2A6C7

Tints of Lilac #C2A6C7

Color information

#C2A6C7 (or 0xC2A6C7) is unknown color: approx Lilac. HEX triplet: C2, A6 and C7. RGB value is (194,166,199). Sum of RGB (Red+Green+Blue) = 194+166+199=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #C2A6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6C7 is #3D5938. Grayscale: #B2B2B2. Windows color (decimal): -4020537 or 13084354. OLE color: 13084354.

HSL color Cylindrical-coordinate representation of color #C2A6C7: hue angle of 290.91º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2A6C7 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194166199-
CMYK0.030.1700.22
HSL290.91º22.76%71.57%-
HSV(B)290.91º16.58%78.04%-
XYZ46.1942.8759.87-
YUV178.13139.78139.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=34.70%
G=29.70%
B=35.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941661990.030.1700.22290.9122.7671.57
HexC2A6C73110161231748
Octal30224630732102644327110
Binary1100001010100110110001111110001010110100100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A6C7; }

 p { color: rgb(194,166,199); }

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

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

 a { background-color: rgb(194,166,199); }

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

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

 span { border-color: rgb(194,166,199); }

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