Color: #C87BDD

#C87BDD Color Information

#C87BDD is a light color. The closest websafe version is #C87BDD. A complement of this color would be #8FDC79, perceived brightness is 0.62, and the grayscale version is #ACACAC.

In the HSL color space, this color has a hue angle of 287°,a saturation of 59%, and a lightness of 67%.The HSV representation shows a hue of 287°, a saturation of 44%, and a value of 87%.

In a RGB color space, #C87BDD is composed of 78% red, 48% green and 87% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 44% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 31.43, x: 0.3347, and y: 0.2437.

Color Code #C87BDD

#C87BDDrgb(200, 123, 221)
HEX
#C87BDD
RGB
rgb(200, 123, 221)
HSL
hsl(287, 59%, 67%)
HSV
hsv(287, 44%, 87%)
CMYK
10%, 44%, 0%, 13%
XYZ
X: 43.16, Y: 31.43, Z: 54.37
Lab
L: 62.87, a: 42.51, b: -38.04
Name

Shades of Color #C87BDD

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

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

#C87BDDrgb(200, 123, 221)

About #C87BDD Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 59%, and a lightness of 67%. The HSV representation shows a hue of 287°, a saturation of 44%, and a value of 87%.

  • HEX: #C87BDD
  • RGB: rgb(200, 123, 221)
  • HSL: hsl(287, 59%, 67%)
  • HSV: hsv(287, 44%, 87%)
  • CMYK: 10.00% cyan, 44.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 43.16, 31.43, 54.37
  • Yxy: 31.43, 0.3347, 0.2437
  • Hunter Lab: 62.87, 42.51, -38.04
  • CIE-Lab: 62.87, 42.51, -38.04

In the XYZ color space, this color is represented as X: 43.16, Y: 31.43, Z: 54.37. The Yxy representation further refines this as Y: 31.43, x: 0.3347, and y: 0.2437.

In the Hunter Lab color space, this color is represented as L: 62.87, a: 42.51, and b: -38.04. Similarly, in the CIE-Lab color space, it is represented as L: 62.87, a: 42.51, and b: -38.04.

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

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

Analogous Colors of #C87BDD

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

Monochromatic Colors of #C87BDD

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

Complementary Color of #C87BDD

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

/* Using HEX */
body {
  background-color: #c87bdd;
}
/* Using RGB */
body {
  background-color: rgb(200, 123, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(200, 123, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 59%, 67%);
}
/* Text color */
p {
  color: #c87bdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c87bdd;
}
/* Border color */
.box {
  border: 4px solid #c87bdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c87bdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c87bdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C87BDD
On Black Background
#C87BDD
On White Background
#C87BDD

HTML Examples of #C87BDD

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

Related Colors of #C87BDD

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