Color: #C96DBF

#C96DBF Color Information

#C96DBF is a light color. The closest websafe version is #C96DBF. A complement of this color would be #6EC978, perceived brightness is 0.57, and the grayscale version is #9B9B9B.

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

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

In the Yxy color space, this color is represented as Y: 27.12, x: 0.3681, and y: 0.2572.

Color Code #C96DBF

#C96DBFrgb(201, 109, 191)
HEX
#C96DBF
RGB
rgb(201, 109, 191)
HSL
hsl(307, 46%, 61%)
HSV
hsv(307, 46%, 79%)
CMYK
0%, 46%, 5%, 21%
XYZ
X: 38.81, Y: 27.12, Z: 39.51
Lab
L: 59.08, a: 45.55, b: -27.01
Name

Shades of Color #C96DBF

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

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

#C96DBFrgb(201, 109, 191)

About #C96DBF Color Code

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

  • HEX: #C96DBF
  • RGB: rgb(201, 109, 191)
  • HSL: hsl(307, 46%, 61%)
  • HSV: hsv(307, 46%, 79%)
  • CMYK: 0.00% cyan, 46.00% magenta, 5.00% yellow, 21.00% black
  • XYZ: 38.81, 27.12, 39.51
  • Yxy: 27.12, 0.3681, 0.2572
  • Hunter Lab: 59.08, 45.55, -27.01
  • CIE-Lab: 59.08, 45.55, -27.01

In the XYZ color space, this color is represented as X: 38.81, Y: 27.12, Z: 39.51. The Yxy representation further refines this as Y: 27.12, x: 0.3681, and y: 0.2572.

In the Hunter Lab color space, this color is represented as L: 59.08, a: 45.55, and b: -27.01. Similarly, in the CIE-Lab color space, it is represented as L: 59.08, a: 45.55, and b: -27.01.

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

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

Analogous Colors of #C96DBF

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

Split Complementary Colors of #C96DBF

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

Tetradic Colors of #C96DBF

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

Monochromatic Colors of #C96DBF

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

Complementary Color of #C96DBF

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

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

HTML Examples of #C96DBF

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

Related Colors of #C96DBF

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