Color: #C694CF

#C694CF Color Information

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

In the HSL color space, this color has a hue angle of 291°,a saturation of 38%, and a lightness of 70%.The HSV representation shows a hue of 291°, a saturation of 29%, and a value of 81%.

In a RGB color space, #C694CF is composed of 78% red, 58% green and 81% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 29% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 37.58, x: 0.3438, and y: 0.2874.

Color Code #C694CF

#C694CFrgb(198, 148, 207)
HEX
#C694CF
RGB
rgb(198, 148, 207)
HSL
hsl(291, 38%, 70%)
HSV
hsv(291, 29%, 81%)
CMYK
4%, 29%, 0%, 19%
XYZ
X: 44.96, Y: 37.58, Z: 48.22
Lab
L: 67.71, a: 26.90, b: -22.89
Name

Shades of Color #C694CF

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

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

#C694CFrgb(198, 148, 207)

About #C694CF Color Code

In the HSL color space, this color has a hue angle of 291°, a saturation of 38%, and a lightness of 70%. The HSV representation shows a hue of 291°, a saturation of 29%, and a value of 81%.

  • HEX: #C694CF
  • RGB: rgb(198, 148, 207)
  • HSL: hsl(291, 38%, 70%)
  • HSV: hsv(291, 29%, 81%)
  • CMYK: 4.00% cyan, 29.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 44.96, 37.58, 48.22
  • Yxy: 37.58, 0.3438, 0.2874
  • Hunter Lab: 67.71, 26.90, -22.89
  • CIE-Lab: 67.71, 26.90, -22.89

In the XYZ color space, this color is represented as X: 44.96, Y: 37.58, Z: 48.22. The Yxy representation further refines this as Y: 37.58, x: 0.3438, and y: 0.2874.

In the Hunter Lab color space, this color is represented as L: 67.71, a: 26.90, and b: -22.89. Similarly, in the CIE-Lab color space, it is represented as L: 67.71, a: 26.90, and b: -22.89.

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

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

Analogous Colors of #C694CF

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

Split Complementary Colors of #C694CF

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

Tetradic Colors of #C694CF

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

Monochromatic Colors of #C694CF

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

Complementary Color of #C694CF

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

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

HTML Examples of #C694CF

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

Related Colors of #C694CF

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