Color: #C17FDD

#C17FDD Color Information

#C17FDD is a light color. The closest websafe version is #C17FDD. A complement of this color would be #9ADD7E, perceived brightness is 0.62, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 282°,a saturation of 58%, and a lightness of 68%.The HSV representation shows a hue of 282°, a saturation of 43%, and a value of 87%.

In a RGB color space, #C17FDD is composed of 76% red, 50% green and 87% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 43% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 31.46, x: 0.3272, and y: 0.2464.

Color Code #C17FDD

#C17FDDrgb(193, 127, 221)
HEX
#C17FDD
RGB
rgb(193, 127, 221)
HSL
hsl(282, 58%, 68%)
HSV
hsv(282, 43%, 87%)
CMYK
13%, 43%, 0%, 13%
XYZ
X: 41.77, Y: 31.46, Z: 54.44
Lab
L: 62.90, a: 38.26, b: -38.08
Name

Shades of Color #C17FDD

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

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

#C17FDDrgb(193, 127, 221)

About #C17FDD Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 58%, and a lightness of 68%. The HSV representation shows a hue of 282°, a saturation of 43%, and a value of 87%.

  • HEX: #C17FDD
  • RGB: rgb(193, 127, 221)
  • HSL: hsl(282, 58%, 68%)
  • HSV: hsv(282, 43%, 87%)
  • CMYK: 13.00% cyan, 43.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 41.77, 31.46, 54.44
  • Yxy: 31.46, 0.3272, 0.2464
  • Hunter Lab: 62.90, 38.26, -38.08
  • CIE-Lab: 62.90, 38.26, -38.08

In the XYZ color space, this color is represented as X: 41.77, Y: 31.46, Z: 54.44. The Yxy representation further refines this as Y: 31.46, x: 0.3272, and y: 0.2464.

In the Hunter Lab color space, this color is represented as L: 62.90, a: 38.26, and b: -38.08. Similarly, in the CIE-Lab color space, it is represented as L: 62.90, a: 38.26, and b: -38.08.

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

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

Analogous Colors of #C17FDD

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

Split Complementary Colors of #C17FDD

Split complementary colors are two colors adjacent to the complementary color of #C17FDD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #C17FDD

Tetradic colors form a rectangle on the color wheel, including #C17FDD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #C17FDD

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

Complementary Color of #C17FDD

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

/* Using HEX */
body {
  background-color: #c17fdd;
}
/* Using RGB */
body {
  background-color: rgb(193, 127, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(193, 127, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 58%, 68%);
}
/* Text color */
p {
  color: #c17fdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c17fdd;
}
/* Border color */
.box {
  border: 4px solid #c17fdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c17fdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c17fdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C17FDD
On Black Background
#C17FDD
On White Background
#C17FDD

HTML Examples of #C17FDD

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

Related Colors of #C17FDD

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