Color: #C24DCD

#C24DCD Color Information

#C24DCD is a dark color. The closest websafe version is #C24DCD. A complement of this color would be #57CD4C, perceived brightness is 0.50, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 295°,a saturation of 56%, and a lightness of 55%.The HSV representation shows a hue of 295°, a saturation of 62%, and a value of 80%.

In a RGB color space, #C24DCD is composed of 76% red, 30% green and 80% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 62% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 21.02, x: 0.3470, and y: 0.2077.

Color Code #C24DCD

#C24DCDrgb(194, 77, 205)
HEX
#C24DCD
RGB
rgb(194, 77, 205)
HSL
hsl(295, 56%, 55%)
HSV
hsv(295, 62%, 80%)
CMYK
5%, 62%, 0%, 20%
XYZ
X: 35.12, Y: 21.02, Z: 45.07
Lab
L: 52.98, a: 59.76, b: -44.56
Name

Shades of Color #C24DCD

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

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

#C24DCDrgb(194, 77, 205)

About #C24DCD Color Code

In the HSL color space, this color has a hue angle of 295°, a saturation of 56%, and a lightness of 55%. The HSV representation shows a hue of 295°, a saturation of 62%, and a value of 80%.

  • HEX: #C24DCD
  • RGB: rgb(194, 77, 205)
  • HSL: hsl(295, 56%, 55%)
  • HSV: hsv(295, 62%, 80%)
  • CMYK: 5.00% cyan, 62.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 35.12, 21.02, 45.07
  • Yxy: 21.02, 0.3470, 0.2077
  • Hunter Lab: 52.98, 59.76, -44.56
  • CIE-Lab: 52.98, 59.76, -44.56

In the XYZ color space, this color is represented as X: 35.12, Y: 21.02, Z: 45.07. The Yxy representation further refines this as Y: 21.02, x: 0.3470, and y: 0.2077.

In the Hunter Lab color space, this color is represented as L: 52.98, a: 59.76, and b: -44.56. Similarly, in the CIE-Lab color space, it is represented as L: 52.98, a: 59.76, and b: -44.56.

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

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

Analogous Colors of #C24DCD

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

Split Complementary Colors of #C24DCD

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

Tetradic Colors of #C24DCD

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

Monochromatic Colors of #C24DCD

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

Complementary Color of #C24DCD

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

/* Using HEX */
body {
  background-color: #c24dcd;
}
/* Using RGB */
body {
  background-color: rgb(194, 77, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(194, 77, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(295, 56%, 55%);
}
/* Text color */
p {
  color: #c24dcd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c24dcd;
}
/* Border color */
.box {
  border: 4px solid #c24dcd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c24dcd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c24dcd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C24DCD
On Black Background
#C24DCD
On White Background
#C24DCD

HTML Examples of #C24DCD

<!-- Using HEX -->
<div style="background-color: #c24dcd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(194, 77, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(194, 77, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(295, 56%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c24dcd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c24dcd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c24dcd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c24dcd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c24dcd; color: #fff; padding: 16px; border-radius: 8px;">
  #C24DCD
</div>
#C24DCD
On Black Background
#C24DCD
On White Background
#C24DCD

Related Colors of #C24DCD

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