Color: #C788BC

#C788BC Color Information

#C788BC is a light color. The closest websafe version is #C788BC. A complement of this color would be #89C893, perceived brightness is 0.63, and the grayscale version is #A8A8A8.

In the HSL color space, this color has a hue angle of 310°,a saturation of 36%, and a lightness of 66%.The HSV representation shows a hue of 310°, a saturation of 32%, and a value of 78%.

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

In the Yxy color space, this color is represented as Y: 33.41, x: 0.3644, and y: 0.2928.

Color Code #C788BC

#C788BCrgb(199, 136, 188)
HEX
#C788BC
RGB
rgb(199, 136, 188)
HSL
hsl(310, 36%, 66%)
HSV
hsv(310, 32%, 78%)
CMYK
0%, 32%, 6%, 22%
XYZ
X: 41.58, Y: 33.41, Z: 39.10
Lab
L: 64.49, a: 30.82, b: -17.15
Name

Shades of Color #C788BC

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

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

#C788BCrgb(199, 136, 188)

About #C788BC Color Code

In the HSL color space, this color has a hue angle of 310°, a saturation of 36%, and a lightness of 66%. The HSV representation shows a hue of 310°, a saturation of 32%, and a value of 78%.

  • HEX: #C788BC
  • RGB: rgb(199, 136, 188)
  • HSL: hsl(310, 36%, 66%)
  • HSV: hsv(310, 32%, 78%)
  • CMYK: 0.00% cyan, 32.00% magenta, 6.00% yellow, 22.00% black
  • XYZ: 41.58, 33.41, 39.10
  • Yxy: 33.41, 0.3644, 0.2928
  • Hunter Lab: 64.49, 30.82, -17.15
  • CIE-Lab: 64.49, 30.82, -17.15

In the XYZ color space, this color is represented as X: 41.58, Y: 33.41, Z: 39.10. The Yxy representation further refines this as Y: 33.41, x: 0.3644, and y: 0.2928.

In the Hunter Lab color space, this color is represented as L: 64.49, a: 30.82, and b: -17.15. Similarly, in the CIE-Lab color space, it is represented as L: 64.49, a: 30.82, and b: -17.15.

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

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

Analogous Colors of #C788BC

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

Split Complementary Colors of #C788BC

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

Tetradic Colors of #C788BC

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

Monochromatic Colors of #C788BC

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

Complementary Color of #C788BC

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

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

HTML Examples of #C788BC

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

Related Colors of #C788BC

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