Color: #C852FC

#C852FC Color Information

#C852FC is a light color. The closest websafe version is #C852FC. A complement of this color would be #83FC4F, perceived brightness is 0.54, and the grayscale version is #A7A7A7.

In the HSL color space, this color has a hue angle of 282°,a saturation of 97%, and a lightness of 65%.The HSV representation shows a hue of 282°, a saturation of 67%, and a value of 99%.

In a RGB color space, #C852FC is composed of 78% red, 32% green and 99% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 67% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 24.80, x: 0.3063, and y: 0.1793.

Color Code #C852FC

#C852FCrgb(200, 82, 252)
HEX
#C852FC
RGB
rgb(200, 82, 252)
HSL
hsl(282, 97%, 65%)
HSV
hsv(282, 67%, 99%)
CMYK
21%, 67%, 0%, 1%
XYZ
X: 42.36, Y: 24.80, Z: 71.14
Lab
L: 56.88, a: 65.97, b: -64.69
Name

Shades of Color #C852FC

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

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

#C852FCrgb(200, 82, 252)

About #C852FC Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 97%, and a lightness of 65%. The HSV representation shows a hue of 282°, a saturation of 67%, and a value of 99%.

  • HEX: #C852FC
  • RGB: rgb(200, 82, 252)
  • HSL: hsl(282, 97%, 65%)
  • HSV: hsv(282, 67%, 99%)
  • CMYK: 21.00% cyan, 67.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 42.36, 24.80, 71.14
  • Yxy: 24.80, 0.3063, 0.1793
  • Hunter Lab: 56.88, 65.97, -64.69
  • CIE-Lab: 56.88, 65.97, -64.69

In the XYZ color space, this color is represented as X: 42.36, Y: 24.80, Z: 71.14. The Yxy representation further refines this as Y: 24.80, x: 0.3063, and y: 0.1793.

In the Hunter Lab color space, this color is represented as L: 56.88, a: 65.97, and b: -64.69. Similarly, in the CIE-Lab color space, it is represented as L: 56.88, a: 65.97, and b: -64.69.

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

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

Analogous Colors of #C852FC

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

Split Complementary Colors of #C852FC

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

Tetradic Colors of #C852FC

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

Monochromatic Colors of #C852FC

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

Complementary Color of #C852FC

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

/* Using HEX */
body {
  background-color: #c852fc;
}
/* Using RGB */
body {
  background-color: rgb(200, 82, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(200, 82, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 97%, 65%);
}
/* Text color */
p {
  color: #c852fc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c852fc;
}
/* Border color */
.box {
  border: 4px solid #c852fc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c852fc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c852fc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C852FC
On Black Background
#C852FC
On White Background
#C852FC

HTML Examples of #C852FC

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

Related Colors of #C852FC

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