Color: #C220EE

#C220EE Color Information

#C220EE is a dark color. The closest websafe version is #C220EE. A complement of this color would be #4DEE20, perceived brightness is 0.41, and the grayscale version is #878787.

In the HSL color space, this color has a hue angle of 287°,a saturation of 86%, and a lightness of 53%.The HSV representation shows a hue of 287°, a saturation of 87%, and a value of 93%.

In a RGB color space, #C220EE is composed of 76% red, 13% green and 93% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 87% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 18.22, x: 0.3117, and y: 0.1564.

Color Code #C220EE

#C220EErgb(194, 32, 238)
HEX
#C220EE
RGB
rgb(194, 32, 238)
HSL
hsl(287, 86%, 53%)
HSV
hsv(287, 87%, 93%)
CMYK
18%, 87%, 0%, 7%
XYZ
X: 36.31, Y: 18.22, Z: 61.95
Lab
L: 49.76, a: 77.62, b: -68.39
Name

Shades of Color #C220EE

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

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

#C220EErgb(194, 32, 238)

About #C220EE Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 86%, and a lightness of 53%. The HSV representation shows a hue of 287°, a saturation of 87%, and a value of 93%.

  • HEX: #C220EE
  • RGB: rgb(194, 32, 238)
  • HSL: hsl(287, 86%, 53%)
  • HSV: hsv(287, 87%, 93%)
  • CMYK: 18.00% cyan, 87.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 36.31, 18.22, 61.95
  • Yxy: 18.22, 0.3117, 0.1564
  • Hunter Lab: 49.76, 77.62, -68.39
  • CIE-Lab: 49.76, 77.62, -68.39

In the XYZ color space, this color is represented as X: 36.31, Y: 18.22, Z: 61.95. The Yxy representation further refines this as Y: 18.22, x: 0.3117, and y: 0.1564.

In the Hunter Lab color space, this color is represented as L: 49.76, a: 77.62, and b: -68.39. Similarly, in the CIE-Lab color space, it is represented as L: 49.76, a: 77.62, and b: -68.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 #C220EE

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

Analogous Colors of #C220EE

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

Split Complementary Colors of #C220EE

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

Tetradic Colors of #C220EE

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

Monochromatic Colors of #C220EE

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

Complementary Color of #C220EE

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

/* Using HEX */
body {
  background-color: #c220ee;
}
/* Using RGB */
body {
  background-color: rgb(194, 32, 238);
}
/* Using RGB with opacity */
body {
  background-color: rgba(194, 32, 238, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 86%, 53%);
}
/* Text color */
p {
  color: #c220ee;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c220ee;
}
/* Border color */
.box {
  border: 4px solid #c220ee;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c220ee;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c220ee;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C220EE
On Black Background
#C220EE
On White Background
#C220EE

HTML Examples of #C220EE

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

Related Colors of #C220EE

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