Color: #C36CDB

#C36CDB Color Information

#C36CDB is a light color. The closest websafe version is #C36CDB. A complement of this color would be #83DB6B, perceived brightness is 0.58, and the grayscale version is #A3A3A3.

In the HSL color space, this color has a hue angle of 287°,a saturation of 61%, and a lightness of 64%.The HSV representation shows a hue of 287°, a saturation of 51%, and a value of 86%.

In a RGB color space, #C36CDB is composed of 76% red, 42% green and 86% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 51% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 27.19, x: 0.3317, and y: 0.2271.

Color Code #C36CDB

#C36CDBrgb(195, 108, 219)
HEX
#C36CDB
RGB
rgb(195, 108, 219)
HSL
hsl(287, 61%, 64%)
HSV
hsv(287, 51%, 86%)
CMYK
11%, 51%, 0%, 14%
XYZ
X: 39.71, Y: 27.19, Z: 52.81
Lab
L: 59.15, a: 48.08, b: -42.78
Name

Shades of Color #C36CDB

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

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

#C36CDBrgb(195, 108, 219)

About #C36CDB Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 61%, and a lightness of 64%. The HSV representation shows a hue of 287°, a saturation of 51%, and a value of 86%.

  • HEX: #C36CDB
  • RGB: rgb(195, 108, 219)
  • HSL: hsl(287, 61%, 64%)
  • HSV: hsv(287, 51%, 86%)
  • CMYK: 11.00% cyan, 51.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 39.71, 27.19, 52.81
  • Yxy: 27.19, 0.3317, 0.2271
  • Hunter Lab: 59.15, 48.08, -42.78
  • CIE-Lab: 59.15, 48.08, -42.78

In the XYZ color space, this color is represented as X: 39.71, Y: 27.19, Z: 52.81. The Yxy representation further refines this as Y: 27.19, x: 0.3317, and y: 0.2271.

In the Hunter Lab color space, this color is represented as L: 59.15, a: 48.08, and b: -42.78. Similarly, in the CIE-Lab color space, it is represented as L: 59.15, a: 48.08, and b: -42.78.

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

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

Analogous Colors of #C36CDB

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

Monochromatic Colors of #C36CDB

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

Complementary Color of #C36CDB

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

/* Using HEX */
body {
  background-color: #c36cdb;
}
/* Using RGB */
body {
  background-color: rgb(195, 108, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(195, 108, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 61%, 64%);
}
/* Text color */
p {
  color: #c36cdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c36cdb;
}
/* Border color */
.box {
  border: 4px solid #c36cdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c36cdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c36cdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C36CDB
On Black Background
#C36CDB
On White Background
#C36CDB

HTML Examples of #C36CDB

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

Related Colors of #C36CDB

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