Color: #CD70DB

#CD70DB Color Information

#CD70DB is a light color. The closest websafe version is #CD70DB. A complement of this color would be #7EDB70, perceived brightness is 0.60, and the grayscale version is #A5A5A5.

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

In a RGB color space, #CD70DB is composed of 80% red, 44% green and 86% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 49% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 29.49, x: 0.3426, and y: 0.2350.

Color Code #CD70DB

HEX
#CD70DB
RGB
rgb(205, 112, 219)
HSL
hsl(292, 60%, 65%)
HSV
hsv(292, 49%, 86%)
CMYK
6%, 49%, 0%, 14%
XYZ
X: 43.00, Y: 29.49, Z: 53.01
Lab
L: 61.21, a: 49.17, b: -39.44
Name

Shades of Color #CD70DB

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

Tints are created by lightening the original color #CD70DB 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 #CD70DB Color Code

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

  • HEX: #CD70DB
  • RGB: rgb(205, 112, 219)
  • HSL: hsl(292, 60%, 65%)
  • HSV: hsv(292, 49%, 86%)
  • CMYK: 6.00% cyan, 49.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 43.00, 29.49, 53.01
  • Yxy: 29.49, 0.3426, 0.2350
  • Hunter Lab: 61.21, 49.17, -39.44
  • CIE-Lab: 61.21, 49.17, -39.44

In the XYZ color space, this color is represented as X: 43.00, Y: 29.49, Z: 53.01. The Yxy representation further refines this as Y: 29.49, x: 0.3426, and y: 0.2350.

In the Hunter Lab color space, this color is represented as L: 61.21, a: 49.17, and b: -39.44. Similarly, in the CIE-Lab color space, it is represented as L: 61.21, a: 49.17, and b: -39.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 #CD70DB

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

Analogous Colors of #CD70DB

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

Monochromatic Colors of #CD70DB

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

Complementary Color of #CD70DB

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

/* Using HEX */
body {
  background-color: #cd70db;
}
/* Using RGB */
body {
  background-color: rgb(205, 112, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 112, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(292, 60%, 65%);
}
/* Text color */
p {
  color: #cd70db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd70db;
}

HTML Examples of #CD70DB

<!-- Using HEX -->
<div style="background-color: #cd70db; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 112, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 112, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(292, 60%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cd70db;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cd70db; width: 100px; height: 100px;"></div>

Related Colors of #CD70DB

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