Color: #CD6FBD

#CD6FBD Color Information

#CD6FBD is a light color. The closest websafe version is #CD6FBD. A complement of this color would be #70CD7F, perceived brightness is 0.58, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 310°,a saturation of 48%, and a lightness of 62%.The HSV representation shows a hue of 310°, a saturation of 46%, and a value of 80%.

In a RGB color space, #CD6FBD is composed of 80% red, 44% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 46% magenta, 8% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 28.06, x: 0.3746, and y: 0.2627.

Color Code #CD6FBD

#CD6FBDrgb(205, 111, 189)
HEX
#CD6FBD
RGB
rgb(205, 111, 189)
HSL
hsl(310, 48%, 62%)
HSV
hsv(310, 46%, 80%)
CMYK
0%, 46%, 8%, 20%
XYZ
X: 40.02, Y: 28.06, Z: 38.74
Lab
L: 59.95, a: 45.62, b: -24.49
Name

Shades of Color #CD6FBD

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

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

#CD6FBDrgb(205, 111, 189)

About #CD6FBD Color Code

In the HSL color space, this color has a hue angle of 310°, a saturation of 48%, and a lightness of 62%. The HSV representation shows a hue of 310°, a saturation of 46%, and a value of 80%.

  • HEX: #CD6FBD
  • RGB: rgb(205, 111, 189)
  • HSL: hsl(310, 48%, 62%)
  • HSV: hsv(310, 46%, 80%)
  • CMYK: 0.00% cyan, 46.00% magenta, 8.00% yellow, 20.00% black
  • XYZ: 40.02, 28.06, 38.74
  • Yxy: 28.06, 0.3746, 0.2627
  • Hunter Lab: 59.95, 45.62, -24.49
  • CIE-Lab: 59.95, 45.62, -24.49

In the XYZ color space, this color is represented as X: 40.02, Y: 28.06, Z: 38.74. The Yxy representation further refines this as Y: 28.06, x: 0.3746, and y: 0.2627.

In the Hunter Lab color space, this color is represented as L: 59.95, a: 45.62, and b: -24.49. Similarly, in the CIE-Lab color space, it is represented as L: 59.95, a: 45.62, and b: -24.49.

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

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

Analogous Colors of #CD6FBD

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

Split Complementary Colors of #CD6FBD

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

Tetradic Colors of #CD6FBD

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

Monochromatic Colors of #CD6FBD

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

Complementary Color of #CD6FBD

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

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

HTML Examples of #CD6FBD

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

Related Colors of #CD6FBD

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