Color: #C744DC

#C744DC Color Information

#C744DC is a dark color. The closest websafe version is #C744DC. A complement of this color would be #57DB43, perceived brightness is 0.49, and the grayscale version is #909090.

In the HSL color space, this color has a hue angle of 292°,a saturation of 68%, and a lightness of 56%.The HSV representation shows a hue of 292°, a saturation of 69%, and a value of 86%.

In a RGB color space, #C744DC is composed of 78% red, 27% green and 86% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 69% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 21.19, x: 0.3366, and y: 0.1908.

Color Code #C744DC

#C744DCrgb(199, 68, 220)
HEX
#C744DC
RGB
rgb(199, 68, 220)
HSL
hsl(292, 68%, 56%)
HSV
hsv(292, 69%, 86%)
CMYK
10%, 69%, 0%, 14%
XYZ
X: 37.37, Y: 21.19, Z: 52.47
Lab
L: 53.16, a: 66.46, b: -52.74
Name

Shades of Color #C744DC

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

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

#C744DCrgb(199, 68, 220)

About #C744DC Color Code

In the HSL color space, this color has a hue angle of 292°, a saturation of 68%, and a lightness of 56%. The HSV representation shows a hue of 292°, a saturation of 69%, and a value of 86%.

  • HEX: #C744DC
  • RGB: rgb(199, 68, 220)
  • HSL: hsl(292, 68%, 56%)
  • HSV: hsv(292, 69%, 86%)
  • CMYK: 10.00% cyan, 69.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 37.37, 21.19, 52.47
  • Yxy: 21.19, 0.3366, 0.1908
  • Hunter Lab: 53.16, 66.46, -52.74
  • CIE-Lab: 53.16, 66.46, -52.74

In the XYZ color space, this color is represented as X: 37.37, Y: 21.19, Z: 52.47. The Yxy representation further refines this as Y: 21.19, x: 0.3366, and y: 0.1908.

In the Hunter Lab color space, this color is represented as L: 53.16, a: 66.46, and b: -52.74. Similarly, in the CIE-Lab color space, it is represented as L: 53.16, a: 66.46, and b: -52.74.

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

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

Analogous Colors of #C744DC

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

Split Complementary Colors of #C744DC

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

Tetradic Colors of #C744DC

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

Monochromatic Colors of #C744DC

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

Complementary Color of #C744DC

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

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

HTML Examples of #C744DC

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

Related Colors of #C744DC

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