#d264cd color space conversions
Hex:
        #d264cd
        RGB:
        210, 100, 205
        CMY:
        18, 61, 20
        CMYK:
        0, 52, 2, 18
      HSL:
        303°, 55.0000%, 60.7843%
        HSV (HSB):
        303°, 52.3810%, 82.3529%
        XYZ:
        42.1550, 27.2238, 60.7905
        xyY:
        0.3238, 0.2091, 27.2238
      CIE-Lab:
        59.1809, 57.2503, -35.0633
        CIE-LCH:
        59.1809, 67.1344, 328.5144
        CIE-Luv:
        59.1809, 52.7710, -62.4690
        Hunter-Lab:
        52.1764, 52.9071, -32.5551
      #d264cd color charts
#d264cd RGB chart
      #d264cd CMYK chart
      #d264cd RGB pie chart
      #d264cd color shades, tints & tones
#d264cd color schemes
#d264cd color preview, HTML & CSS examples
           This text has a color of #d264cd        
        
          <p style="color:#d264cd;">Text here</p>
        
        
          .mytext {color:#d264cd;}
        
        Text color #d264cd
      
           This box has a color of #d264cd        
        
          <div style="background-color:#d264cd;">Content here</div>
        
        
          .mybackground {background-color:#d264cd;}
        
        Background color #d264cd
      
           Border around this has a color of #d264cd        
        
          <div style="border:2px solid #d264cd;">Content here</div>
        
        
          .myborder {border:2px solid #d264cd;}
        
        Border color #d264cd