Color: #CF77DE

#CF77DE Color Information

#CF77DE is a light color. The closest websafe version is #CF77DE. A complement of this color would be #87DE78, perceived brightness is 0.62, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 291°,a saturation of 61%, and a lightness of 67%.The HSV representation shows a hue of 291°, a saturation of 46%, and a value of 87%.

In a RGB color space, #CF77DE is composed of 81% red, 47% green and 87% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 46% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 31.54, x: 0.3413, and y: 0.2405.

Color Code #CF77DE

#CF77DErgb(207, 119, 222)
HEX
#CF77DE
RGB
rgb(207, 119, 222)
HSL
hsl(291, 61%, 67%)
HSV
hsv(291, 46%, 87%)
CMYK
7%, 46%, 0%, 13%
XYZ
X: 44.76, Y: 31.54, Z: 54.83
Lab
L: 62.96, a: 46.82, b: -38.39
Name

Shades of Color #CF77DE

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

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

#CF77DErgb(207, 119, 222)

About #CF77DE Color Code

In the HSL color space, this color has a hue angle of 291°, a saturation of 61%, and a lightness of 67%. The HSV representation shows a hue of 291°, a saturation of 46%, and a value of 87%.

  • HEX: #CF77DE
  • RGB: rgb(207, 119, 222)
  • HSL: hsl(291, 61%, 67%)
  • HSV: hsv(291, 46%, 87%)
  • CMYK: 7.00% cyan, 46.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 44.76, 31.54, 54.83
  • Yxy: 31.54, 0.3413, 0.2405
  • Hunter Lab: 62.96, 46.82, -38.39
  • CIE-Lab: 62.96, 46.82, -38.39

In the XYZ color space, this color is represented as X: 44.76, Y: 31.54, Z: 54.83. The Yxy representation further refines this as Y: 31.54, x: 0.3413, and y: 0.2405.

In the Hunter Lab color space, this color is represented as L: 62.96, a: 46.82, and b: -38.39. Similarly, in the CIE-Lab color space, it is represented as L: 62.96, a: 46.82, and b: -38.39.

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

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

Analogous Colors of #CF77DE

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

Split Complementary Colors of #CF77DE

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

Tetradic Colors of #CF77DE

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

Monochromatic Colors of #CF77DE

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

Complementary Color of #CF77DE

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

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

HTML Examples of #CF77DE

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

Related Colors of #CF77DE

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