Color: #C28EFA

#C28EFA Color Information

#C28EFA is a light color. The closest websafe version is #C28EFA. A complement of this color would be #C6FA8E, perceived brightness is 0.67, and the grayscale version is #C4C4C4.

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

In a RGB color space, #C28EFA is composed of 76% red, 56% green and 98% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 43% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 37.19, x: 0.3044, and y: 0.2377.

Color Code #C28EFA

HEX
#C28EFA
RGB
rgb(194, 142, 250)
HSL
hsl(269, 92%, 77%)
HSV
hsv(269, 43%, 98%)
CMYK
22%, 43%, 0%, 2%
XYZ
X: 47.62, Y: 37.19, Z: 71.65
Lab
L: 67.42, a: 35.65, b: -46.98
Name

Shades of Color #C28EFA

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

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

In the HSL color space, this color has a hue angle of 269°, a saturation of 92%, and a lightness of 77%. The HSV representation shows a hue of 269°, a saturation of 43%, and a value of 98%.

  • HEX: #C28EFA
  • RGB: rgb(194, 142, 250)
  • HSL: hsl(269, 92%, 77%)
  • HSV: hsv(269, 43%, 98%)
  • CMYK: 22.00% cyan, 43.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 47.62, 37.19, 71.65
  • Yxy: 37.19, 0.3044, 0.2377
  • Hunter Lab: 67.42, 35.65, -46.98
  • CIE-Lab: 67.42, 35.65, -46.98

In the XYZ color space, this color is represented as X: 47.62, Y: 37.19, Z: 71.65. The Yxy representation further refines this as Y: 37.19, x: 0.3044, and y: 0.2377.

In the Hunter Lab color space, this color is represented as L: 67.42, a: 35.65, and b: -46.98. Similarly, in the CIE-Lab color space, it is represented as L: 67.42, a: 35.65, and b: -46.98.

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

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

Analogous Colors of #C28EFA

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

Monochromatic Colors of #C28EFA

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

Complementary Color of #C28EFA

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

/* Using HEX */
body {
  background-color: #c28efa;
}
/* Using RGB */
body {
  background-color: rgb(194, 142, 250);
}
/* Using RGB with opacity */
body {
  background-color: rgba(194, 142, 250, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(269, 92%, 77%);
}
/* Text color */
p {
  color: #c28efa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c28efa;
}

HTML Examples of #C28EFA

<!-- Using HEX -->
<div style="background-color: #c28efa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(194, 142, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(194, 142, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(269, 92%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c28efa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c28efa; width: 100px; height: 100px;"></div>

Related Colors of #C28EFA

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