Color: #CB53CD

#CB53CD Color Information

#CB53CD is a light color. The closest websafe version is #CB53CD. A complement of this color would be #53CD51, perceived brightness is 0.52, and the grayscale version is #909090.

In the HSL color space, this color has a hue angle of 299°,a saturation of 55%, and a lightness of 56%.The HSV representation shows a hue of 299°, a saturation of 60%, and a value of 80%.

In a RGB color space, #CB53CD is composed of 80% red, 33% green and 80% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 60% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 23.19, x: 0.3576, and y: 0.2176.

Color Code #CB53CD

#CB53CDrgb(203, 83, 205)
HEX
#CB53CD
RGB
rgb(203, 83, 205)
HSL
hsl(299, 55%, 56%)
HSV
hsv(299, 60%, 80%)
CMYK
1%, 60%, 0%, 20%
XYZ
X: 38.11, Y: 23.19, Z: 45.27
Lab
L: 55.27, a: 59.74, b: -40.85
Name

Shades of Color #CB53CD

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

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

#CB53CDrgb(203, 83, 205)

About #CB53CD Color Code

In the HSL color space, this color has a hue angle of 299°, a saturation of 55%, and a lightness of 56%. The HSV representation shows a hue of 299°, a saturation of 60%, and a value of 80%.

  • HEX: #CB53CD
  • RGB: rgb(203, 83, 205)
  • HSL: hsl(299, 55%, 56%)
  • HSV: hsv(299, 60%, 80%)
  • CMYK: 100.00% cyan, 60.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 38.11, 23.19, 45.27
  • Yxy: 23.19, 0.3576, 0.2176
  • Hunter Lab: 55.27, 59.74, -40.85
  • CIE-Lab: 55.27, 59.74, -40.85

In the XYZ color space, this color is represented as X: 38.11, Y: 23.19, Z: 45.27. The Yxy representation further refines this as Y: 23.19, x: 0.3576, and y: 0.2176.

In the Hunter Lab color space, this color is represented as L: 55.27, a: 59.74, and b: -40.85. Similarly, in the CIE-Lab color space, it is represented as L: 55.27, a: 59.74, and b: -40.85.

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

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

Analogous Colors of #CB53CD

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

Split Complementary Colors of #CB53CD

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

Tetradic Colors of #CB53CD

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

Monochromatic Colors of #CB53CD

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

Complementary Color of #CB53CD

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

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

HTML Examples of #CB53CD

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

Related Colors of #CB53CD

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