Color: #C577BD
#C577BD Color Information
#C577BD is a light color. The closest websafe version is #C577BD. A complement of this color would be #77C57F, perceived brightness is 0.59, and the grayscale version is #9E9E9E.
In the HSL color space, this color has a hue angle of 306°,a saturation of 40%, and a lightness of 62%.The HSV representation shows a hue of 306°, a saturation of 40%, and a value of 77%.
In a RGB color space, #C577BD is composed of 77% red, 47% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 4% yellow and 23% black.
In the Yxy color space, this color is represented as Y: 28.73, x: 0.3641, and y: 0.2701.
Color Code #C577BD
Shades of Color #C577BD
Shades are created by darkening the original color #C577BD 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 #C577BD
Tints are created by lightening the original color #C577BD 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 #C577BD Color Code
In the HSL color space, this color has a hue angle of 306°, a saturation of 40%, and a lightness of 62%. The HSV representation shows a hue of 306°, a saturation of 40%, and a value of 77%.
- HEX: #C577BD
- RGB: rgb(197, 119, 189)
- HSL: hsl(306, 40%, 62%)
- HSV: hsv(306, 40%, 77%)
- CMYK: 0.00% cyan, 40.00% magenta, 4.00% yellow, 23.00% black
- XYZ: 38.73, 28.73, 38.91
- Yxy: 28.73, 0.3641, 0.2701
- Hunter Lab: 60.54, 38.99, -23.70
- CIE-Lab: 60.54, 38.99, -23.70
In the XYZ color space, this color is represented as X: 38.73, Y: 28.73, Z: 38.91. The Yxy representation further refines this as Y: 28.73, x: 0.3641, and y: 0.2701.
In the Hunter Lab color space, this color is represented as L: 60.54, a: 38.99, and b: -23.70. Similarly, in the CIE-Lab color space, it is represented as L: 60.54, a: 38.99, and b: -23.70.
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 #C577BD
Triadic colors are three colors evenly spaced around the color wheel, including #C577BD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C577BD
Split complementary colors are two colors adjacent to the complementary color of #C577BD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C577BD
Monochromatic colors are variations of #C577BD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C577BD
The complementary color of #C577BD 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 #C577BD
/* Using HEX */ body { background-color: #c577bd; }
/* Using RGB */ body { background-color: rgb(197, 119, 189); }
/* Using RGB with opacity */ body { background-color: rgba(197, 119, 189, 0.5); }
/* Using HSL */ body { background-color: hsl(306, 40%, 62%); }
/* Text color */ p { color: #c577bd; }
/* Box shadow */ div { box-shadow: 4px 4px #c577bd; }
/* Border color */ .box { border: 4px solid #c577bd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c577bd; }
/* Background with text */ div { background: #c577bd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C577BD
<!-- Using HEX --> <div style="background-color: #c577bd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(197, 119, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(197, 119, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(306, 40%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c577bd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c577bd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c577bd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c577bd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c577bd; color: #fff; padding: 16px; border-radius: 8px;"> #C577BD </div>
Related Colors of #C577BD
These colors are similar to #C577BD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.