Color: #CD74B5
#CD74B5 Color Information
#CD74B5 is a light color. The closest websafe version is #CD74B5. A complement of this color would be #74CD8C, perceived brightness is 0.59, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 316°,a saturation of 47%, and a lightness of 63%.The HSV representation shows a hue of 316°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CD74B5 is composed of 80% red, 45% green and 71% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 43% magenta, 12% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 28.90, x: 0.3827, and y: 0.2768.
Color Code #CD74B5
Shades of Color #CD74B5
Shades are created by darkening the original color #CD74B5 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #CD74B5
Tints are created by lightening the original color #CD74B5 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #CD74B5 Color Code
In the HSL color space, this color has a hue angle of 316°, a saturation of 47%, and a lightness of 63%. The HSV representation shows a hue of 316°, a saturation of 43%, and a value of 80%.
- HEX: #CD74B5
- RGB: rgb(205, 116, 181)
- HSL: hsl(316, 47%, 63%)
- HSV: hsv(316, 43%, 80%)
- CMYK: 0.00% cyan, 43.00% magenta, 12.00% yellow, 20.00% black
- XYZ: 39.96, 28.90, 35.55
- Yxy: 28.90, 0.3827, 0.2768
- Hunter Lab: 60.70, 42.18, -18.81
- CIE-Lab: 60.70, 42.18, -18.81
In the XYZ color space, this color is represented as X: 39.96, Y: 28.90, Z: 35.55. The Yxy representation further refines this as Y: 28.90, x: 0.3827, and y: 0.2768.
In the Hunter Lab color space, this color is represented as L: 60.70, a: 42.18, and b: -18.81. Similarly, in the CIE-Lab color space, it is represented as L: 60.70, a: 42.18, and b: -18.81.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #CD74B5
Triadic colors are three colors evenly spaced around the color wheel, including #CD74B5. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CD74B5
Monochromatic colors are variations of #CD74B5, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CD74B5
The complementary color of #CD74B5 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #CD74B5
/* Using HEX */ body { background-color: #cd74b5; }
/* Using RGB */ body { background-color: rgb(205, 116, 181); }
/* Using RGB with opacity */ body { background-color: rgba(205, 116, 181, 0.5); }
/* Using HSL */ body { background-color: hsl(316, 47%, 63%); }
/* Text color */ p { color: #cd74b5; }
/* Box shadow */ div { box-shadow: 4px 4px #cd74b5; }
HTML Examples of #CD74B5
<!-- Using HEX --> <div style="background-color: #cd74b5; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 116, 181); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 116, 181, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(316, 47%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cd74b5;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cd74b5; width: 100px; height: 100px;"></div>
Related Colors of #CD74B5
These colors are similar to #CD74B5, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.