Color: #CC96DC

#CC96DC Color Information

#CC96DC is a light color. The closest websafe version is #CC96DC. A complement of this color would be #A8DD98, perceived brightness is 0.68, and the grayscale version is #B9B9B9.

In the HSL color space, this color has a hue angle of 286°,a saturation of 50%, and a lightness of 73%.The HSV representation shows a hue of 286°, a saturation of 32%, and a value of 86%.

In a RGB color space, #CC96DC is composed of 80% red, 59% green and 86% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 32% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 39.64, x: 0.3382, and y: 0.2774.

Color Code #CC96DC

#CC96DCrgb(204, 150, 220)
HEX
#CC96DC
RGB
rgb(204, 150, 220)
HSL
hsl(286, 50%, 73%)
HSV
hsv(286, 32%, 86%)
CMYK
7%, 32%, 0%, 14%
XYZ
X: 48.32, Y: 39.64, Z: 54.92
Lab
L: 69.21, a: 29.85, b: -27.70
Name

Shades of Color #CC96DC

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

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

#CC96DCrgb(204, 150, 220)

About #CC96DC Color Code

In the HSL color space, this color has a hue angle of 286°, a saturation of 50%, and a lightness of 73%. The HSV representation shows a hue of 286°, a saturation of 32%, and a value of 86%.

  • HEX: #CC96DC
  • RGB: rgb(204, 150, 220)
  • HSL: hsl(286, 50%, 73%)
  • HSV: hsv(286, 32%, 86%)
  • CMYK: 7.00% cyan, 32.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 48.32, 39.64, 54.92
  • Yxy: 39.64, 0.3382, 0.2774
  • Hunter Lab: 69.21, 29.85, -27.70
  • CIE-Lab: 69.21, 29.85, -27.70

In the XYZ color space, this color is represented as X: 48.32, Y: 39.64, Z: 54.92. The Yxy representation further refines this as Y: 39.64, x: 0.3382, and y: 0.2774.

In the Hunter Lab color space, this color is represented as L: 69.21, a: 29.85, and b: -27.70. Similarly, in the CIE-Lab color space, it is represented as L: 69.21, a: 29.85, and b: -27.70.

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

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

Analogous Colors of #CC96DC

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

Monochromatic Colors of #CC96DC

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

Complementary Color of #CC96DC

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

/* Using HEX */
body {
  background-color: #cc96dc;
}
/* Using RGB */
body {
  background-color: rgb(204, 150, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 150, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(286, 50%, 73%);
}
/* Text color */
p {
  color: #cc96dc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cc96dc;
}
/* Border color */
.box {
  border: 4px solid #cc96dc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cc96dc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cc96dc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CC96DC
On Black Background
#CC96DC
On White Background
#CC96DC

HTML Examples of #CC96DC

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

Related Colors of #CC96DC

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