Color: #C56CDC

#C56CDC Color Information

#C56CDC is a light color. The closest websafe version is #C56CDC. A complement of this color would be #81DC6A, perceived brightness is 0.58, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 288°,a saturation of 62%, and a lightness of 64%.The HSV representation shows a hue of 288°, a saturation of 51%, and a value of 86%.

In a RGB color space, #C56CDC is composed of 77% red, 42% green and 86% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 51% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 27.51, x: 0.3329, and y: 0.2269.

Color Code #C56CDC

#C56CDCrgb(197, 108, 220)
HEX
#C56CDC
RGB
rgb(197, 108, 220)
HSL
hsl(288, 62%, 64%)
HSV
hsv(288, 51%, 86%)
CMYK
10%, 51%, 0%, 14%
XYZ
X: 40.36, Y: 27.51, Z: 53.35
Lab
L: 59.45, a: 48.83, b: -42.86
Name

Shades of Color #C56CDC

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

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

#C56CDCrgb(197, 108, 220)

About #C56CDC Color Code

In the HSL color space, this color has a hue angle of 288°, a saturation of 62%, and a lightness of 64%. The HSV representation shows a hue of 288°, a saturation of 51%, and a value of 86%.

  • HEX: #C56CDC
  • RGB: rgb(197, 108, 220)
  • HSL: hsl(288, 62%, 64%)
  • HSV: hsv(288, 51%, 86%)
  • CMYK: 10.00% cyan, 51.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 40.36, 27.51, 53.35
  • Yxy: 27.51, 0.3329, 0.2269
  • Hunter Lab: 59.45, 48.83, -42.86
  • CIE-Lab: 59.45, 48.83, -42.86

In the XYZ color space, this color is represented as X: 40.36, Y: 27.51, Z: 53.35. The Yxy representation further refines this as Y: 27.51, x: 0.3329, and y: 0.2269.

In the Hunter Lab color space, this color is represented as L: 59.45, a: 48.83, and b: -42.86. Similarly, in the CIE-Lab color space, it is represented as L: 59.45, a: 48.83, and b: -42.86.

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

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

Analogous Colors of #C56CDC

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

Split Complementary Colors of #C56CDC

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

Tetradic Colors of #C56CDC

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

Monochromatic Colors of #C56CDC

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

Complementary Color of #C56CDC

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

/* Using HEX */
body {
  background-color: #c56cdc;
}
/* Using RGB */
body {
  background-color: rgb(197, 108, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 108, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(288, 62%, 64%);
}
/* Text color */
p {
  color: #c56cdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c56cdc;
}
/* Border color */
.box {
  border: 4px solid #c56cdc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c56cdc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c56cdc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C56CDC
On Black Background
#C56CDC
On White Background
#C56CDC

HTML Examples of #C56CDC

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

Related Colors of #C56CDC

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