Color: #CC4BDD

#CC4BDD Color Information

#CC4BDD is a light color. The closest websafe version is #CC4BDD. A complement of this color would be #5CDD4B, perceived brightness is 0.51, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 293°,a saturation of 68%, and a lightness of 58%.The HSV representation shows a hue of 293°, a saturation of 66%, and a value of 87%.

In a RGB color space, #CC4BDD is composed of 80% red, 29% green and 87% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 66% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 22.86, x: 0.3413, and y: 0.1981.

Color Code #CC4BDD

#CC4BDDrgb(204, 75, 221)
HEX
#CC4BDD
RGB
rgb(204, 75, 221)
HSL
hsl(293, 68%, 58%)
HSV
hsv(293, 66%, 87%)
CMYK
8%, 66%, 0%, 13%
XYZ
X: 39.39, Y: 22.86, Z: 53.16
Lab
L: 54.93, a: 65.25, b: -50.44
Name

Shades of Color #CC4BDD

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

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

#CC4BDDrgb(204, 75, 221)

About #CC4BDD Color Code

In the HSL color space, this color has a hue angle of 293°, a saturation of 68%, and a lightness of 58%. The HSV representation shows a hue of 293°, a saturation of 66%, and a value of 87%.

  • HEX: #CC4BDD
  • RGB: rgb(204, 75, 221)
  • HSL: hsl(293, 68%, 58%)
  • HSV: hsv(293, 66%, 87%)
  • CMYK: 8.00% cyan, 66.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 39.39, 22.86, 53.16
  • Yxy: 22.86, 0.3413, 0.1981
  • Hunter Lab: 54.93, 65.25, -50.44
  • CIE-Lab: 54.93, 65.25, -50.44

In the XYZ color space, this color is represented as X: 39.39, Y: 22.86, Z: 53.16. The Yxy representation further refines this as Y: 22.86, x: 0.3413, and y: 0.1981.

In the Hunter Lab color space, this color is represented as L: 54.93, a: 65.25, and b: -50.44. Similarly, in the CIE-Lab color space, it is represented as L: 54.93, a: 65.25, and b: -50.44.

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

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

Analogous Colors of #CC4BDD

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

Split Complementary Colors of #CC4BDD

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

Tetradic Colors of #CC4BDD

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

Monochromatic Colors of #CC4BDD

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

Complementary Color of #CC4BDD

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

/* Using HEX */
body {
  background-color: #cc4bdd;
}
/* Using RGB */
body {
  background-color: rgb(204, 75, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 75, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(293, 68%, 58%);
}
/* Text color */
p {
  color: #cc4bdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cc4bdd;
}
/* Border color */
.box {
  border: 4px solid #cc4bdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cc4bdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cc4bdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CC4BDD
On Black Background
#CC4BDD
On White Background
#CC4BDD

HTML Examples of #CC4BDD

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

Related Colors of #CC4BDD

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