Color: #CE6BE0

#CE6BE0 Color Information

#CE6BE0 is a light color. The closest websafe version is #CE6BE0. A complement of this color would be #7DE06C, perceived brightness is 0.59, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 291°,a saturation of 65%, and a lightness of 65%.The HSV representation shows a hue of 291°, a saturation of 52%, and a value of 88%.

In a RGB color space, #CE6BE0 is composed of 81% red, 42% green and 88% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 52% magenta, 0% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 28.79, x: 0.3390, and y: 0.2257.

Color Code #CE6BE0

#CE6BE0rgb(206, 107, 224)
HEX
#CE6BE0
RGB
rgb(206, 107, 224)
HSL
hsl(291, 65%, 65%)
HSV
hsv(291, 52%, 88%)
CMYK
8%, 52%, 0%, 12%
XYZ
X: 43.24, Y: 28.79, Z: 55.52
Lab
L: 60.60, a: 52.56, b: -43.19
Name

Shades of Color #CE6BE0

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

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

#CE6BE0rgb(206, 107, 224)

About #CE6BE0 Color Code

In the HSL color space, this color has a hue angle of 291°, a saturation of 65%, and a lightness of 65%. The HSV representation shows a hue of 291°, a saturation of 52%, and a value of 88%.

  • HEX: #CE6BE0
  • RGB: rgb(206, 107, 224)
  • HSL: hsl(291, 65%, 65%)
  • HSV: hsv(291, 52%, 88%)
  • CMYK: 8.00% cyan, 52.00% magenta, 0.00% yellow, 12.00% black
  • XYZ: 43.24, 28.79, 55.52
  • Yxy: 28.79, 0.3390, 0.2257
  • Hunter Lab: 60.60, 52.56, -43.19
  • CIE-Lab: 60.60, 52.56, -43.19

In the XYZ color space, this color is represented as X: 43.24, Y: 28.79, Z: 55.52. The Yxy representation further refines this as Y: 28.79, x: 0.3390, and y: 0.2257.

In the Hunter Lab color space, this color is represented as L: 60.60, a: 52.56, and b: -43.19. Similarly, in the CIE-Lab color space, it is represented as L: 60.60, a: 52.56, and b: -43.19.

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

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

Analogous Colors of #CE6BE0

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

Monochromatic Colors of #CE6BE0

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

Complementary Color of #CE6BE0

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

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

HTML Examples of #CE6BE0

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

Related Colors of #CE6BE0

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