Color: #C397DB

#C397DB Color Information

#C397DB is a light color. The closest websafe version is #C397DB. A complement of this color would be #B0DC98, perceived brightness is 0.67, and the grayscale version is #B9B9B9.

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

In a RGB color space, #C397DB is composed of 76% red, 59% green and 86% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 31% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 38.62, x: 0.3303, and y: 0.2782.

Color Code #C397DB

#C397DBrgb(195, 151, 219)
HEX
#C397DB
RGB
rgb(195, 151, 219)
HSL
hsl(279, 49%, 73%)
HSV
hsv(279, 31%, 86%)
CMYK
11%, 31%, 0%, 14%
XYZ
X: 45.85, Y: 38.62, Z: 54.36
Lab
L: 68.48, a: 26.14, b: -28.37
Name

Shades of Color #C397DB

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

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

#C397DBrgb(195, 151, 219)

About #C397DB Color Code

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

  • HEX: #C397DB
  • RGB: rgb(195, 151, 219)
  • HSL: hsl(279, 49%, 73%)
  • HSV: hsv(279, 31%, 86%)
  • CMYK: 11.00% cyan, 31.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 45.85, 38.62, 54.36
  • Yxy: 38.62, 0.3303, 0.2782
  • Hunter Lab: 68.48, 26.14, -28.37
  • CIE-Lab: 68.48, 26.14, -28.37

In the XYZ color space, this color is represented as X: 45.85, Y: 38.62, Z: 54.36. The Yxy representation further refines this as Y: 38.62, x: 0.3303, and y: 0.2782.

In the Hunter Lab color space, this color is represented as L: 68.48, a: 26.14, and b: -28.37. Similarly, in the CIE-Lab color space, it is represented as L: 68.48, a: 26.14, and b: -28.37.

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

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

Analogous Colors of #C397DB

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

Monochromatic Colors of #C397DB

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

Complementary Color of #C397DB

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

/* Using HEX */
body {
  background-color: #c397db;
}
/* Using RGB */
body {
  background-color: rgb(195, 151, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(195, 151, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(279, 49%, 73%);
}
/* Text color */
p {
  color: #c397db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c397db;
}
/* Border color */
.box {
  border: 4px solid #c397db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c397db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c397db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C397DB
On Black Background
#C397DB
On White Background
#C397DB

HTML Examples of #C397DB

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

Related Colors of #C397DB

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