Color: #C67CDE

#C67CDE Color Information

#C67CDE is a light color. The closest websafe version is #C67CDE. A complement of this color would be #95DE7C, perceived brightness is 0.62, and the grayscale version is #ADADAD.

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

In a RGB color space, #C67CDE is composed of 78% red, 49% green and 87% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 44% magenta, 0% yellow and 13% black.

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

Color Code #C67CDE

HEX
#C67CDE
RGB
rgb(198, 124, 222)
HSL
hsl(285, 60%, 68%)
HSV
hsv(285, 44%, 87%)
CMYK
11%, 44%, 0%, 13%
XYZ
X: 42.84, Y: 31.44, Z: 54.91
Lab
L: 62.88, a: 41.53, b: -38.61
Name

Shades of Color #C67CDE

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

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

About #C67CDE Color Code

In the HSL color space, this color has a hue angle of 285°, a saturation of 60%, and a lightness of 68%. The HSV representation shows a hue of 285°, a saturation of 44%, and a value of 87%.

  • HEX: #C67CDE
  • RGB: rgb(198, 124, 222)
  • HSL: hsl(285, 60%, 68%)
  • HSV: hsv(285, 44%, 87%)
  • CMYK: 11.00% cyan, 44.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 42.84, 31.44, 54.91
  • Yxy: 31.44, 0.3316, 0.2434
  • Hunter Lab: 62.88, 41.53, -38.61
  • CIE-Lab: 62.88, 41.53, -38.61

In the XYZ color space, this color is represented as X: 42.84, Y: 31.44, Z: 54.91. The Yxy representation further refines this as Y: 31.44, x: 0.3316, and y: 0.2434.

In the Hunter Lab color space, this color is represented as L: 62.88, a: 41.53, and b: -38.61. Similarly, in the CIE-Lab color space, it is represented as L: 62.88, a: 41.53, and b: -38.61.

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

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

Analogous Colors of #C67CDE

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

Monochromatic Colors of #C67CDE

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

Complementary Color of #C67CDE

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

/* Using HEX */
body {
  background-color: #c67cde;
}
/* Using RGB */
body {
  background-color: rgb(198, 124, 222);
}
/* Using RGB with opacity */
body {
  background-color: rgba(198, 124, 222, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(285, 60%, 68%);
}
/* Text color */
p {
  color: #c67cde;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c67cde;
}

HTML Examples of #C67CDE

<!-- Using HEX -->
<div style="background-color: #c67cde; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(198, 124, 222); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(198, 124, 222, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(285, 60%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c67cde;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c67cde; width: 100px; height: 100px;"></div>

Related Colors of #C67CDE

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