Get category URL knowing it’s id

If you have category ID you can create link to category like below :

<a href="https://wordpress.stackexchange.com/index.php?cat=7">Category Title</a>

For more details read from this link :

https://codex.wordpress.org/Linking_Posts_Pages_and_Categories

Thanks!