Color: #C96BBF

#C96BBF Color Information

#C96BBF is a light color. The closest websafe version is #C96BBF. A complement of this color would be #69C973, perceived brightness is 0.57, and the grayscale version is #9A9A9A.

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

In a RGB color space, #C96BBF is composed of 79% red, 42% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 5% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 26.69, x: 0.3685, and y: 0.2548.

Color Code #C96BBF

#C96BBFrgb(201, 107, 191)
HEX
#C96BBF
RGB
rgb(201, 107, 191)
HSL
hsl(306, 47%, 60%)
HSV
hsv(306, 47%, 79%)
CMYK
0%, 47%, 5%, 21%
XYZ
X: 38.59, Y: 26.69, Z: 39.45
Lab
L: 58.69, a: 46.52, b: -27.61
Name

Shades of Color #C96BBF

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

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

#C96BBFrgb(201, 107, 191)

About #C96BBF Color Code

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

  • HEX: #C96BBF
  • RGB: rgb(201, 107, 191)
  • HSL: hsl(306, 47%, 60%)
  • HSV: hsv(306, 47%, 79%)
  • CMYK: 0.00% cyan, 47.00% magenta, 5.00% yellow, 21.00% black
  • XYZ: 38.59, 26.69, 39.45
  • Yxy: 26.69, 0.3685, 0.2548
  • Hunter Lab: 58.69, 46.52, -27.61
  • CIE-Lab: 58.69, 46.52, -27.61

In the XYZ color space, this color is represented as X: 38.59, Y: 26.69, Z: 39.45. The Yxy representation further refines this as Y: 26.69, x: 0.3685, and y: 0.2548.

In the Hunter Lab color space, this color is represented as L: 58.69, a: 46.52, and b: -27.61. Similarly, in the CIE-Lab color space, it is represented as L: 58.69, a: 46.52, and b: -27.61.

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

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

Analogous Colors of #C96BBF

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

Monochromatic Colors of #C96BBF

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

Complementary Color of #C96BBF

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

/* Using HEX */
body {
  background-color: #c96bbf;
}
/* Using RGB */
body {
  background-color: rgb(201, 107, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(201, 107, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(306, 47%, 60%);
}
/* Text color */
p {
  color: #c96bbf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c96bbf;
}
/* Border color */
.box {
  border: 4px solid #c96bbf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c96bbf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c96bbf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C96BBF
On Black Background
#C96BBF
On White Background
#C96BBF

HTML Examples of #C96BBF

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

Related Colors of #C96BBF

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