#dc15ed color space conversions
Hex:
        #dc15ed
        RGB:
        220, 21, 237
        CMY:
        14, 92, 7
        CMYK:
        7, 91, 0, 7
      HSL:
        295°, 85.7143%, 50.5882%
        HSV (HSB):
        295°, 91.1392%, 92.9412%
        XYZ:
        45.0694, 21.8664, 81.9660
        xyY:
        0.3027, 0.1469, 21.8664
      CIE-Lab:
        53.8850, 88.6699, -61.4457
        CIE-LCH:
        53.8850, 107.8792, 325.2791
        CIE-Luv:
        53.8850, 65.4395, -105.3483
        Hunter-Lab:
        46.7615, 90.2082, -71.1935
      #dc15ed color charts
#dc15ed RGB chart
      #dc15ed CMYK chart
      #dc15ed RGB pie chart
      #dc15ed color shades, tints & tones
#dc15ed color schemes
#dc15ed color preview, HTML & CSS examples
           This text has a color of #dc15ed        
        
          <p style="color:#dc15ed;">Text here</p>
        
        
          .mytext {color:#dc15ed;}
        
        Text color #dc15ed
      
           This box has a color of #dc15ed        
        
          <div style="background-color:#dc15ed;">Content here</div>
        
        
          .mybackground {background-color:#dc15ed;}
        
        Background color #dc15ed
      
           Border around this has a color of #dc15ed        
        
          <div style="border:2px solid #dc15ed;">Content here</div>
        
        
          .myborder {border:2px solid #dc15ed;}
        
        Border color #dc15ed