Color: #CD64DD

#CD64DD Color Information

#CD64DD is a light color. The closest websafe version is #CD64DD. A complement of this color would be #74DD64, perceived brightness is 0.57, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 292°,a saturation of 64%, and a lightness of 63%.The HSV representation shows a hue of 292°, a saturation of 55%, and a value of 87%.

In a RGB color space, #CD64DD is composed of 80% red, 39% green and 87% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 55% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 27.10, x: 0.3412, and y: 0.2209.

Color Code #CD64DD

#CD64DDrgb(205, 100, 221)
HEX
#CD64DD
RGB
rgb(205, 100, 221)
HSL
hsl(292, 64%, 63%)
HSV
hsv(292, 55%, 87%)
CMYK
7%, 55%, 0%, 13%
XYZ
X: 41.87, Y: 27.10, Z: 53.73
Lab
L: 59.07, a: 55.07, b: -43.91
Name

Shades of Color #CD64DD

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

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

#CD64DDrgb(205, 100, 221)

About #CD64DD Color Code

In the HSL color space, this color has a hue angle of 292°, a saturation of 64%, and a lightness of 63%. The HSV representation shows a hue of 292°, a saturation of 55%, and a value of 87%.

  • HEX: #CD64DD
  • RGB: rgb(205, 100, 221)
  • HSL: hsl(292, 64%, 63%)
  • HSV: hsv(292, 55%, 87%)
  • CMYK: 7.00% cyan, 55.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 41.87, 27.10, 53.73
  • Yxy: 27.10, 0.3412, 0.2209
  • Hunter Lab: 59.07, 55.07, -43.91
  • CIE-Lab: 59.07, 55.07, -43.91

In the XYZ color space, this color is represented as X: 41.87, Y: 27.10, Z: 53.73. The Yxy representation further refines this as Y: 27.10, x: 0.3412, and y: 0.2209.

In the Hunter Lab color space, this color is represented as L: 59.07, a: 55.07, and b: -43.91. Similarly, in the CIE-Lab color space, it is represented as L: 59.07, a: 55.07, and b: -43.91.

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

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

Analogous Colors of #CD64DD

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

Monochromatic Colors of #CD64DD

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

Complementary Color of #CD64DD

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

/* Using HEX */
body {
  background-color: #cd64dd;
}
/* Using RGB */
body {
  background-color: rgb(205, 100, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 100, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(292, 64%, 63%);
}
/* Text color */
p {
  color: #cd64dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd64dd;
}
/* Border color */
.box {
  border: 4px solid #cd64dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cd64dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cd64dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CD64DD
On Black Background
#CD64DD
On White Background
#CD64DD

HTML Examples of #CD64DD

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

Related Colors of #CD64DD

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