#de64fc color space conversions
Hex:
        #de64fc
        RGB:
        222, 100, 252
        CMY:
        13, 61, 1
        CMYK:
        12, 60, 0, 1
      HSL:
        288°, 96.2025%, 69.0196%
        HSV (HSB):
        288°, 60.3175%, 98.8235%
        XYZ:
        52.2521, 31.6722, 95.4548
        xyY:
        0.2913, 0.1766, 31.6722
      CIE-Lab:
        63.0710, 68.7750, -55.0856
        CIE-LCH:
        63.0710, 88.1160, 321.3069
        CIE-Luv:
        63.0710, 48.3934, -96.7698
        Hunter-Lab:
        56.2781, 67.2439, -61.1688
      #de64fc color charts
#de64fc RGB chart
      #de64fc CMYK chart
      #de64fc RGB pie chart
      #de64fc color shades, tints & tones
#de64fc color schemes
#de64fc color preview, HTML & CSS examples
           This text has a color of #de64fc        
        
          <p style="color:#de64fc;">Text here</p>
        
        
          .mytext {color:#de64fc;}
        
        Text color #de64fc
      
           This box has a color of #de64fc        
        
          <div style="background-color:#de64fc;">Content here</div>
        
        
          .mybackground {background-color:#de64fc;}
        
        Background color #de64fc
      
           Border around this has a color of #de64fc        
        
          <div style="border:2px solid #de64fc;">Content here</div>
        
        
          .myborder {border:2px solid #de64fc;}
        
        Border color #de64fc