Color: #CD97CC

#CD97CC Color Information

#CD97CC is a light color. The closest websafe version is #CD97CC. A complement of this color would be #98CD99, perceived brightness is 0.68, and the grayscale version is #B2B2B2.

In the HSL color space, this color has a hue angle of 301°,a saturation of 35%, and a lightness of 70%.The HSV representation shows a hue of 301°, a saturation of 26%, and a value of 80%.

In a RGB color space, #CD97CC is composed of 80% red, 59% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 39.43, x: 0.3532, and y: 0.2952.

Color Code #CD97CC

#CD97CCrgb(205, 151, 204)
HEX
#CD97CC
RGB
rgb(205, 151, 204)
HSL
hsl(301, 35%, 70%)
HSV
hsv(301, 26%, 80%)
CMYK
0%, 26%, 0%, 20%
XYZ
X: 47.18, Y: 39.43, Z: 46.98
Lab
L: 69.06, a: 27.35, b: -19.10
Name

Shades of Color #CD97CC

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

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

#CD97CCrgb(205, 151, 204)

About #CD97CC Color Code

In the HSL color space, this color has a hue angle of 301°, a saturation of 35%, and a lightness of 70%. The HSV representation shows a hue of 301°, a saturation of 26%, and a value of 80%.

  • HEX: #CD97CC
  • RGB: rgb(205, 151, 204)
  • HSL: hsl(301, 35%, 70%)
  • HSV: hsv(301, 26%, 80%)
  • CMYK: 0.00% cyan, 26.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 47.18, 39.43, 46.98
  • Yxy: 39.43, 0.3532, 0.2952
  • Hunter Lab: 69.06, 27.35, -19.10
  • CIE-Lab: 69.06, 27.35, -19.10

In the XYZ color space, this color is represented as X: 47.18, Y: 39.43, Z: 46.98. The Yxy representation further refines this as Y: 39.43, x: 0.3532, and y: 0.2952.

In the Hunter Lab color space, this color is represented as L: 69.06, a: 27.35, and b: -19.10. Similarly, in the CIE-Lab color space, it is represented as L: 69.06, a: 27.35, and b: -19.10.

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

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

Analogous Colors of #CD97CC

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

Monochromatic Colors of #CD97CC

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

Complementary Color of #CD97CC

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

/* Using HEX */
body {
  background-color: #cd97cc;
}
/* Using RGB */
body {
  background-color: rgb(205, 151, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 151, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(301, 35%, 70%);
}
/* Text color */
p {
  color: #cd97cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd97cc;
}
/* Border color */
.box {
  border: 4px solid #cd97cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cd97cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cd97cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CD97CC
On Black Background
#CD97CC
On White Background
#CD97CC

HTML Examples of #CD97CC

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

Related Colors of #CD97CC

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