Color: #C17ECE

#C17ECE Color Information

#C17ECE is a light color. The closest websafe version is #C17ECE. A complement of this color would be #8BCE7E, perceived brightness is 0.61, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 290°,a saturation of 45%, and a lightness of 65%.The HSV representation shows a hue of 290°, a saturation of 39%, and a value of 81%.

In a RGB color space, #C17ECE is composed of 76% red, 49% green and 81% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 39% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 30.56, x: 0.3414, and y: 0.2600.

Color Code #C17ECE

#C17ECErgb(193, 126, 206)
HEX
#C17ECE
RGB
rgb(193, 126, 206)
HSL
hsl(290, 45%, 65%)
HSV
hsv(290, 39%, 81%)
CMYK
6%, 39%, 0%, 19%
XYZ
X: 40.12, Y: 30.56, Z: 46.85
Lab
L: 62.14, a: 36.48, b: -30.88
Name

Shades of Color #C17ECE

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

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

#C17ECErgb(193, 126, 206)

About #C17ECE Color Code

In the HSL color space, this color has a hue angle of 290°, a saturation of 45%, and a lightness of 65%. The HSV representation shows a hue of 290°, a saturation of 39%, and a value of 81%.

  • HEX: #C17ECE
  • RGB: rgb(193, 126, 206)
  • HSL: hsl(290, 45%, 65%)
  • HSV: hsv(290, 39%, 81%)
  • CMYK: 6.00% cyan, 39.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 40.12, 30.56, 46.85
  • Yxy: 30.56, 0.3414, 0.2600
  • Hunter Lab: 62.14, 36.48, -30.88
  • CIE-Lab: 62.14, 36.48, -30.88

In the XYZ color space, this color is represented as X: 40.12, Y: 30.56, Z: 46.85. The Yxy representation further refines this as Y: 30.56, x: 0.3414, and y: 0.2600.

In the Hunter Lab color space, this color is represented as L: 62.14, a: 36.48, and b: -30.88. Similarly, in the CIE-Lab color space, it is represented as L: 62.14, a: 36.48, and b: -30.88.

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

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

Analogous Colors of #C17ECE

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

Monochromatic Colors of #C17ECE

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

Complementary Color of #C17ECE

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

/* Using HEX */
body {
  background-color: #c17ece;
}
/* Using RGB */
body {
  background-color: rgb(193, 126, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(193, 126, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 45%, 65%);
}
/* Text color */
p {
  color: #c17ece;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c17ece;
}
/* Border color */
.box {
  border: 4px solid #c17ece;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c17ece;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c17ece;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C17ECE
On Black Background
#C17ECE
On White Background
#C17ECE

HTML Examples of #C17ECE

<!-- Using HEX -->
<div style="background-color: #c17ece; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(193, 126, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(193, 126, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(290, 45%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c17ece;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c17ece; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c17ece; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c17ece;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c17ece; color: #fff; padding: 16px; border-radius: 8px;">
  #C17ECE
</div>
#C17ECE
On Black Background
#C17ECE
On White Background
#C17ECE

Related Colors of #C17ECE

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