Color: #C051DB

#C051DB Color Information

#C051DB is a light color. The closest websafe version is #C051DB. A complement of this color would be #6DDB51, perceived brightness is 0.51, and the grayscale version is #969696.

In the HSL color space, this color has a hue angle of 288°,a saturation of 66%, and a lightness of 59%.The HSV representation shows a hue of 288°, a saturation of 63%, and a value of 86%.

In a RGB color space, #C051DB is composed of 75% red, 32% green and 86% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 63% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 21.92, x: 0.3289, and y: 0.1987.

Color Code #C051DB

#C051DBrgb(192, 81, 219)
HEX
#C051DB
RGB
rgb(192, 81, 219)
HSL
hsl(288, 66%, 59%)
HSV
hsv(288, 63%, 86%)
CMYK
12%, 63%, 0%, 14%
XYZ
X: 36.29, Y: 21.92, Z: 52.12
Lab
L: 53.94, a: 59.52, b: -51.01
Name

Shades of Color #C051DB

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

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

#C051DBrgb(192, 81, 219)

About #C051DB Color Code

In the HSL color space, this color has a hue angle of 288°, a saturation of 66%, and a lightness of 59%. The HSV representation shows a hue of 288°, a saturation of 63%, and a value of 86%.

  • HEX: #C051DB
  • RGB: rgb(192, 81, 219)
  • HSL: hsl(288, 66%, 59%)
  • HSV: hsv(288, 63%, 86%)
  • CMYK: 12.00% cyan, 63.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 36.29, 21.92, 52.12
  • Yxy: 21.92, 0.3289, 0.1987
  • Hunter Lab: 53.94, 59.52, -51.01
  • CIE-Lab: 53.94, 59.52, -51.01

In the XYZ color space, this color is represented as X: 36.29, Y: 21.92, Z: 52.12. The Yxy representation further refines this as Y: 21.92, x: 0.3289, and y: 0.1987.

In the Hunter Lab color space, this color is represented as L: 53.94, a: 59.52, and b: -51.01. Similarly, in the CIE-Lab color space, it is represented as L: 53.94, a: 59.52, and b: -51.01.

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

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

Analogous Colors of #C051DB

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

Split Complementary Colors of #C051DB

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

Tetradic Colors of #C051DB

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

Monochromatic Colors of #C051DB

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

Complementary Color of #C051DB

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

/* Using HEX */
body {
  background-color: #c051db;
}
/* Using RGB */
body {
  background-color: rgb(192, 81, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(192, 81, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(288, 66%, 59%);
}
/* Text color */
p {
  color: #c051db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c051db;
}
/* Border color */
.box {
  border: 4px solid #c051db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c051db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c051db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C051DB
On Black Background
#C051DB
On White Background
#C051DB

HTML Examples of #C051DB

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

Related Colors of #C051DB

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