Color: #CC7CE9

#CC7CE9 Color Information

#CC7CE9 is a light color. The closest websafe version is #CC7CE9. A complement of this color would be #99E97C, perceived brightness is 0.63, and the grayscale version is #B3B3B3.

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

In a RGB color space, #CC7CE9 is composed of 80% red, 49% green and 91% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 47% magenta, 0% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 32.82, x: 0.3278, and y: 0.2352.

Color Code #CC7CE9

HEX
#CC7CE9
RGB
rgb(204, 124, 233)
HSL
hsl(284, 71%, 70%)
HSV
hsv(284, 47%, 91%)
CMYK
12%, 47%, 0%, 9%
XYZ
X: 45.75, Y: 32.82, Z: 60.99
Lab
L: 64.02, a: 45.08, b: -42.87
Name

Shades of Color #CC7CE9

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

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

About #CC7CE9 Color Code

In the HSL color space, this color has a hue angle of 284°, a saturation of 71%, and a lightness of 70%. The HSV representation shows a hue of 284°, a saturation of 47%, and a value of 91%.

  • HEX: #CC7CE9
  • RGB: rgb(204, 124, 233)
  • HSL: hsl(284, 71%, 70%)
  • HSV: hsv(284, 47%, 91%)
  • CMYK: 12.00% cyan, 47.00% magenta, 0.00% yellow, 9.00% black
  • XYZ: 45.75, 32.82, 60.99
  • Yxy: 32.82, 0.3278, 0.2352
  • Hunter Lab: 64.02, 45.08, -42.87
  • CIE-Lab: 64.02, 45.08, -42.87

In the XYZ color space, this color is represented as X: 45.75, Y: 32.82, Z: 60.99. The Yxy representation further refines this as Y: 32.82, x: 0.3278, and y: 0.2352.

In the Hunter Lab color space, this color is represented as L: 64.02, a: 45.08, and b: -42.87. Similarly, in the CIE-Lab color space, it is represented as L: 64.02, a: 45.08, and b: -42.87.

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

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

Analogous Colors of #CC7CE9

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

Monochromatic Colors of #CC7CE9

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

Complementary Color of #CC7CE9

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

/* Using HEX */
body {
  background-color: #cc7ce9;
}
/* Using RGB */
body {
  background-color: rgb(204, 124, 233);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 124, 233, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(284, 71%, 70%);
}
/* Text color */
p {
  color: #cc7ce9;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cc7ce9;
}

HTML Examples of #CC7CE9

<!-- Using HEX -->
<div style="background-color: #cc7ce9; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 124, 233); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 124, 233, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(284, 71%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cc7ce9;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cc7ce9; width: 100px; height: 100px;"></div>

Related Colors of #CC7CE9

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