Color: #C86CFC

#C86CFC Color Information

#C86CFC is a light color. The closest websafe version is #C86CFC. A complement of this color would be #A2FC6E, perceived brightness is 0.60, and the grayscale version is #B4B4B4.

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

In a RGB color space, #C86CFC is composed of 78% red, 42% green and 99% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 57% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 29.50, x: 0.3071, and y: 0.2018.

Color Code #C86CFC

#C86CFCrgb(200, 108, 252)
HEX
#C86CFC
RGB
rgb(200, 108, 252)
HSL
hsl(278, 96%, 71%)
HSV
hsv(278, 57%, 99%)
CMYK
21%, 57%, 0%, 1%
XYZ
X: 44.89, Y: 29.50, Z: 71.78
Lab
L: 61.22, a: 54.66, b: -57.78
Name

Shades of Color #C86CFC

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

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

#C86CFCrgb(200, 108, 252)

About #C86CFC Color Code

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

  • HEX: #C86CFC
  • RGB: rgb(200, 108, 252)
  • HSL: hsl(278, 96%, 71%)
  • HSV: hsv(278, 57%, 99%)
  • CMYK: 21.00% cyan, 57.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 44.89, 29.50, 71.78
  • Yxy: 29.50, 0.3071, 0.2018
  • Hunter Lab: 61.22, 54.66, -57.78
  • CIE-Lab: 61.22, 54.66, -57.78

In the XYZ color space, this color is represented as X: 44.89, Y: 29.50, Z: 71.78. The Yxy representation further refines this as Y: 29.50, x: 0.3071, and y: 0.2018.

In the Hunter Lab color space, this color is represented as L: 61.22, a: 54.66, and b: -57.78. Similarly, in the CIE-Lab color space, it is represented as L: 61.22, a: 54.66, and b: -57.78.

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

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

Analogous Colors of #C86CFC

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

Split Complementary Colors of #C86CFC

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

Tetradic Colors of #C86CFC

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

Monochromatic Colors of #C86CFC

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

Complementary Color of #C86CFC

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

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

HTML Examples of #C86CFC

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

Related Colors of #C86CFC

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