#cd01df color space conversions
Hex:
        #cd01df
        RGB:
        205, 1, 223
        CMY:
        20, 100, 13
        CMYK:
        8, 100, 0, 13
      HSL:
        295°, 99.1071%, 43.9216%
        HSV (HSB):
        295°, 99.5516%, 87.4510%
        XYZ:
        38.5070, 18.3286, 71.3203
        xyY:
        0.3005, 0.1430, 18.3286
      CIE-Lab:
        49.8922, 85.9551, -60.0852
        CIE-LCH:
        49.8922, 104.8738, 325.0453
        CIE-Luv:
        49.8922, 61.1069, -100.8960
        Hunter-Lab:
        42.8119, 85.6304, -68.8029
      #cd01df color charts
#cd01df RGB chart
      #cd01df CMYK chart
      #cd01df RGB pie chart
      #cd01df color shades, tints & tones
#cd01df color schemes
#cd01df color preview, HTML & CSS examples
           This text has a color of #cd01df        
        
          <p style="color:#cd01df;">Text here</p>
        
        
          .mytext {color:#cd01df;}
        
        Text color #cd01df
      
           This box has a color of #cd01df        
        
          <div style="background-color:#cd01df;">Content here</div>
        
        
          .mybackground {background-color:#cd01df;}
        
        Background color #cd01df
      
           Border around this has a color of #cd01df        
        
          <div style="border:2px solid #cd01df;">Content here</div>
        
        
          .myborder {border:2px solid #cd01df;}
        
        Border color #cd01df