Color: #CD77DA
#CD77DA Color Information
#CD77DA is a light color. The closest websafe version is #CD77DA. A complement of this color would be #84DA77, perceived brightness is 0.61, and the grayscale version is #A9A9A9.
In the HSL color space, this color has a hue angle of 292°,a saturation of 57%, and a lightness of 66%.The HSV representation shows a hue of 292°, a saturation of 45%, and a value of 85%.
In a RGB color space, #CD77DA is composed of 80% red, 47% green and 85% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 45% magenta, 0% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 31.06, x: 0.3431, and y: 0.2436.
Color Code #CD77DA
Shades of Color #CD77DA
Shades are created by darkening the original color #CD77DA 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 #CD77DA
Tints are created by lightening the original color #CD77DA 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 #CD77DA Color Code
In the HSL color space, this color has a hue angle of 292°, a saturation of 57%, and a lightness of 66%. The HSV representation shows a hue of 292°, a saturation of 45%, and a value of 85%.
- HEX: #CD77DA
- RGB: rgb(205, 119, 218)
- HSL: hsl(292, 57%, 66%)
- HSV: hsv(292, 45%, 85%)
- CMYK: 6.00% cyan, 45.00% magenta, 0.00% yellow, 15.00% black
- XYZ: 43.76, 31.06, 52.71
- Yxy: 31.06, 0.3431, 0.2436
- Hunter Lab: 62.56, 45.63, -36.80
- CIE-Lab: 62.56, 45.63, -36.80
In the XYZ color space, this color is represented as X: 43.76, Y: 31.06, Z: 52.71. The Yxy representation further refines this as Y: 31.06, x: 0.3431, and y: 0.2436.
In the Hunter Lab color space, this color is represented as L: 62.56, a: 45.63, and b: -36.80. Similarly, in the CIE-Lab color space, it is represented as L: 62.56, a: 45.63, and b: -36.80.
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 #CD77DA
Triadic colors are three colors evenly spaced around the color wheel, including #CD77DA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CD77DA
Split complementary colors are two colors adjacent to the complementary color of #CD77DA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CD77DA
Monochromatic colors are variations of #CD77DA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CD77DA
The complementary color of #CD77DA 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 #CD77DA
/* Using HEX */ body { background-color: #cd77da; }
/* Using RGB */ body { background-color: rgb(205, 119, 218); }
/* Using RGB with opacity */ body { background-color: rgba(205, 119, 218, 0.5); }
/* Using HSL */ body { background-color: hsl(292, 57%, 66%); }
/* Text color */ p { color: #cd77da; }
/* Box shadow */ div { box-shadow: 4px 4px #cd77da; }
/* Border color */ .box { border: 4px solid #cd77da; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cd77da; }
/* Background with text */ div { background: #cd77da; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CD77DA
<!-- Using HEX --> <div style="background-color: #cd77da; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 119, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 119, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(292, 57%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cd77da;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cd77da; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cd77da; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cd77da;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cd77da; color: #fff; padding: 16px; border-radius: 8px;"> #CD77DA </div>
Related Colors of #CD77DA
These colors are similar to #CD77DA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.