The complement of a graph is the graph you get by taking the same vertices as in the original graph an d taking only the edges that are 'missing' in the original graph.
The example below shows the cycle graph of length 5 and its complement. This is also a special case because this graph is isomorphic with its complement.
In GrInvIn you can create the complement of a graph in the editor by using the complement button.