Color: #C46EB8

#C46EB8 Color Information

#C46EB8 is a light color. The closest websafe version is #C46EB8. A complement of this color would be #6EC47A, perceived brightness is 0.57, and the grayscale version is #999999.

In the HSL color space, this color has a hue angle of 308°,a saturation of 42%, and a lightness of 60%.The HSV representation shows a hue of 308°, a saturation of 100%, and a value of 100%.

In a RGB color space, #C46EB8 is composed of 77% red, 43% green and 72% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 44% magenta, 6% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 26.37, x: 0.3700, and y: 0.2642.

Color Code #C46EB8

HEX
#C46EB8
RGB
rgb(196, 110, 184)
HSL
hsl(308, 42%, 60%)
HSV
hsv(308, 44%, 77%)
CMYK
0%, 44%, 6%, 23%
XYZ
X: 36.93, Y: 26.37, Z: 36.51
Lab
L: 58.38, a: 42.51, b: -24.16
Name

Shades of Color #C46EB8

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

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

About #C46EB8 Color Code

In the HSL color space, this color has a hue angle of 308°, a saturation of 42%, and a lightness of 60%. The HSV representation shows a hue of 308°, a saturation of 44%, and a value of 77%.

  • HEX: #C46EB8
  • RGB: rgb(196, 110, 184)
  • HSL: hsl(308, 42%, 60%)
  • HSV: hsv(308, 44%, 77%)
  • CMYK: 0.00% cyan, 44.00% magenta, 6.00% yellow, 23.00% black
  • XYZ: 36.93, 26.37, 36.51
  • Yxy: 26.37, 0.3700, 0.2642
  • Hunter Lab: 58.38, 42.51, -24.16
  • CIE-Lab: 58.38, 42.51, -24.16

In the XYZ color space, this color is represented as X: 36.93, Y: 26.37, Z: 36.51. The Yxy representation further refines this as Y: 26.37, x: 0.3700, and y: 0.2642.

In the Hunter Lab color space, this color is represented as L: 58.38, a: 42.51, and b: -24.16. Similarly, in the CIE-Lab color space, it is represented as L: 58.38, a: 42.51, and b: -24.16.

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

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

Analogous Colors of #C46EB8

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

Monochromatic Colors of #C46EB8

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

Complementary Color of #C46EB8

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

/* Using HEX */
body {
  background-color: #c46eb8;
}
/* Using RGB */
body {
  background-color: rgb(196, 110, 184);
}
/* Using RGB with opacity */
body {
  background-color: rgba(196, 110, 184, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(308, 42%, 60%);
}
/* Text color */
p {
  color: #c46eb8;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c46eb8;
}

HTML Examples of #C46EB8

<!-- Using HEX -->
<div style="background-color: #c46eb8; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(196, 110, 184); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(196, 110, 184, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(308, 42%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c46eb8;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c46eb8; width: 100px; height: 100px;"></div>

Related Colors of #C46EB8

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