Color: #CA6DCC

#CA6DCC Color Information

#CA6DCC is a light color. The closest websafe version is #CA6DCC. A complement of this color would be #6DCB6C, perceived brightness is 0.58, and the grayscale version is #9D9D9D.

In the HSL color space, this color has a hue angle of 299°,a saturation of 48%, and a lightness of 61%.The HSV representation shows a hue of 299°, a saturation of 47%, and a value of 80%.

In a RGB color space, #CA6DCC is composed of 79% red, 43% green and 80% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 47% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 27.76, x: 0.3550, and y: 0.2446.

Color Code #CA6DCC

#CA6DCCrgb(202, 109, 204)
HEX
#CA6DCC
RGB
rgb(202, 109, 204)
HSL
hsl(299, 48%, 61%)
HSV
hsv(299, 47%, 80%)
CMYK
1%, 47%, 0%, 20%
XYZ
X: 40.28, Y: 27.76, Z: 45.43
Lab
L: 59.68, a: 47.60, b: -33.44
Name

Shades of Color #CA6DCC

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

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

#CA6DCCrgb(202, 109, 204)

About #CA6DCC Color Code

In the HSL color space, this color has a hue angle of 299°, a saturation of 48%, and a lightness of 61%. The HSV representation shows a hue of 299°, a saturation of 47%, and a value of 80%.

  • HEX: #CA6DCC
  • RGB: rgb(202, 109, 204)
  • HSL: hsl(299, 48%, 61%)
  • HSV: hsv(299, 47%, 80%)
  • CMYK: 100.00% cyan, 47.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 40.28, 27.76, 45.43
  • Yxy: 27.76, 0.3550, 0.2446
  • Hunter Lab: 59.68, 47.60, -33.44
  • CIE-Lab: 59.68, 47.60, -33.44

In the XYZ color space, this color is represented as X: 40.28, Y: 27.76, Z: 45.43. The Yxy representation further refines this as Y: 27.76, x: 0.3550, and y: 0.2446.

In the Hunter Lab color space, this color is represented as L: 59.68, a: 47.60, and b: -33.44. Similarly, in the CIE-Lab color space, it is represented as L: 59.68, a: 47.60, and b: -33.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 #CA6DCC

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

Analogous Colors of #CA6DCC

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

Monochromatic Colors of #CA6DCC

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

Complementary Color of #CA6DCC

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

/* Using HEX */
body {
  background-color: #ca6dcc;
}
/* Using RGB */
body {
  background-color: rgb(202, 109, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 109, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(299, 48%, 61%);
}
/* Text color */
p {
  color: #ca6dcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ca6dcc;
}
/* Border color */
.box {
  border: 4px solid #ca6dcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ca6dcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ca6dcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CA6DCC
On Black Background
#CA6DCC
On White Background
#CA6DCC

HTML Examples of #CA6DCC

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

Related Colors of #CA6DCC

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