Color: #C280DD

#C280DD Color Information

#C280DD is a light color. The closest websafe version is #C280DD. A complement of this color would be #99DD7E, perceived brightness is 0.62, and the grayscale version is #AFAFAF.

In the HSL color space, this color has a hue angle of 283°,a saturation of 58%, and a lightness of 68%.The HSV representation shows a hue of 283°, a saturation of 42%, and a value of 87%.

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

In the Yxy color space, this color is represented as Y: 31.86, x: 0.3282, and y: 0.2479.

Color Code #C280DD

#C280DDrgb(194, 128, 221)
HEX
#C280DD
RGB
rgb(194, 128, 221)
HSL
hsl(283, 58%, 68%)
HSV
hsv(283, 42%, 87%)
CMYK
12%, 42%, 0%, 13%
XYZ
X: 42.18, Y: 31.86, Z: 54.49
Lab
L: 63.23, a: 38.07, b: -37.56
Name

Shades of Color #C280DD

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

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

#C280DDrgb(194, 128, 221)

About #C280DD Color Code

In the HSL color space, this color has a hue angle of 283°, a saturation of 58%, and a lightness of 68%. The HSV representation shows a hue of 283°, a saturation of 42%, and a value of 87%.

  • HEX: #C280DD
  • RGB: rgb(194, 128, 221)
  • HSL: hsl(283, 58%, 68%)
  • HSV: hsv(283, 42%, 87%)
  • CMYK: 12.00% cyan, 42.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 42.18, 31.86, 54.49
  • Yxy: 31.86, 0.3282, 0.2479
  • Hunter Lab: 63.23, 38.07, -37.56
  • CIE-Lab: 63.23, 38.07, -37.56

In the XYZ color space, this color is represented as X: 42.18, Y: 31.86, Z: 54.49. The Yxy representation further refines this as Y: 31.86, x: 0.3282, and y: 0.2479.

In the Hunter Lab color space, this color is represented as L: 63.23, a: 38.07, and b: -37.56. Similarly, in the CIE-Lab color space, it is represented as L: 63.23, a: 38.07, and b: -37.56.

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

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

Analogous Colors of #C280DD

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

Split Complementary Colors of #C280DD

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

Tetradic Colors of #C280DD

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

Monochromatic Colors of #C280DD

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

Complementary Color of #C280DD

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

/* Using HEX */
body {
  background-color: #c280dd;
}
/* Using RGB */
body {
  background-color: rgb(194, 128, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(194, 128, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(283, 58%, 68%);
}
/* Text color */
p {
  color: #c280dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c280dd;
}
/* Border color */
.box {
  border: 4px solid #c280dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c280dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c280dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C280DD
On Black Background
#C280DD
On White Background
#C280DD

HTML Examples of #C280DD

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

Related Colors of #C280DD

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