#cd64ed color space conversions
Hex:
        #cd64ed
        RGB:
        205, 100, 237
        CMY:
        20, 61, 7
        CMYK:
        14, 58, 0, 7
      HSL:
        286°, 79.1908%, 66.0784%
        HSV (HSB):
        286°, 57.8059%, 92.9412%
        XYZ:
        45.0201, 28.2079, 83.1926
        xyY:
        0.2878, 0.1803, 28.2079
      CIE-Lab:
        60.0761, 61.8416, -51.6745
        CIE-LCH:
        60.0761, 80.5893, 320.1181
        CIE-Luv:
        60.0761, 41.4451, -89.5136
        Hunter-Lab:
        53.1111, 58.3625, -55.6934
      #cd64ed color charts
#cd64ed RGB chart
      #cd64ed CMYK chart
      #cd64ed RGB pie chart
      #cd64ed color shades, tints & tones
#cd64ed color schemes
#cd64ed color preview, HTML & CSS examples
           This text has a color of #cd64ed        
        
          <p style="color:#cd64ed;">Text here</p>
        
        
          .mytext {color:#cd64ed;}
        
        Text color #cd64ed
      
           This box has a color of #cd64ed        
        
          <div style="background-color:#cd64ed;">Content here</div>
        
        
          .mybackground {background-color:#cd64ed;}
        
        Background color #cd64ed
      
           Border around this has a color of #cd64ed        
        
          <div style="border:2px solid #cd64ed;">Content here</div>
        
        
          .myborder {border:2px solid #cd64ed;}
        
        Border color #cd64ed