Color: #CA63AE

#CA63AE Color Information

#CA63AE is a light color. The closest websafe version is #CA63AE. A complement of this color would be #63CA7F, perceived brightness is 0.54, and the grayscale version is #979797.

In the HSL color space, this color has a hue angle of 316°,a saturation of 49%, and a lightness of 59%.The HSV representation shows a hue of 316°, a saturation of 51%, and a value of 79%.

In a RGB color space, #CA63AE is composed of 79% red, 39% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 51% magenta, 14% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 24.65, x: 0.3915, and y: 0.2636.

Color Code #CA63AE

#CA63AErgb(202, 99, 174)
HEX
#CA63AE
RGB
rgb(202, 99, 174)
HSL
hsl(316, 49%, 59%)
HSV
hsv(316, 51%, 79%)
CMYK
0%, 51%, 14%, 21%
XYZ
X: 36.62, Y: 24.65, Z: 32.26
Lab
L: 56.73, a: 48.57, b: -20.84
Name

Shades of Color #CA63AE

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

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

#CA63AErgb(202, 99, 174)

About #CA63AE Color Code

In the HSL color space, this color has a hue angle of 316°, a saturation of 49%, and a lightness of 59%. The HSV representation shows a hue of 316°, a saturation of 51%, and a value of 79%.

  • HEX: #CA63AE
  • RGB: rgb(202, 99, 174)
  • HSL: hsl(316, 49%, 59%)
  • HSV: hsv(316, 51%, 79%)
  • CMYK: 0.00% cyan, 51.00% magenta, 14.00% yellow, 21.00% black
  • XYZ: 36.62, 24.65, 32.26
  • Yxy: 24.65, 0.3915, 0.2636
  • Hunter Lab: 56.73, 48.57, -20.84
  • CIE-Lab: 56.73, 48.57, -20.84

In the XYZ color space, this color is represented as X: 36.62, Y: 24.65, Z: 32.26. The Yxy representation further refines this as Y: 24.65, x: 0.3915, and y: 0.2636.

In the Hunter Lab color space, this color is represented as L: 56.73, a: 48.57, and b: -20.84. Similarly, in the CIE-Lab color space, it is represented as L: 56.73, a: 48.57, and b: -20.84.

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

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

Analogous Colors of #CA63AE

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

Split Complementary Colors of #CA63AE

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

Tetradic Colors of #CA63AE

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

Monochromatic Colors of #CA63AE

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

Complementary Color of #CA63AE

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

/* Using HEX */
body {
  background-color: #ca63ae;
}
/* Using RGB */
body {
  background-color: rgb(202, 99, 174);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 99, 174, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(316, 49%, 59%);
}
/* Text color */
p {
  color: #ca63ae;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ca63ae;
}
/* Border color */
.box {
  border: 4px solid #ca63ae;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ca63ae;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ca63ae;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CA63AE
On Black Background
#CA63AE
On White Background
#CA63AE

HTML Examples of #CA63AE

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

Related Colors of #CA63AE

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