#d360ec color space conversions
Hex:
        #d360ec
        RGB:
        211, 96, 236
        CMY:
        17, 62, 7
        CMYK:
        11, 59, 0, 7
      HSL:
        289°, 78.6517%, 65.0980%
        HSV (HSB):
        289°, 59.3220%, 92.5490%
        XYZ:
        46.1872, 28.2708, 82.3793
        xyY:
        0.2945, 0.1803, 28.2708
      CIE-Lab:
        60.1326, 64.9375, -50.9794
        CIE-LCH:
        60.1326, 82.5577, 321.8662
        CIE-Luv:
        60.1326, 46.6613, -88.8542
        Hunter-Lab:
        53.1703, 62.0089, -54.6418
      #d360ec color charts
#d360ec RGB chart
      #d360ec CMYK chart
      #d360ec RGB pie chart
      #d360ec color shades, tints & tones
#d360ec color schemes
#d360ec color preview, HTML & CSS examples
           This text has a color of #d360ec        
        
          <p style="color:#d360ec;">Text here</p>
        
        
          .mytext {color:#d360ec;}
        
        Text color #d360ec
      
           This box has a color of #d360ec        
        
          <div style="background-color:#d360ec;">Content here</div>
        
        
          .mybackground {background-color:#d360ec;}
        
        Background color #d360ec
      
           Border around this has a color of #d360ec        
        
          <div style="border:2px solid #d360ec;">Content here</div>
        
        
          .myborder {border:2px solid #d360ec;}
        
        Border color #d360ec