Color: #C78FE6

#C78FE6 Color Information

#C78FE6 is a light color. The closest websafe version is #C78FE6. A complement of this color would be #ADE68E, perceived brightness is 0.67, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 279°,a saturation of 64%, and a lightness of 73%.The HSV representation shows a hue of 279°, a saturation of 38%, and a value of 90%.

In a RGB color space, #C78FE6 is composed of 78% red, 56% green and 90% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 38% magenta, 0% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 37.20, x: 0.3250, and y: 0.2584.

Color Code #C78FE6

#C78FE6rgb(199, 143, 230)
HEX
#C78FE6
RGB
rgb(199, 143, 230)
HSL
hsl(279, 64%, 73%)
HSV
hsv(279, 38%, 90%)
CMYK
13%, 38%, 0%, 10%
XYZ
X: 46.80, Y: 37.20, Z: 59.98
Lab
L: 67.42, a: 33.37, b: -35.98
Name

Shades of Color #C78FE6

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

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

#C78FE6rgb(199, 143, 230)

About #C78FE6 Color Code

In the HSL color space, this color has a hue angle of 279°, a saturation of 64%, and a lightness of 73%. The HSV representation shows a hue of 279°, a saturation of 38%, and a value of 90%.

  • HEX: #C78FE6
  • RGB: rgb(199, 143, 230)
  • HSL: hsl(279, 64%, 73%)
  • HSV: hsv(279, 38%, 90%)
  • CMYK: 13.00% cyan, 38.00% magenta, 0.00% yellow, 10.00% black
  • XYZ: 46.80, 37.20, 59.98
  • Yxy: 37.20, 0.3250, 0.2584
  • Hunter Lab: 67.42, 33.37, -35.98
  • CIE-Lab: 67.42, 33.37, -35.98

In the XYZ color space, this color is represented as X: 46.80, Y: 37.20, Z: 59.98. The Yxy representation further refines this as Y: 37.20, x: 0.3250, and y: 0.2584.

In the Hunter Lab color space, this color is represented as L: 67.42, a: 33.37, and b: -35.98. Similarly, in the CIE-Lab color space, it is represented as L: 67.42, a: 33.37, and b: -35.98.

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

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

Analogous Colors of #C78FE6

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

Monochromatic Colors of #C78FE6

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

Complementary Color of #C78FE6

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

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

HTML Examples of #C78FE6

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

Related Colors of #C78FE6

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