Color: #C47AE6

#C47AE6 Color Information

#C47AE6 is a light color. The closest websafe version is #C47AE6. A complement of this color would be #9CE67A, perceived brightness is 0.61, and the grayscale version is #B0B0B0.

In the HSL color space, this color has a hue angle of 281°,a saturation of 68%, and a lightness of 69%.The HSV representation shows a hue of 281°, a saturation of 47%, and a value of 90%.

In a RGB color space, #C47AE6 is composed of 77% red, 48% green and 90% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 47% magenta, 0% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 31.03, x: 0.3223, and y: 0.2332.

Color Code #C47AE6

#C47AE6rgb(196, 122, 230)
HEX
#C47AE6
RGB
rgb(196, 122, 230)
HSL
hsl(281, 68%, 69%)
HSV
hsv(281, 47%, 90%)
CMYK
15%, 47%, 0%, 10%
XYZ
X: 42.89, Y: 31.03, Z: 59.17
Lab
L: 62.53, a: 43.16, b: -43.61
Name

Shades of Color #C47AE6

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

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

#C47AE6rgb(196, 122, 230)

About #C47AE6 Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 68%, and a lightness of 69%. The HSV representation shows a hue of 281°, a saturation of 47%, and a value of 90%.

  • HEX: #C47AE6
  • RGB: rgb(196, 122, 230)
  • HSL: hsl(281, 68%, 69%)
  • HSV: hsv(281, 47%, 90%)
  • CMYK: 15.00% cyan, 47.00% magenta, 0.00% yellow, 10.00% black
  • XYZ: 42.89, 31.03, 59.17
  • Yxy: 31.03, 0.3223, 0.2332
  • Hunter Lab: 62.53, 43.16, -43.61
  • CIE-Lab: 62.53, 43.16, -43.61

In the XYZ color space, this color is represented as X: 42.89, Y: 31.03, Z: 59.17. The Yxy representation further refines this as Y: 31.03, x: 0.3223, and y: 0.2332.

In the Hunter Lab color space, this color is represented as L: 62.53, a: 43.16, and b: -43.61. Similarly, in the CIE-Lab color space, it is represented as L: 62.53, a: 43.16, and b: -43.61.

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

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

Analogous Colors of #C47AE6

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

Monochromatic Colors of #C47AE6

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

Complementary Color of #C47AE6

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

/* Using HEX */
body {
  background-color: #c47ae6;
}
/* Using RGB */
body {
  background-color: rgb(196, 122, 230);
}
/* Using RGB with opacity */
body {
  background-color: rgba(196, 122, 230, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(281, 68%, 69%);
}
/* Text color */
p {
  color: #c47ae6;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c47ae6;
}
/* Border color */
.box {
  border: 4px solid #c47ae6;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c47ae6;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c47ae6;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C47AE6
On Black Background
#C47AE6
On White Background
#C47AE6

HTML Examples of #C47AE6

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

Related Colors of #C47AE6

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