Color: #C76BBC

#C76BBC Color Information

#C76BBC is a light color. The closest websafe version is #C76BBC. A complement of this color would be #6BC776, perceived brightness is 0.56, and the grayscale version is #999999.

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

In a RGB color space, #C76BBC is composed of 78% red, 42% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 46% magenta, 6% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 26.30, x: 0.3695, and y: 0.2573.

Color Code #C76BBC

#C76BBCrgb(199, 107, 188)
HEX
#C76BBC
RGB
rgb(199, 107, 188)
HSL
hsl(307, 45%, 60%)
HSV
hsv(307, 46%, 78%)
CMYK
0%, 46%, 6%, 22%
XYZ
X: 37.76, Y: 26.30, Z: 38.14
Lab
L: 58.32, a: 45.48, b: -26.50
Name

Shades of Color #C76BBC

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

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

#C76BBCrgb(199, 107, 188)

About #C76BBC Color Code

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

  • HEX: #C76BBC
  • RGB: rgb(199, 107, 188)
  • HSL: hsl(307, 45%, 60%)
  • HSV: hsv(307, 46%, 78%)
  • CMYK: 0.00% cyan, 46.00% magenta, 6.00% yellow, 22.00% black
  • XYZ: 37.76, 26.30, 38.14
  • Yxy: 26.30, 0.3695, 0.2573
  • Hunter Lab: 58.32, 45.48, -26.50
  • CIE-Lab: 58.32, 45.48, -26.50

In the XYZ color space, this color is represented as X: 37.76, Y: 26.30, Z: 38.14. The Yxy representation further refines this as Y: 26.30, x: 0.3695, and y: 0.2573.

In the Hunter Lab color space, this color is represented as L: 58.32, a: 45.48, and b: -26.50. Similarly, in the CIE-Lab color space, it is represented as L: 58.32, a: 45.48, and b: -26.50.

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

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

Analogous Colors of #C76BBC

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

Split Complementary Colors of #C76BBC

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

Tetradic Colors of #C76BBC

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

Monochromatic Colors of #C76BBC

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

Complementary Color of #C76BBC

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

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

HTML Examples of #C76BBC

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

Related Colors of #C76BBC

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