Color: #C76BBE

#C76BBE Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 26.37, x: 0.3672, and y: 0.2553.

Color Code #C76BBE

#C76BBErgb(199, 107, 190)
HEX
#C76BBE
RGB
rgb(199, 107, 190)
HSL
hsl(306, 45%, 60%)
HSV
hsv(306, 46%, 78%)
CMYK
0%, 46%, 5%, 22%
XYZ
X: 37.93, Y: 26.37, Z: 39.00
Lab
L: 58.39, a: 45.74, b: -27.53
Name

Shades of Color #C76BBE

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

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

#C76BBErgb(199, 107, 190)

About #C76BBE Color Code

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

  • HEX: #C76BBE
  • RGB: rgb(199, 107, 190)
  • HSL: hsl(306, 45%, 60%)
  • HSV: hsv(306, 46%, 78%)
  • CMYK: 0.00% cyan, 46.00% magenta, 5.00% yellow, 22.00% black
  • XYZ: 37.93, 26.37, 39.00
  • Yxy: 26.37, 0.3672, 0.2553
  • Hunter Lab: 58.39, 45.74, -27.53
  • CIE-Lab: 58.39, 45.74, -27.53

In the XYZ color space, this color is represented as X: 37.93, Y: 26.37, Z: 39.00. The Yxy representation further refines this as Y: 26.37, x: 0.3672, and y: 0.2553.

In the Hunter Lab color space, this color is represented as L: 58.39, a: 45.74, and b: -27.53. Similarly, in the CIE-Lab color space, it is represented as L: 58.39, a: 45.74, and b: -27.53.

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

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

Analogous Colors of #C76BBE

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

Split Complementary Colors of #C76BBE

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

Tetradic Colors of #C76BBE

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

Monochromatic Colors of #C76BBE

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

Complementary Color of #C76BBE

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

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

HTML Examples of #C76BBE

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

Related Colors of #C76BBE

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