Color: #CB54CF

#CB54CF Color Information

#CB54CF is a light color. The closest websafe version is #CB54CF. A complement of this color would be #58CF54, perceived brightness is 0.52, and the grayscale version is #919191.

In the HSL color space, this color has a hue angle of 298°,a saturation of 56%, and a lightness of 57%.The HSV representation shows a hue of 298°, a saturation of 59%, and a value of 81%.

In a RGB color space, #CB54CF is composed of 80% red, 33% green and 81% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 59% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 23.43, x: 0.3552, and y: 0.2168.

Color Code #CB54CF

#CB54CFrgb(203, 84, 207)
HEX
#CB54CF
RGB
rgb(203, 84, 207)
HSL
hsl(298, 56%, 57%)
HSV
hsv(298, 59%, 81%)
CMYK
2%, 59%, 0%, 19%
XYZ
X: 38.38, Y: 23.43, Z: 46.25
Lab
L: 55.51, a: 59.59, b: -41.61
Name

Shades of Color #CB54CF

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

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

#CB54CFrgb(203, 84, 207)

About #CB54CF Color Code

In the HSL color space, this color has a hue angle of 298°, a saturation of 56%, and a lightness of 57%. The HSV representation shows a hue of 298°, a saturation of 59%, and a value of 81%.

  • HEX: #CB54CF
  • RGB: rgb(203, 84, 207)
  • HSL: hsl(298, 56%, 57%)
  • HSV: hsv(298, 59%, 81%)
  • CMYK: 2.00% cyan, 59.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 38.38, 23.43, 46.25
  • Yxy: 23.43, 0.3552, 0.2168
  • Hunter Lab: 55.51, 59.59, -41.61
  • CIE-Lab: 55.51, 59.59, -41.61

In the XYZ color space, this color is represented as X: 38.38, Y: 23.43, Z: 46.25. The Yxy representation further refines this as Y: 23.43, x: 0.3552, and y: 0.2168.

In the Hunter Lab color space, this color is represented as L: 55.51, a: 59.59, and b: -41.61. Similarly, in the CIE-Lab color space, it is represented as L: 55.51, a: 59.59, and b: -41.61.

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

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

Analogous Colors of #CB54CF

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

Split Complementary Colors of #CB54CF

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

Tetradic Colors of #CB54CF

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

Monochromatic Colors of #CB54CF

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

Complementary Color of #CB54CF

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

/* Using HEX */
body {
  background-color: #cb54cf;
}
/* Using RGB */
body {
  background-color: rgb(203, 84, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 84, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(298, 56%, 57%);
}
/* Text color */
p {
  color: #cb54cf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb54cf;
}
/* Border color */
.box {
  border: 4px solid #cb54cf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cb54cf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cb54cf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CB54CF
On Black Background
#CB54CF
On White Background
#CB54CF

HTML Examples of #CB54CF

<!-- Using HEX -->
<div style="background-color: #cb54cf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 84, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 84, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(298, 56%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cb54cf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cb54cf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cb54cf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cb54cf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cb54cf; color: #fff; padding: 16px; border-radius: 8px;">
  #CB54CF
</div>
#CB54CF
On Black Background
#CB54CF
On White Background
#CB54CF

Related Colors of #CB54CF

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