#d64fed color space conversions
Hex:
        #d64fed
        RGB:
        214, 79, 237
        CMY:
        16, 69, 7
        CMYK:
        10, 67, 0, 7
      HSL:
        291°, 81.4433%, 61.9608%
        HSV (HSB):
        291°, 66.6667%, 92.9412%
        XYZ:
        45.8136, 26.0025, 82.7251
        xyY:
        0.2964, 0.1683, 26.0025
      CIE-Lab:
        58.0395, 72.8969, -54.8428
        CIE-LCH:
        58.0395, 91.2233, 323.0446
        CIE-Luv:
        58.0395, 52.8653, -95.2280
        Hunter-Lab:
        50.9927, 71.1334, -60.4909
      #d64fed color charts
#d64fed RGB chart
      #d64fed CMYK chart
      #d64fed RGB pie chart
      #d64fed color shades, tints & tones
#d64fed color schemes
#d64fed color preview, HTML & CSS examples
           This text has a color of #d64fed        
        
          <p style="color:#d64fed;">Text here</p>
        
        
          .mytext {color:#d64fed;}
        
        Text color #d64fed
      
           This box has a color of #d64fed        
        
          <div style="background-color:#d64fed;">Content here</div>
        
        
          .mybackground {background-color:#d64fed;}
        
        Background color #d64fed
      
           Border around this has a color of #d64fed        
        
          <div style="border:2px solid #d64fed;">Content here</div>
        
        
          .myborder {border:2px solid #d64fed;}
        
        Border color #d64fed