Color: #CD649C

#CD649C Color Information

#CD649C is a light color. The closest websafe version is #CD649C. A complement of this color would be #65CD96, perceived brightness is 0.54, and the grayscale version is #999999.

In the HSL color space, this color has a hue angle of 328°,a saturation of 51%, and a lightness of 60%.The HSV representation shows a hue of 328°, a saturation of 51%, and a value of 80%.

In a RGB color space, #CD649C is composed of 80% red, 39% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 51% magenta, 24% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 24.73, x: 0.4178, and y: 0.2847.

Color Code #CD649C

#CD649Crgb(205, 100, 156)
HEX
#CD649C
RGB
rgb(205, 100, 156)
HSL
hsl(328, 51%, 60%)
HSV
hsv(328, 51%, 80%)
CMYK
0%, 51%, 24%, 20%
XYZ
X: 36.29, Y: 24.73, Z: 25.83
Lab
L: 56.82, a: 47.12, b: -10.25
Name

Shades of Color #CD649C

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

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

#CD649Crgb(205, 100, 156)

About #CD649C Color Code

In the HSL color space, this color has a hue angle of 328°, a saturation of 51%, and a lightness of 60%. The HSV representation shows a hue of 328°, a saturation of 51%, and a value of 80%.

  • HEX: #CD649C
  • RGB: rgb(205, 100, 156)
  • HSL: hsl(328, 51%, 60%)
  • HSV: hsv(328, 51%, 80%)
  • CMYK: 0.00% cyan, 51.00% magenta, 24.00% yellow, 20.00% black
  • XYZ: 36.29, 24.73, 25.83
  • Yxy: 24.73, 0.4178, 0.2847
  • Hunter Lab: 56.82, 47.12, -10.25
  • CIE-Lab: 56.82, 47.12, -10.25

In the XYZ color space, this color is represented as X: 36.29, Y: 24.73, Z: 25.83. The Yxy representation further refines this as Y: 24.73, x: 0.4178, and y: 0.2847.

In the Hunter Lab color space, this color is represented as L: 56.82, a: 47.12, and b: -10.25. Similarly, in the CIE-Lab color space, it is represented as L: 56.82, a: 47.12, and b: -10.25.

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

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

Analogous Colors of #CD649C

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

Monochromatic Colors of #CD649C

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

Complementary Color of #CD649C

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

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

HTML Examples of #CD649C

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

Related Colors of #CD649C

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