#d216ec color space conversions
Hex:
        #d216ec
        RGB:
        210, 22, 236
        CMY:
        18, 91, 7
        CMYK:
        11, 91, 0, 7
      HSL:
        293°, 84.9206%, 50.5882%
        HSV (HSB):
        293°, 90.6780%, 92.5490%
        XYZ:
        42.0056, 20.3316, 81.0673
        xyY:
        0.2929, 0.1418, 20.3316
      CIE-Lab:
        52.2101, 86.8460, -63.6662
        CIE-LCH:
        52.2101, 107.6829, 323.7551
        CIE-Luv:
        52.2101, 58.9520, -107.4354
        Hunter-Lab:
        45.0906, 87.3790, -75.0328
      #d216ec color charts
#d216ec RGB chart
      #d216ec CMYK chart
      #d216ec RGB pie chart
      #d216ec color shades, tints & tones
#d216ec color schemes
#d216ec color preview, HTML & CSS examples
           This text has a color of #d216ec        
        
          <p style="color:#d216ec;">Text here</p>
        
        
          .mytext {color:#d216ec;}
        
        Text color #d216ec
      
           This box has a color of #d216ec        
        
          <div style="background-color:#d216ec;">Content here</div>
        
        
          .mybackground {background-color:#d216ec;}
        
        Background color #d216ec
      
           Border around this has a color of #d216ec        
        
          <div style="border:2px solid #d216ec;">Content here</div>
        
        
          .myborder {border:2px solid #d216ec;}
        
        Border color #d216ec