Color: #C577DB

#C577DB Color Information

#C577DB is a light color. The closest websafe version is #C577DB. A complement of this color would be #8CDB76, perceived brightness is 0.60, and the grayscale version is #A9A9A9.

In the HSL color space, this color has a hue angle of 287°,a saturation of 58%, and a lightness of 66%.The HSV representation shows a hue of 287°, a saturation of 46%, and a value of 86%.

In a RGB color space, #C577DB is composed of 77% red, 47% green and 86% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 46% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 29.94, x: 0.3335, and y: 0.2401.

Color Code #C577DB

#C577DBrgb(197, 119, 219)
HEX
#C577DB
RGB
rgb(197, 119, 219)
HSL
hsl(287, 58%, 66%)
HSV
hsv(287, 46%, 86%)
CMYK
10%, 46%, 0%, 14%
XYZ
X: 41.59, Y: 29.94, Z: 53.16
Lab
L: 61.60, a: 43.27, b: -38.93
Name

Shades of Color #C577DB

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

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

#C577DBrgb(197, 119, 219)

About #C577DB Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 58%, and a lightness of 66%. The HSV representation shows a hue of 287°, a saturation of 46%, and a value of 86%.

  • HEX: #C577DB
  • RGB: rgb(197, 119, 219)
  • HSL: hsl(287, 58%, 66%)
  • HSV: hsv(287, 46%, 86%)
  • CMYK: 10.00% cyan, 46.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 41.59, 29.94, 53.16
  • Yxy: 29.94, 0.3335, 0.2401
  • Hunter Lab: 61.60, 43.27, -38.93
  • CIE-Lab: 61.60, 43.27, -38.93

In the XYZ color space, this color is represented as X: 41.59, Y: 29.94, Z: 53.16. The Yxy representation further refines this as Y: 29.94, x: 0.3335, and y: 0.2401.

In the Hunter Lab color space, this color is represented as L: 61.60, a: 43.27, and b: -38.93. Similarly, in the CIE-Lab color space, it is represented as L: 61.60, a: 43.27, and b: -38.93.

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

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

Analogous Colors of #C577DB

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

Split Complementary Colors of #C577DB

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

Tetradic Colors of #C577DB

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

Monochromatic Colors of #C577DB

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

Complementary Color of #C577DB

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

/* Using HEX */
body {
  background-color: #c577db;
}
/* Using RGB */
body {
  background-color: rgb(197, 119, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 119, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 58%, 66%);
}
/* Text color */
p {
  color: #c577db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c577db;
}
/* Border color */
.box {
  border: 4px solid #c577db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c577db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c577db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C577DB
On Black Background
#C577DB
On White Background
#C577DB

HTML Examples of #C577DB

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

Related Colors of #C577DB

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