#d654ed color space conversions
Hex:
        #d654ed
        RGB:
        214, 84, 237
        CMY:
        16, 67, 7
        CMYK:
        10, 65, 0, 7
      HSL:
        291°, 80.9524%, 62.9412%
        HSV (HSB):
        291°, 64.5570%, 92.9412%
        XYZ:
        46.1879, 26.7512, 82.8499
        xyY:
        0.2965, 0.1717, 26.7512
      CIE-Lab:
        58.7433, 70.9277, -53.7209
        CIE-LCH:
        58.7433, 88.9757, 322.8596
        CIE-Luv:
        58.7433, 51.6282, -93.4864
        Hunter-Lab:
        51.7216, 68.8897, -58.7682
      #d654ed color charts
#d654ed RGB chart
      #d654ed CMYK chart
      #d654ed RGB pie chart
      #d654ed color shades, tints & tones
#d654ed color schemes
#d654ed color preview, HTML & CSS examples
           This text has a color of #d654ed        
        
          <p style="color:#d654ed;">Text here</p>
        
        
          .mytext {color:#d654ed;}
        
        Text color #d654ed
      
           This box has a color of #d654ed        
        
          <div style="background-color:#d654ed;">Content here</div>
        
        
          .mybackground {background-color:#d654ed;}
        
        Background color #d654ed
      
           Border around this has a color of #d654ed        
        
          <div style="border:2px solid #d654ed;">Content here</div>
        
        
          .myborder {border:2px solid #d654ed;}
        
        Border color #d654ed