#C196C6

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

Shades of Lilac #C196C6

Tints of Lilac #C196C6

Color information

#C196C6 (or 0xC196C6) is unknown color: approx Lilac. HEX triplet: C1, 96 and C6. RGB value is (193,150,198). Sum of RGB (Red+Green+Blue) = 193+150+198=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #C196C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196C6 is #3E6939. Grayscale: #A8A8A8. Windows color (decimal): -4090170 or 13014721. OLE color: 13014721.

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

Color convert

RGB193150198-
CMYK0.030.2400.22
HSL293.75º29.63%68.24%-
HSV(B)293.75º24.24%77.65%-
XYZ43.0937.2358.34-
YUV168.33144.75145.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.67%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=35.67%
G=27.73%
B=36.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931501980.030.2400.22293.7529.6368.24
HexC196C63180161261e44
Octal30122630633002644636104
Binary1100000110010110110001101111000010110100100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196C6; }

 p { color: rgb(193,150,198); }

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

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

 a { background-color: rgb(193,150,198); }

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

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

 span { border-color: rgb(193,150,198); }

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