td {
   border: 1px solid #000;
    font-size: 25px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.r6 .c6 {
    background-color: orange;
}

td:hover {
    background-color: #d590ff;
}