Color: #C99BEA

#C99BEA Color Information

#C99BEA is a light color. The closest websafe version is #C99BEA. A complement of this color would be #BBEA9A, perceived brightness is 0.70, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 275°,a saturation of 65%, and a lightness of 76%.The HSV representation shows a hue of 275°, a saturation of 34%, and a value of 92%.

In a RGB color space, #C99BEA is composed of 79% red, 61% green and 92% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 34% magenta, 0% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 41.48, x: 0.3236, and y: 0.2692.

Color Code #C99BEA

#C99BEArgb(201, 155, 234)
HEX
#C99BEA
RGB
rgb(201, 155, 234)
HSL
hsl(275, 65%, 76%)
HSV
hsv(275, 34%, 92%)
CMYK
14%, 34%, 0%, 8%
XYZ
X: 49.86, Y: 41.48, Z: 62.76
Lab
L: 70.51, a: 28.44, b: -33.40
Name

Shades of Color #C99BEA

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

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

#C99BEArgb(201, 155, 234)

About #C99BEA Color Code

In the HSL color space, this color has a hue angle of 275°, a saturation of 65%, and a lightness of 76%. The HSV representation shows a hue of 275°, a saturation of 34%, and a value of 92%.

  • HEX: #C99BEA
  • RGB: rgb(201, 155, 234)
  • HSL: hsl(275, 65%, 76%)
  • HSV: hsv(275, 34%, 92%)
  • CMYK: 14.00% cyan, 34.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 49.86, 41.48, 62.76
  • Yxy: 41.48, 0.3236, 0.2692
  • Hunter Lab: 70.51, 28.44, -33.40
  • CIE-Lab: 70.51, 28.44, -33.40

In the XYZ color space, this color is represented as X: 49.86, Y: 41.48, Z: 62.76. The Yxy representation further refines this as Y: 41.48, x: 0.3236, and y: 0.2692.

In the Hunter Lab color space, this color is represented as L: 70.51, a: 28.44, and b: -33.40. Similarly, in the CIE-Lab color space, it is represented as L: 70.51, a: 28.44, and b: -33.40.

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

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

Analogous Colors of #C99BEA

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

Split Complementary Colors of #C99BEA

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

Tetradic Colors of #C99BEA

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

Monochromatic Colors of #C99BEA

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

Complementary Color of #C99BEA

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

/* Using HEX */
body {
  background-color: #c99bea;
}
/* Using RGB */
body {
  background-color: rgb(201, 155, 234);
}
/* Using RGB with opacity */
body {
  background-color: rgba(201, 155, 234, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(275, 65%, 76%);
}
/* Text color */
p {
  color: #c99bea;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c99bea;
}
/* Border color */
.box {
  border: 4px solid #c99bea;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c99bea;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c99bea;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C99BEA
On Black Background
#C99BEA
On White Background
#C99BEA

HTML Examples of #C99BEA

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

Related Colors of #C99BEA

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