#cd81ed color space conversions
Hex:
        #cd81ed
        RGB:
        205, 129, 237
        CMY:
        20, 49, 7
        CMYK:
        14, 46, 0, 7
      HSL:
        282°, 75.0000%, 71.7647%
        HSV (HSB):
        282°, 45.5696%, 92.9412%
        XYZ:
        48.3132, 34.7941, 84.2903
        xyY:
        0.2886, 0.2079, 34.7941
      CIE-Lab:
        65.5880, 47.3637, -42.9718
        CIE-LCH:
        65.5880, 63.9523, 317.7834
        CIE-Luv:
        65.5880, 31.5034, -74.9357
        Hunter-Lab:
        58.9865, 42.9748, -43.4334
      #cd81ed color charts
#cd81ed RGB chart
      #cd81ed CMYK chart
      #cd81ed RGB pie chart
      #cd81ed color shades, tints & tones
#cd81ed color schemes
#cd81ed color preview, HTML & CSS examples
           This text has a color of #cd81ed        
        
          <p style="color:#cd81ed;">Text here</p>
        
        
          .mytext {color:#cd81ed;}
        
        Text color #cd81ed
      
           This box has a color of #cd81ed        
        
          <div style="background-color:#cd81ed;">Content here</div>
        
        
          .mybackground {background-color:#cd81ed;}
        
        Background color #cd81ed
      
           Border around this has a color of #cd81ed        
        
          <div style="border:2px solid #cd81ed;">Content here</div>
        
        
          .myborder {border:2px solid #cd81ed;}
        
        Border color #cd81ed