Color: #C78FB4

#C78FB4 Color Information

#C78FB4 is a light color. The closest websafe version is #C78FB4. A complement of this color would be #8FC7A2, perceived brightness is 0.64, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 320°,a saturation of 33%, and a lightness of 67%.The HSV representation shows a hue of 320°, a saturation of 28%, and a value of 78%.

In a RGB color space, #C78FB4 is composed of 78% red, 56% green and 71% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 10% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 35.17, x: 0.3710, and y: 0.3106.

Color Code #C78FB4

#C78FB4rgb(199, 143, 180)
HEX
#C78FB4
RGB
rgb(199, 143, 180)
HSL
hsl(320, 33%, 67%)
HSV
hsv(320, 28%, 78%)
CMYK
0%, 28%, 10%, 22%
XYZ
X: 42.01, Y: 35.17, Z: 36.06
Lab
L: 65.88, a: 26.14, b: -10.60
Name

Shades of Color #C78FB4

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

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

#C78FB4rgb(199, 143, 180)

About #C78FB4 Color Code

In the HSL color space, this color has a hue angle of 320°, a saturation of 33%, and a lightness of 67%. The HSV representation shows a hue of 320°, a saturation of 28%, and a value of 78%.

  • HEX: #C78FB4
  • RGB: rgb(199, 143, 180)
  • HSL: hsl(320, 33%, 67%)
  • HSV: hsv(320, 28%, 78%)
  • CMYK: 0.00% cyan, 28.00% magenta, 10.00% yellow, 22.00% black
  • XYZ: 42.01, 35.17, 36.06
  • Yxy: 35.17, 0.3710, 0.3106
  • Hunter Lab: 65.88, 26.14, -10.60
  • CIE-Lab: 65.88, 26.14, -10.60

In the XYZ color space, this color is represented as X: 42.01, Y: 35.17, Z: 36.06. The Yxy representation further refines this as Y: 35.17, x: 0.3710, and y: 0.3106.

In the Hunter Lab color space, this color is represented as L: 65.88, a: 26.14, and b: -10.60. Similarly, in the CIE-Lab color space, it is represented as L: 65.88, a: 26.14, and b: -10.60.

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

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

Analogous Colors of #C78FB4

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

Monochromatic Colors of #C78FB4

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

Complementary Color of #C78FB4

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

/* Using HEX */
body {
  background-color: #c78fb4;
}
/* Using RGB */
body {
  background-color: rgb(199, 143, 180);
}
/* Using RGB with opacity */
body {
  background-color: rgba(199, 143, 180, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(320, 33%, 67%);
}
/* Text color */
p {
  color: #c78fb4;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c78fb4;
}
/* Border color */
.box {
  border: 4px solid #c78fb4;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c78fb4;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c78fb4;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C78FB4
On Black Background
#C78FB4
On White Background
#C78FB4

HTML Examples of #C78FB4

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

Related Colors of #C78FB4

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