Color: #C851FB

#C851FB Color Information

#C851FB is a light color. The closest websafe version is #C851FB. A complement of this color would be #83FB50, perceived brightness is 0.53, and the grayscale version is #A6A6A6.

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

In a RGB color space, #C851FB is composed of 78% red, 32% green and 98% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 68% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 24.60, x: 0.3072, and y: 0.1792.

Color Code #C851FB

#C851FBrgb(200, 81, 251)
HEX
#C851FB
RGB
rgb(200, 81, 251)
HSL
hsl(282, 96%, 65%)
HSV
hsv(282, 68%, 98%)
CMYK
20%, 68%, 0%, 2%
XYZ
X: 42.16, Y: 24.60, Z: 70.50
Lab
L: 56.68, a: 66.21, b: -64.46
Name

Shades of Color #C851FB

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

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

#C851FBrgb(200, 81, 251)

About #C851FB Color Code

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

  • HEX: #C851FB
  • RGB: rgb(200, 81, 251)
  • HSL: hsl(282, 96%, 65%)
  • HSV: hsv(282, 68%, 98%)
  • CMYK: 20.00% cyan, 68.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 42.16, 24.60, 70.50
  • Yxy: 24.60, 0.3072, 0.1792
  • Hunter Lab: 56.68, 66.21, -64.46
  • CIE-Lab: 56.68, 66.21, -64.46

In the XYZ color space, this color is represented as X: 42.16, Y: 24.60, Z: 70.50. The Yxy representation further refines this as Y: 24.60, x: 0.3072, and y: 0.1792.

In the Hunter Lab color space, this color is represented as L: 56.68, a: 66.21, and b: -64.46. Similarly, in the CIE-Lab color space, it is represented as L: 56.68, a: 66.21, and b: -64.46.

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

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

Analogous Colors of #C851FB

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

Split Complementary Colors of #C851FB

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

Tetradic Colors of #C851FB

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

Monochromatic Colors of #C851FB

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

Complementary Color of #C851FB

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

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

HTML Examples of #C851FB

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

Related Colors of #C851FB

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