Color: #C696FF

#C696FF Color Information

#C696FF is a light color. The closest websafe version is #C696FF. A complement of this color would be #CFFF94, perceived brightness is 0.69, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 267°,a saturation of 99%, and a lightness of 79%.The HSV representation shows a hue of 267°, a saturation of 41%, and a value of 100%.

In a RGB color space, #C696FF is composed of 78% red, 59% green and 100% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 41% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 40.49, x: 0.3047, and y: 0.2434.

Color Code #C696FF

#C696FFrgb(198, 150, 255)
HEX
#C696FF
RGB
rgb(198, 150, 255)
HSL
hsl(267, 100%, 79%)
HSV
hsv(267, 41%, 100%)
CMYK
22%, 41%, 0%, 0%
XYZ
X: 50.68, Y: 40.49, Z: 75.17
Lab
L: 69.82, a: 33.60, b: -45.91
Name

Shades of Color #C696FF

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

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

#C696FFrgb(198, 150, 255)

About #C696FF Color Code

In the HSL color space, this color has a hue angle of 267°, a saturation of 100%, and a lightness of 79%. The HSV representation shows a hue of 267°, a saturation of 41%, and a value of 100%.

  • HEX: #C696FF
  • RGB: rgb(198, 150, 255)
  • HSL: hsl(267, 100%, 79%)
  • HSV: hsv(267, 41%, 100%)
  • CMYK: 22.00% cyan, 41.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 50.68, 40.49, 75.17
  • Yxy: 40.49, 0.3047, 0.2434
  • Hunter Lab: 69.82, 33.60, -45.91
  • CIE-Lab: 69.82, 33.60, -45.91

In the XYZ color space, this color is represented as X: 50.68, Y: 40.49, Z: 75.17. The Yxy representation further refines this as Y: 40.49, x: 0.3047, and y: 0.2434.

In the Hunter Lab color space, this color is represented as L: 69.82, a: 33.60, and b: -45.91. Similarly, in the CIE-Lab color space, it is represented as L: 69.82, a: 33.60, and b: -45.91.

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

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

Analogous Colors of #C696FF

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

Monochromatic Colors of #C696FF

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

Complementary Color of #C696FF

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

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

HTML Examples of #C696FF

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

Related Colors of #C696FF

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