Color: #CC97DA

#CC97DA Color Information

#CC97DA is a light color. The closest websafe version is #CC97DA. A complement of this color would be #A4DA95, perceived brightness is 0.68, and the grayscale version is #B8B8B8.

In the HSL color space, this color has a hue angle of 287°,a saturation of 48%, and a lightness of 72%.The HSV representation shows a hue of 287°, a saturation of 31%, and a value of 85%.

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

In the Yxy color space, this color is represented as Y: 39.87, x: 0.3398, and y: 0.2806.

Color Code #CC97DA

#CC97DArgb(204, 151, 218)
HEX
#CC97DA
RGB
rgb(204, 151, 218)
HSL
hsl(287, 48%, 72%)
HSV
hsv(287, 31%, 85%)
CMYK
6%, 31%, 0%, 15%
XYZ
X: 48.28, Y: 39.87, Z: 53.92
Lab
L: 69.38, a: 29.03, b: -26.35
Name

Shades of Color #CC97DA

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

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

#CC97DArgb(204, 151, 218)

About #CC97DA Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 48%, and a lightness of 72%. The HSV representation shows a hue of 287°, a saturation of 31%, and a value of 85%.

  • HEX: #CC97DA
  • RGB: rgb(204, 151, 218)
  • HSL: hsl(287, 48%, 72%)
  • HSV: hsv(287, 31%, 85%)
  • CMYK: 6.00% cyan, 31.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 48.28, 39.87, 53.92
  • Yxy: 39.87, 0.3398, 0.2806
  • Hunter Lab: 69.38, 29.03, -26.35
  • CIE-Lab: 69.38, 29.03, -26.35

In the XYZ color space, this color is represented as X: 48.28, Y: 39.87, Z: 53.92. The Yxy representation further refines this as Y: 39.87, x: 0.3398, and y: 0.2806.

In the Hunter Lab color space, this color is represented as L: 69.38, a: 29.03, and b: -26.35. Similarly, in the CIE-Lab color space, it is represented as L: 69.38, a: 29.03, and b: -26.35.

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

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

Analogous Colors of #CC97DA

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

Split Complementary Colors of #CC97DA

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

Tetradic Colors of #CC97DA

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

Monochromatic Colors of #CC97DA

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

Complementary Color of #CC97DA

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

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

HTML Examples of #CC97DA

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

Related Colors of #CC97DA

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