Color: #CF6CEC

#CF6CEC Color Information

#CF6CEC is a light color. The closest websafe version is #CF6CEC. A complement of this color would be #88EC6A, perceived brightness is 0.60, and the grayscale version is #ACACAC.

In the HSL color space, this color has a hue angle of 286°,a saturation of 77%, and a lightness of 67%.The HSV representation shows a hue of 286°, a saturation of 54%, and a value of 93%.

In a RGB color space, #CF6CEC is composed of 81% red, 42% green and 93% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 54% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 29.72, x: 0.3285, and y: 0.2170.

Color Code #CF6CEC

#CF6CECrgb(207, 108, 236)
HEX
#CF6CEC
RGB
rgb(207, 108, 236)
HSL
hsl(286, 77%, 67%)
HSV
hsv(286, 54%, 93%)
CMYK
12%, 54%, 0%, 7%
XYZ
X: 44.99, Y: 29.72, Z: 62.23
Lab
L: 61.41, a: 54.13, b: -48.58
Name

Shades of Color #CF6CEC

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

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

#CF6CECrgb(207, 108, 236)

About #CF6CEC Color Code

In the HSL color space, this color has a hue angle of 286°, a saturation of 77%, and a lightness of 67%. The HSV representation shows a hue of 286°, a saturation of 54%, and a value of 93%.

  • HEX: #CF6CEC
  • RGB: rgb(207, 108, 236)
  • HSL: hsl(286, 77%, 67%)
  • HSV: hsv(286, 54%, 93%)
  • CMYK: 12.00% cyan, 54.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 44.99, 29.72, 62.23
  • Yxy: 29.72, 0.3285, 0.2170
  • Hunter Lab: 61.41, 54.13, -48.58
  • CIE-Lab: 61.41, 54.13, -48.58

In the XYZ color space, this color is represented as X: 44.99, Y: 29.72, Z: 62.23. The Yxy representation further refines this as Y: 29.72, x: 0.3285, and y: 0.2170.

In the Hunter Lab color space, this color is represented as L: 61.41, a: 54.13, and b: -48.58. Similarly, in the CIE-Lab color space, it is represented as L: 61.41, a: 54.13, and b: -48.58.

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

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

Analogous Colors of #CF6CEC

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

Split Complementary Colors of #CF6CEC

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

Tetradic Colors of #CF6CEC

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

Monochromatic Colors of #CF6CEC

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

Complementary Color of #CF6CEC

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

/* Using HEX */
body {
  background-color: #cf6cec;
}
/* Using RGB */
body {
  background-color: rgb(207, 108, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 108, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(286, 77%, 67%);
}
/* Text color */
p {
  color: #cf6cec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cf6cec;
}
/* Border color */
.box {
  border: 4px solid #cf6cec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cf6cec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cf6cec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CF6CEC
On Black Background
#CF6CEC
On White Background
#CF6CEC

HTML Examples of #CF6CEC

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

Related Colors of #CF6CEC

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