Color: #C35DDA

#C35DDA Color Information

#C35DDA is a light color. The closest websafe version is #C35DDA. A complement of this color would be #74DA5D, perceived brightness is 0.54, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 289°,a saturation of 63%, and a lightness of 61%.The HSV representation shows a hue of 289°, a saturation of 57%, and a value of 85%.

In a RGB color space, #C35DDA is composed of 76% red, 36% green and 85% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 57% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 24.24, x: 0.3332, and y: 0.2123.

Color Code #C35DDA

#C35DDArgb(195, 93, 218)
HEX
#C35DDA
RGB
rgb(195, 93, 218)
HSL
hsl(289, 63%, 61%)
HSV
hsv(289, 57%, 85%)
CMYK
11%, 57%, 0%, 15%
XYZ
X: 38.04, Y: 24.24, Z: 51.89
Lab
L: 56.33, a: 54.97, b: -46.65
Name

Shades of Color #C35DDA

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

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

#C35DDArgb(195, 93, 218)

About #C35DDA Color Code

In the HSL color space, this color has a hue angle of 289°, a saturation of 63%, and a lightness of 61%. The HSV representation shows a hue of 289°, a saturation of 57%, and a value of 85%.

  • HEX: #C35DDA
  • RGB: rgb(195, 93, 218)
  • HSL: hsl(289, 63%, 61%)
  • HSV: hsv(289, 57%, 85%)
  • CMYK: 11.00% cyan, 57.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 38.04, 24.24, 51.89
  • Yxy: 24.24, 0.3332, 0.2123
  • Hunter Lab: 56.33, 54.97, -46.65
  • CIE-Lab: 56.33, 54.97, -46.65

In the XYZ color space, this color is represented as X: 38.04, Y: 24.24, Z: 51.89. The Yxy representation further refines this as Y: 24.24, x: 0.3332, and y: 0.2123.

In the Hunter Lab color space, this color is represented as L: 56.33, a: 54.97, and b: -46.65. Similarly, in the CIE-Lab color space, it is represented as L: 56.33, a: 54.97, and b: -46.65.

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

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

Analogous Colors of #C35DDA

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

Split Complementary Colors of #C35DDA

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

Tetradic Colors of #C35DDA

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

Monochromatic Colors of #C35DDA

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

Complementary Color of #C35DDA

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

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

HTML Examples of #C35DDA

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

Related Colors of #C35DDA

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