#d65aea color space conversions
Hex:
        #d65aea
        RGB:
        214, 90, 234
        CMY:
        16, 65, 8
        CMYK:
        9, 62, 0, 8
      HSL:
        292°, 77.4194%, 63.5294%
        HSV (HSB):
        292°, 61.5385%, 91.7647%
        XYZ:
        46.2390, 27.5490, 80.7223
        xyY:
        0.2993, 0.1783, 27.5490
      CIE-Lab:
        59.4791, 67.9013, -50.8759
        CIE-LCH:
        59.4791, 84.8466, 323.1572
        CIE-Luv:
        59.4791, 50.8515, -88.8929
        Hunter-Lab:
        52.4871, 65.3987, -54.4438
      #d65aea color charts
#d65aea RGB chart
      #d65aea CMYK chart
      #d65aea RGB pie chart
      #d65aea color shades, tints & tones
#d65aea color schemes
#d65aea color preview, HTML & CSS examples
           This text has a color of #d65aea        
        
          <p style="color:#d65aea;">Text here</p>
        
        
          .mytext {color:#d65aea;}
        
        Text color #d65aea
      
           This box has a color of #d65aea        
        
          <div style="background-color:#d65aea;">Content here</div>
        
        
          .mybackground {background-color:#d65aea;}
        
        Background color #d65aea
      
           Border around this has a color of #d65aea        
        
          <div style="border:2px solid #d65aea;">Content here</div>
        
        
          .myborder {border:2px solid #d65aea;}
        
        Border color #d65aea