Color: #C383BD

#C383BD Color Information

#C383BD is a light color. The closest websafe version is #C383BD. A complement of this color would be #83C389, perceived brightness is 0.61, and the grayscale version is #A3A3A3.

In the HSL color space, this color has a hue angle of 306°,a saturation of 35%, and a lightness of 64%.The HSV representation shows a hue of 306°, a saturation of 33%, and a value of 76%.

In a RGB color space, #C383BD is composed of 76% red, 51% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 3% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 31.50, x: 0.3599, and y: 0.2847.

Color Code #C383BD

#C383BDrgb(195, 131, 189)
HEX
#C383BD
RGB
rgb(195, 131, 189)
HSL
hsl(306, 35%, 64%)
HSV
hsv(306, 33%, 76%)
CMYK
0%, 33%, 3%, 24%
XYZ
X: 39.82, Y: 31.50, Z: 39.31
Lab
L: 62.93, a: 32.14, b: -20.12
Name

Shades of Color #C383BD

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

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

#C383BDrgb(195, 131, 189)

About #C383BD Color Code

In the HSL color space, this color has a hue angle of 306°, a saturation of 35%, and a lightness of 64%. The HSV representation shows a hue of 306°, a saturation of 33%, and a value of 76%.

  • HEX: #C383BD
  • RGB: rgb(195, 131, 189)
  • HSL: hsl(306, 35%, 64%)
  • HSV: hsv(306, 33%, 76%)
  • CMYK: 0.00% cyan, 33.00% magenta, 3.00% yellow, 24.00% black
  • XYZ: 39.82, 31.50, 39.31
  • Yxy: 31.50, 0.3599, 0.2847
  • Hunter Lab: 62.93, 32.14, -20.12
  • CIE-Lab: 62.93, 32.14, -20.12

In the XYZ color space, this color is represented as X: 39.82, Y: 31.50, Z: 39.31. The Yxy representation further refines this as Y: 31.50, x: 0.3599, and y: 0.2847.

In the Hunter Lab color space, this color is represented as L: 62.93, a: 32.14, and b: -20.12. Similarly, in the CIE-Lab color space, it is represented as L: 62.93, a: 32.14, and b: -20.12.

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

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

Analogous Colors of #C383BD

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

Split Complementary Colors of #C383BD

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

Tetradic Colors of #C383BD

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

Monochromatic Colors of #C383BD

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

Complementary Color of #C383BD

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

/* Using HEX */
body {
  background-color: #c383bd;
}
/* Using RGB */
body {
  background-color: rgb(195, 131, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(195, 131, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(306, 35%, 64%);
}
/* Text color */
p {
  color: #c383bd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c383bd;
}
/* Border color */
.box {
  border: 4px solid #c383bd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c383bd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c383bd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C383BD
On Black Background
#C383BD
On White Background
#C383BD

HTML Examples of #C383BD

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

Related Colors of #C383BD

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