#dc27ed color space conversions
Hex:
        #dc27ed
        RGB:
        220, 39, 237
        CMY:
        14, 85, 7
        CMYK:
        7, 84, 0, 7
      HSL:
        295°, 84.6154%, 54.1176%
        HSV (HSB):
        295°, 83.5443%, 92.9412%
        XYZ:
        45.5268, 22.7811, 82.1184
        xyY:
        0.3027, 0.1514, 22.7811
      CIE-Lab:
        54.8462, 85.8413, -59.9013
        CIE-LCH:
        54.8462, 104.6751, 325.0921
        CIE-Luv:
        54.8462, 63.8686, -103.1999
        Hunter-Lab:
        47.7296, 86.7353, -68.5974
      #dc27ed color charts
#dc27ed RGB chart
      #dc27ed CMYK chart
      #dc27ed RGB pie chart
      #dc27ed color shades, tints & tones
#dc27ed color schemes
#dc27ed color preview, HTML & CSS examples
           This text has a color of #dc27ed        
        
          <p style="color:#dc27ed;">Text here</p>
        
        
          .mytext {color:#dc27ed;}
        
        Text color #dc27ed
      
           This box has a color of #dc27ed        
        
          <div style="background-color:#dc27ed;">Content here</div>
        
        
          .mybackground {background-color:#dc27ed;}
        
        Background color #dc27ed
      
           Border around this has a color of #dc27ed        
        
          <div style="border:2px solid #dc27ed;">Content here</div>
        
        
          .myborder {border:2px solid #dc27ed;}
        
        Border color #dc27ed