Color: #C66CFC

#C66CFC Color Information

#C66CFC is a light color. The closest websafe version is #C66CFC. A complement of this color would be #A2FC6E, perceived brightness is 0.59, 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, #C66CFC 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.22, x: 0.3051, and y: 0.2011.

Color Code #C66CFC

#C66CFCrgb(198, 108, 252)
HEX
#C66CFC
RGB
rgb(198, 108, 252)
HSL
hsl(278, 96%, 71%)
HSV
hsv(278, 57%, 99%)
CMYK
21%, 57%, 0%, 1%
XYZ
X: 44.33, Y: 29.22, Z: 71.76
Lab
L: 60.97, a: 54.12, b: -58.19
Name

Shades of Color #C66CFC

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

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

#C66CFCrgb(198, 108, 252)

About #C66CFC 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: #C66CFC
  • RGB: rgb(198, 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.33, 29.22, 71.76
  • Yxy: 29.22, 0.3051, 0.2011
  • Hunter Lab: 60.97, 54.12, -58.19
  • CIE-Lab: 60.97, 54.12, -58.19

In the XYZ color space, this color is represented as X: 44.33, Y: 29.22, Z: 71.76. The Yxy representation further refines this as Y: 29.22, x: 0.3051, and y: 0.2011.

In the Hunter Lab color space, this color is represented as L: 60.97, a: 54.12, and b: -58.19. Similarly, in the CIE-Lab color space, it is represented as L: 60.97, a: 54.12, and b: -58.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 #C66CFC

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

Analogous Colors of #C66CFC

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

Monochromatic Colors of #C66CFC

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

Complementary Color of #C66CFC

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

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

HTML Examples of #C66CFC

<!-- Using HEX -->
<div style="background-color: #c66cfc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(198, 108, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(198, 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: #c66cfc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c66cfc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c66cfc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c66cfc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c66cfc; color: #fff; padding: 16px; border-radius: 8px;">
  #C66CFC
</div>
#C66CFC
On Black Background
#C66CFC
On White Background
#C66CFC

Related Colors of #C66CFC

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