Color: #CD5ED9

#CD5ED9 Color Information

#CD5ED9 is a light color. The closest websafe version is #CD5ED9. A complement of this color would be #6AD95E, perceived brightness is 0.55, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 294°,a saturation of 62%, and a lightness of 61%.The HSV representation shows a hue of 294°, a saturation of 57%, and a value of 85%.

In a RGB color space, #CD5ED9 is composed of 80% red, 37% green and 85% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 57% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 25.81, x: 0.3458, and y: 0.2184.

Color Code #CD5ED9

#CD5ED9rgb(205, 94, 217)
HEX
#CD5ED9
RGB
rgb(205, 94, 217)
HSL
hsl(294, 62%, 61%)
HSV
hsv(294, 57%, 85%)
CMYK
6%, 57%, 0%, 15%
XYZ
X: 40.86, Y: 25.81, Z: 51.49
Lab
L: 57.86, a: 57.20, b: -43.56
Name

Shades of Color #CD5ED9

Shades are created by darkening the original color #CD5ED9 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 #CD5ED9

Tints are created by lightening the original color #CD5ED9 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.

#CD5ED9rgb(205, 94, 217)

About #CD5ED9 Color Code

In the HSL color space, this color has a hue angle of 294°, a saturation of 62%, and a lightness of 61%. The HSV representation shows a hue of 294°, a saturation of 57%, and a value of 85%.

  • HEX: #CD5ED9
  • RGB: rgb(205, 94, 217)
  • HSL: hsl(294, 62%, 61%)
  • HSV: hsv(294, 57%, 85%)
  • CMYK: 6.00% cyan, 57.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 40.86, 25.81, 51.49
  • Yxy: 25.81, 0.3458, 0.2184
  • Hunter Lab: 57.86, 57.20, -43.56
  • CIE-Lab: 57.86, 57.20, -43.56

In the XYZ color space, this color is represented as X: 40.86, Y: 25.81, Z: 51.49. The Yxy representation further refines this as Y: 25.81, x: 0.3458, and y: 0.2184.

In the Hunter Lab color space, this color is represented as L: 57.86, a: 57.20, and b: -43.56. Similarly, in the CIE-Lab color space, it is represented as L: 57.86, a: 57.20, and b: -43.56.

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 #CD5ED9

Triadic colors are three colors evenly spaced around the color wheel, including #CD5ED9. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CD5ED9

Analogous colors are adjacent to #CD5ED9 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #CD5ED9

Split complementary colors are two colors adjacent to the complementary color of #CD5ED9. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CD5ED9

Tetradic colors form a rectangle on the color wheel, including #CD5ED9. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CD5ED9

Monochromatic colors are variations of #CD5ED9, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CD5ED9

The complementary color of #CD5ED9 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 #CD5ED9

/* Using HEX */
body {
  background-color: #cd5ed9;
}
/* Using RGB */
body {
  background-color: rgb(205, 94, 217);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 94, 217, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(294, 62%, 61%);
}
/* Text color */
p {
  color: #cd5ed9;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd5ed9;
}
/* Border color */
.box {
  border: 4px solid #cd5ed9;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cd5ed9;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cd5ed9;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CD5ED9
On Black Background
#CD5ED9
On White Background
#CD5ED9

HTML Examples of #CD5ED9

<!-- Using HEX -->
<div style="background-color: #cd5ed9; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 94, 217); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 94, 217, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(294, 62%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cd5ed9;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cd5ed9; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cd5ed9; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cd5ed9;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cd5ed9; color: #fff; padding: 16px; border-radius: 8px;">
  #CD5ED9
</div>
#CD5ED9
On Black Background
#CD5ED9
On White Background
#CD5ED9

Related Colors of #CD5ED9

These colors are similar to #CD5ED9, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.