Color: #C67BE7

#C67BE7 Color Information

#C67BE7 is a light color. The closest websafe version is #C67BE7. A complement of this color would be #9AE679, perceived brightness is 0.62, and the grayscale version is #B1B1B1.

In the HSL color space, this color has a hue angle of 282°,a saturation of 69%, and a lightness of 69%.The HSV representation shows a hue of 282°, a saturation of 47%, and a value of 91%.

In a RGB color space, #C67BE7 is composed of 78% red, 48% green and 91% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 47% magenta, 0% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 31.61, x: 0.3234, and y: 0.2340.

Color Code #C67BE7

#C67BE7rgb(198, 123, 231)
HEX
#C67BE7
RGB
rgb(198, 123, 231)
HSL
hsl(282, 69%, 69%)
HSV
hsv(282, 47%, 91%)
CMYK
14%, 47%, 0%, 9%
XYZ
X: 43.69, Y: 31.61, Z: 59.78
Lab
L: 63.02, a: 43.43, b: -43.38
Name

Shades of Color #C67BE7

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

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

#C67BE7rgb(198, 123, 231)

About #C67BE7 Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 69%, and a lightness of 69%. The HSV representation shows a hue of 282°, a saturation of 47%, and a value of 91%.

  • HEX: #C67BE7
  • RGB: rgb(198, 123, 231)
  • HSL: hsl(282, 69%, 69%)
  • HSV: hsv(282, 47%, 91%)
  • CMYK: 14.00% cyan, 47.00% magenta, 0.00% yellow, 9.00% black
  • XYZ: 43.69, 31.61, 59.78
  • Yxy: 31.61, 0.3234, 0.2340
  • Hunter Lab: 63.02, 43.43, -43.38
  • CIE-Lab: 63.02, 43.43, -43.38

In the XYZ color space, this color is represented as X: 43.69, Y: 31.61, Z: 59.78. The Yxy representation further refines this as Y: 31.61, x: 0.3234, and y: 0.2340.

In the Hunter Lab color space, this color is represented as L: 63.02, a: 43.43, and b: -43.38. Similarly, in the CIE-Lab color space, it is represented as L: 63.02, a: 43.43, and b: -43.38.

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

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

Analogous Colors of #C67BE7

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

Monochromatic Colors of #C67BE7

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

Complementary Color of #C67BE7

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

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

HTML Examples of #C67BE7

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

Related Colors of #C67BE7

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