Color: #C79BF8

#C79BF8 Color Information

#C79BF8 is a light color. The closest websafe version is #C79BF8. A complement of this color would be #CDF89B, perceived brightness is 0.70, and the grayscale version is #CACACA.

In the HSL color space, this color has a hue angle of 268°,a saturation of 87%, and a lightness of 79%.The HSV representation shows a hue of 268°, a saturation of 38%, and a value of 97%.

In a RGB color space, #C79BF8 is composed of 78% red, 61% green and 97% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 38% magenta, 0% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 41.90, x: 0.3110, and y: 0.2557.

Color Code #C79BF8

#C79BF8rgb(199, 155, 248)
HEX
#C79BF8
RGB
rgb(199, 155, 248)
HSL
hsl(268, 87%, 79%)
HSV
hsv(268, 38%, 97%)
CMYK
20%, 38%, 0%, 3%
XYZ
X: 50.96, Y: 41.90, Z: 71.02
Lab
L: 70.80, a: 30.11, b: -40.58
Name

Shades of Color #C79BF8

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

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

#C79BF8rgb(199, 155, 248)

About #C79BF8 Color Code

In the HSL color space, this color has a hue angle of 268°, a saturation of 87%, and a lightness of 79%. The HSV representation shows a hue of 268°, a saturation of 38%, and a value of 97%.

  • HEX: #C79BF8
  • RGB: rgb(199, 155, 248)
  • HSL: hsl(268, 87%, 79%)
  • HSV: hsv(268, 38%, 97%)
  • CMYK: 20.00% cyan, 38.00% magenta, 0.00% yellow, 3.00% black
  • XYZ: 50.96, 41.90, 71.02
  • Yxy: 41.90, 0.3110, 0.2557
  • Hunter Lab: 70.80, 30.11, -40.58
  • CIE-Lab: 70.80, 30.11, -40.58

In the XYZ color space, this color is represented as X: 50.96, Y: 41.90, Z: 71.02. The Yxy representation further refines this as Y: 41.90, x: 0.3110, and y: 0.2557.

In the Hunter Lab color space, this color is represented as L: 70.80, a: 30.11, and b: -40.58. Similarly, in the CIE-Lab color space, it is represented as L: 70.80, a: 30.11, and b: -40.58.

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

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

Analogous Colors of #C79BF8

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

Monochromatic Colors of #C79BF8

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

Complementary Color of #C79BF8

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

/* Using HEX */
body {
  background-color: #c79bf8;
}
/* Using RGB */
body {
  background-color: rgb(199, 155, 248);
}
/* Using RGB with opacity */
body {
  background-color: rgba(199, 155, 248, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(268, 87%, 79%);
}
/* Text color */
p {
  color: #c79bf8;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c79bf8;
}
/* Border color */
.box {
  border: 4px solid #c79bf8;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c79bf8;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c79bf8;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C79BF8
On Black Background
#C79BF8
On White Background
#C79BF8

HTML Examples of #C79BF8

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

Related Colors of #C79BF8

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