Color: #C0A6DB

#C0A6DB Color Information

#C0A6DB is a light color. The closest websafe version is #C0A6DB. A complement of this color would be #C0DAA4, perceived brightness is 0.71, and the grayscale version is #C1C1C1.

In the HSL color space, this color has a hue angle of 269°,a saturation of 42%, and a lightness of 75%.The HSV representation shows a hue of 269°, a saturation of 100%, and a value of 100%.

In a RGB color space, #C0A6DB is composed of 75% red, 65% green and 86% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 24% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 43.36, x: 0.3270, and y: 0.2966.

Color Code #C0A6DB

HEX
#C0A6DB
RGB
rgb(192, 166, 219)
HSL
hsl(269, 42%, 75%)
HSV
hsv(269, 24%, 86%)
CMYK
12%, 24%, 0%, 14%
XYZ
X: 47.81, Y: 43.36, Z: 55.03
Lab
L: 71.80, a: 17.29, b: -23.35
Name

Shades of Color #C0A6DB

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

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

About #C0A6DB Color Code

In the HSL color space, this color has a hue angle of 269°, a saturation of 42%, and a lightness of 75%. The HSV representation shows a hue of 269°, a saturation of 24%, and a value of 86%.

  • HEX: #C0A6DB
  • RGB: rgb(192, 166, 219)
  • HSL: hsl(269, 42%, 75%)
  • HSV: hsv(269, 24%, 86%)
  • CMYK: 12.00% cyan, 24.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 47.81, 43.36, 55.03
  • Yxy: 43.36, 0.3270, 0.2966
  • Hunter Lab: 71.80, 17.29, -23.35
  • CIE-Lab: 71.80, 17.29, -23.35

In the XYZ color space, this color is represented as X: 47.81, Y: 43.36, Z: 55.03. The Yxy representation further refines this as Y: 43.36, x: 0.3270, and y: 0.2966.

In the Hunter Lab color space, this color is represented as L: 71.80, a: 17.29, and b: -23.35. Similarly, in the CIE-Lab color space, it is represented as L: 71.80, a: 17.29, and b: -23.35.

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

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

Analogous Colors of #C0A6DB

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

Monochromatic Colors of #C0A6DB

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

Complementary Color of #C0A6DB

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

/* Using HEX */
body {
  background-color: #c0a6db;
}
/* Using RGB */
body {
  background-color: rgb(192, 166, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(192, 166, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(269, 42%, 75%);
}
/* Text color */
p {
  color: #c0a6db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c0a6db;
}

HTML Examples of #C0A6DB

<!-- Using HEX -->
<div style="background-color: #c0a6db; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(192, 166, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(192, 166, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(269, 42%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c0a6db;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c0a6db; width: 100px; height: 100px;"></div>

Related Colors of #C0A6DB

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