#dc12ee color space conversions
Hex:
        #dc12ee
        RGB:
        220, 18, 238
        CMY:
        14, 93, 7
        CMYK:
        8, 92, 0, 7
      HSL:
        295°, 86.6142%, 50.1961%
        HSV (HSB):
        295°, 92.4370%, 93.3333%
        XYZ:
        45.1641, 21.8213, 82.7204
        xyY:
        0.3017, 0.1458, 21.8213
      CIE-Lab:
        53.8369, 89.1500, -62.0851
        CIE-LCH:
        53.8369, 108.6383, 325.1462
        CIE-Luv:
        53.8369, 65.2560, -106.3149
        Hunter-Lab:
        46.7133, 90.8322, -72.2922
      #dc12ee color charts
#dc12ee RGB chart
      #dc12ee CMYK chart
      #dc12ee RGB pie chart
      #dc12ee color shades, tints & tones
#dc12ee color schemes
#dc12ee color preview, HTML & CSS examples
           This text has a color of #dc12ee        
        
          <p style="color:#dc12ee;">Text here</p>
        
        
          .mytext {color:#dc12ee;}
        
        Text color #dc12ee
      
           This box has a color of #dc12ee        
        
          <div style="background-color:#dc12ee;">Content here</div>
        
        
          .mybackground {background-color:#dc12ee;}
        
        Background color #dc12ee
      
           Border around this has a color of #dc12ee        
        
          <div style="border:2px solid #dc12ee;">Content here</div>
        
        
          .myborder {border:2px solid #dc12ee;}
        
        Border color #dc12ee