Color: #C374DD

#C374DD Color Information

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

In the HSL color space, this color has a hue angle of 285°,a saturation of 61%, and a lightness of 66%.The HSV representation shows a hue of 285°, a saturation of 48%, and a value of 87%.

In a RGB color space, #C374DD is composed of 76% red, 45% green and 87% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 48% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 29.05, x: 0.3296, and y: 0.2343.

Color Code #C374DD

#C374DDrgb(195, 116, 221)
HEX
#C374DD
RGB
rgb(195, 116, 221)
HSL
hsl(285, 61%, 66%)
HSV
hsv(285, 48%, 87%)
CMYK
12%, 48%, 0%, 13%
XYZ
X: 40.87, Y: 29.05, Z: 54.09
Lab
L: 60.82, a: 44.45, b: -41.29
Name

Shades of Color #C374DD

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

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

#C374DDrgb(195, 116, 221)

About #C374DD Color Code

In the HSL color space, this color has a hue angle of 285°, a saturation of 61%, and a lightness of 66%. The HSV representation shows a hue of 285°, a saturation of 48%, and a value of 87%.

  • HEX: #C374DD
  • RGB: rgb(195, 116, 221)
  • HSL: hsl(285, 61%, 66%)
  • HSV: hsv(285, 48%, 87%)
  • CMYK: 12.00% cyan, 48.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 40.87, 29.05, 54.09
  • Yxy: 29.05, 0.3296, 0.2343
  • Hunter Lab: 60.82, 44.45, -41.29
  • CIE-Lab: 60.82, 44.45, -41.29

In the XYZ color space, this color is represented as X: 40.87, Y: 29.05, Z: 54.09. The Yxy representation further refines this as Y: 29.05, x: 0.3296, and y: 0.2343.

In the Hunter Lab color space, this color is represented as L: 60.82, a: 44.45, and b: -41.29. Similarly, in the CIE-Lab color space, it is represented as L: 60.82, a: 44.45, and b: -41.29.

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

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

Analogous Colors of #C374DD

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

Split Complementary Colors of #C374DD

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

Tetradic Colors of #C374DD

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

Monochromatic Colors of #C374DD

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

Complementary Color of #C374DD

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

/* Using HEX */
body {
  background-color: #c374dd;
}
/* Using RGB */
body {
  background-color: rgb(195, 116, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(195, 116, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(285, 61%, 66%);
}
/* Text color */
p {
  color: #c374dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c374dd;
}
/* Border color */
.box {
  border: 4px solid #c374dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c374dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c374dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C374DD
On Black Background
#C374DD
On White Background
#C374DD

HTML Examples of #C374DD

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

Related Colors of #C374DD

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