Color: #C98ADF

#C98ADF Color Information

#C98ADF is a light color. The closest websafe version is #C98ADF. A complement of this color would be #A1DF8B, perceived brightness is 0.65, and the grayscale version is #B4B4B4.

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

In a RGB color space, #C98ADF is composed of 79% red, 54% green and 87% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 38% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 35.69, x: 0.3332, and y: 0.2596.

Color Code #C98ADF

HEX
#C98ADF
RGB
rgb(201, 138, 223)
HSL
hsl(284, 57%, 71%)
HSV
hsv(284, 38%, 87%)
CMYK
10%, 38%, 0%, 13%
XYZ
X: 45.81, Y: 35.69, Z: 55.98
Lab
L: 66.28, a: 35.50, b: -33.87
Name

Shades of Color #C98ADF

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

Tints are created by lightening the original color #C98ADF 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 #C98ADF Color Code

In the HSL color space, this color has a hue angle of 284°, a saturation of 57%, and a lightness of 71%. The HSV representation shows a hue of 284°, a saturation of 38%, and a value of 87%.

  • HEX: #C98ADF
  • RGB: rgb(201, 138, 223)
  • HSL: hsl(284, 57%, 71%)
  • HSV: hsv(284, 38%, 87%)
  • CMYK: 10.00% cyan, 38.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 45.81, 35.69, 55.98
  • Yxy: 35.69, 0.3332, 0.2596
  • Hunter Lab: 66.28, 35.50, -33.87
  • CIE-Lab: 66.28, 35.50, -33.87

In the XYZ color space, this color is represented as X: 45.81, Y: 35.69, Z: 55.98. The Yxy representation further refines this as Y: 35.69, x: 0.3332, and y: 0.2596.

In the Hunter Lab color space, this color is represented as L: 66.28, a: 35.50, and b: -33.87. Similarly, in the CIE-Lab color space, it is represented as L: 66.28, a: 35.50, and b: -33.87.

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

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

Analogous Colors of #C98ADF

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

Monochromatic Colors of #C98ADF

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

Complementary Color of #C98ADF

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

/* Using HEX */
body {
  background-color: #c98adf;
}
/* Using RGB */
body {
  background-color: rgb(201, 138, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(201, 138, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(284, 57%, 71%);
}
/* Text color */
p {
  color: #c98adf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c98adf;
}

HTML Examples of #C98ADF

<!-- Using HEX -->
<div style="background-color: #c98adf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(201, 138, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(201, 138, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(284, 57%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c98adf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c98adf; width: 100px; height: 100px;"></div>

Related Colors of #C98ADF

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