Color: #C760DB

#C760DB Color Information

#C760DB is a light color. The closest websafe version is #C760DB. A complement of this color would be #75DB61, perceived brightness is 0.55, and the grayscale version is #9D9D9D.

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

In a RGB color space, #C760DB is composed of 78% red, 38% green and 86% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 56% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 25.39, x: 0.3367, and y: 0.2162.

Color Code #C760DB

#C760DBrgb(199, 96, 219)
HEX
#C760DB
RGB
rgb(199, 96, 219)
HSL
hsl(290, 63%, 62%)
HSV
hsv(290, 56%, 86%)
CMYK
9%, 56%, 0%, 14%
XYZ
X: 39.54, Y: 25.39, Z: 52.52
Lab
L: 57.45, a: 54.89, b: -45.40
Name

Shades of Color #C760DB

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

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

#C760DBrgb(199, 96, 219)

About #C760DB Color Code

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

  • HEX: #C760DB
  • RGB: rgb(199, 96, 219)
  • HSL: hsl(290, 63%, 62%)
  • HSV: hsv(290, 56%, 86%)
  • CMYK: 9.00% cyan, 56.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 39.54, 25.39, 52.52
  • Yxy: 25.39, 0.3367, 0.2162
  • Hunter Lab: 57.45, 54.89, -45.40
  • CIE-Lab: 57.45, 54.89, -45.40

In the XYZ color space, this color is represented as X: 39.54, Y: 25.39, Z: 52.52. The Yxy representation further refines this as Y: 25.39, x: 0.3367, and y: 0.2162.

In the Hunter Lab color space, this color is represented as L: 57.45, a: 54.89, and b: -45.40. Similarly, in the CIE-Lab color space, it is represented as L: 57.45, a: 54.89, and b: -45.40.

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

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

Analogous Colors of #C760DB

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

Split Complementary Colors of #C760DB

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

Tetradic Colors of #C760DB

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

Monochromatic Colors of #C760DB

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

Complementary Color of #C760DB

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

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

HTML Examples of #C760DB

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

Related Colors of #C760DB

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