Color: #C69BCA

#C69BCA Color Information

#C69BCA is a light color. The closest websafe version is #C69BCA. A complement of this color would be #9FCA9B, perceived brightness is 0.68, and the grayscale version is #B3B3B3.

In the HSL color space, this color has a hue angle of 295°,a saturation of 31%, and a lightness of 70%.The HSV representation shows a hue of 295°, a saturation of 23%, and a value of 79%.

In a RGB color space, #C69BCA is composed of 78% red, 61% green and 79% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 23% magenta, 0% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 39.64, x: 0.3476, and y: 0.3015.

Color Code #C69BCA

#C69BCArgb(198, 155, 202)
HEX
#C69BCA
RGB
rgb(198, 155, 202)
HSL
hsl(295, 31%, 70%)
HSV
hsv(295, 23%, 79%)
CMYK
2%, 23%, 0%, 21%
XYZ
X: 45.70, Y: 39.64, Z: 46.15
Lab
L: 69.21, a: 22.53, b: -17.86
Name

Shades of Color #C69BCA

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

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

#C69BCArgb(198, 155, 202)

About #C69BCA Color Code

In the HSL color space, this color has a hue angle of 295°, a saturation of 31%, and a lightness of 70%. The HSV representation shows a hue of 295°, a saturation of 23%, and a value of 79%.

  • HEX: #C69BCA
  • RGB: rgb(198, 155, 202)
  • HSL: hsl(295, 31%, 70%)
  • HSV: hsv(295, 23%, 79%)
  • CMYK: 2.00% cyan, 23.00% magenta, 0.00% yellow, 21.00% black
  • XYZ: 45.70, 39.64, 46.15
  • Yxy: 39.64, 0.3476, 0.3015
  • Hunter Lab: 69.21, 22.53, -17.86
  • CIE-Lab: 69.21, 22.53, -17.86

In the XYZ color space, this color is represented as X: 45.70, Y: 39.64, Z: 46.15. The Yxy representation further refines this as Y: 39.64, x: 0.3476, and y: 0.3015.

In the Hunter Lab color space, this color is represented as L: 69.21, a: 22.53, and b: -17.86. Similarly, in the CIE-Lab color space, it is represented as L: 69.21, a: 22.53, and b: -17.86.

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

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

Analogous Colors of #C69BCA

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

Split Complementary Colors of #C69BCA

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

Tetradic Colors of #C69BCA

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

Monochromatic Colors of #C69BCA

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

Complementary Color of #C69BCA

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

/* Using HEX */
body {
  background-color: #c69bca;
}
/* Using RGB */
body {
  background-color: rgb(198, 155, 202);
}
/* Using RGB with opacity */
body {
  background-color: rgba(198, 155, 202, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(295, 31%, 70%);
}
/* Text color */
p {
  color: #c69bca;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c69bca;
}
/* Border color */
.box {
  border: 4px solid #c69bca;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c69bca;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c69bca;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C69BCA
On Black Background
#C69BCA
On White Background
#C69BCA

HTML Examples of #C69BCA

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

Related Colors of #C69BCA

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