Color: #C696DD

#C696DD Color Information

#C696DD is a light color. The closest websafe version is #C696DD. A complement of this color would be #ADDD97, perceived brightness is 0.68, and the grayscale version is #BABABA.

In the HSL color space, this color has a hue angle of 281°,a saturation of 51%, and a lightness of 73%.The HSV representation shows a hue of 281°, a saturation of 32%, and a value of 87%.

In a RGB color space, #C696DD is composed of 78% red, 59% green and 87% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 32% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 38.81, x: 0.3315, and y: 0.2754.

Color Code #C696DD

#C696DDrgb(198, 150, 221)
HEX
#C696DD
RGB
rgb(198, 150, 221)
HSL
hsl(281, 51%, 73%)
HSV
hsv(281, 32%, 87%)
CMYK
10%, 32%, 0%, 13%
XYZ
X: 46.72, Y: 38.81, Z: 55.39
Lab
L: 68.61, a: 27.98, b: -29.22
Name

Shades of Color #C696DD

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

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

#C696DDrgb(198, 150, 221)

About #C696DD Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 51%, and a lightness of 73%. The HSV representation shows a hue of 281°, a saturation of 32%, and a value of 87%.

  • HEX: #C696DD
  • RGB: rgb(198, 150, 221)
  • HSL: hsl(281, 51%, 73%)
  • HSV: hsv(281, 32%, 87%)
  • CMYK: 10.00% cyan, 32.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 46.72, 38.81, 55.39
  • Yxy: 38.81, 0.3315, 0.2754
  • Hunter Lab: 68.61, 27.98, -29.22
  • CIE-Lab: 68.61, 27.98, -29.22

In the XYZ color space, this color is represented as X: 46.72, Y: 38.81, Z: 55.39. The Yxy representation further refines this as Y: 38.81, x: 0.3315, and y: 0.2754.

In the Hunter Lab color space, this color is represented as L: 68.61, a: 27.98, and b: -29.22. Similarly, in the CIE-Lab color space, it is represented as L: 68.61, a: 27.98, and b: -29.22.

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

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

Analogous Colors of #C696DD

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

Split Complementary Colors of #C696DD

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

Tetradic Colors of #C696DD

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

Monochromatic Colors of #C696DD

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

Complementary Color of #C696DD

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

/* Using HEX */
body {
  background-color: #c696dd;
}
/* Using RGB */
body {
  background-color: rgb(198, 150, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(198, 150, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(281, 51%, 73%);
}
/* Text color */
p {
  color: #c696dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c696dd;
}
/* Border color */
.box {
  border: 4px solid #c696dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c696dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c696dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C696DD
On Black Background
#C696DD
On White Background
#C696DD

HTML Examples of #C696DD

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

Related Colors of #C696DD

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