Color: #CD6CFE

#CD6CFE Color Information

#CD6CFE is a light color. The closest websafe version is #CD6CFE. A complement of this color would be #9DFE6C, perceived brightness is 0.60, and the grayscale version is #B5B5B5.

In the HSL color space, this color has a hue angle of 280°,a saturation of 99%, and a lightness of 71%.The HSV representation shows a hue of 280°, a saturation of 57%, and a value of 100%.

In a RGB color space, #CD6CFE is composed of 80% red, 42% green and 100% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 57% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 30.34, x: 0.3105, and y: 0.2023.

Color Code #CD6CFE

#CD6CFErgb(205, 108, 254)
HEX
#CD6CFE
RGB
rgb(205, 108, 254)
HSL
hsl(280, 99%, 71%)
HSV
hsv(280, 57%, 100%)
CMYK
19%, 57%, 0%, 0%
XYZ
X: 46.58, Y: 30.34, Z: 73.09
Lab
L: 61.95, a: 56.33, b: -57.68
Name

Shades of Color #CD6CFE

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

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

#CD6CFErgb(205, 108, 254)

About #CD6CFE Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 99%, and a lightness of 71%. The HSV representation shows a hue of 280°, a saturation of 57%, and a value of 100%.

  • HEX: #CD6CFE
  • RGB: rgb(205, 108, 254)
  • HSL: hsl(280, 99%, 71%)
  • HSV: hsv(280, 57%, 100%)
  • CMYK: 19.00% cyan, 57.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 46.58, 30.34, 73.09
  • Yxy: 30.34, 0.3105, 0.2023
  • Hunter Lab: 61.95, 56.33, -57.68
  • CIE-Lab: 61.95, 56.33, -57.68

In the XYZ color space, this color is represented as X: 46.58, Y: 30.34, Z: 73.09. The Yxy representation further refines this as Y: 30.34, x: 0.3105, and y: 0.2023.

In the Hunter Lab color space, this color is represented as L: 61.95, a: 56.33, and b: -57.68. Similarly, in the CIE-Lab color space, it is represented as L: 61.95, a: 56.33, and b: -57.68.

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

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

Analogous Colors of #CD6CFE

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

Split Complementary Colors of #CD6CFE

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

Tetradic Colors of #CD6CFE

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

Monochromatic Colors of #CD6CFE

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

Complementary Color of #CD6CFE

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

/* Using HEX */
body {
  background-color: #cd6cfe;
}
/* Using RGB */
body {
  background-color: rgb(205, 108, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 108, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(280, 99%, 71%);
}
/* Text color */
p {
  color: #cd6cfe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd6cfe;
}
/* Border color */
.box {
  border: 4px solid #cd6cfe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cd6cfe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cd6cfe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CD6CFE
On Black Background
#CD6CFE
On White Background
#CD6CFE

HTML Examples of #CD6CFE

<!-- Using HEX -->
<div style="background-color: #cd6cfe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 108, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 108, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(280, 99%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cd6cfe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cd6cfe; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cd6cfe; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cd6cfe;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cd6cfe; color: #fff; padding: 16px; border-radius: 8px;">
  #CD6CFE
</div>
#CD6CFE
On Black Background
#CD6CFE
On White Background
#CD6CFE

Related Colors of #CD6CFE

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