Color: #C38ECA
#C38ECA Color Information
#C38ECA is a light color. The closest websafe version is #C38ECA. A complement of this color would be #94C98D, perceived brightness is 0.65, and the grayscale version is #ACACAC.
In the HSL color space, this color has a hue angle of 293°,a saturation of 36%, and a lightness of 67%.The HSV representation shows a hue of 293°, a saturation of 30%, and a value of 79%.
In a RGB color space, #C38ECA is composed of 76% red, 56% green and 79% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 30% magenta, 0% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 35.11, x: 0.3459, and y: 0.2847.
Color Code #C38ECA
Shades of Color #C38ECA
Shades are created by darkening the original color #C38ECA 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 #C38ECA
Tints are created by lightening the original color #C38ECA 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.
About #C38ECA Color Code
In the HSL color space, this color has a hue angle of 293°, a saturation of 36%, and a lightness of 67%. The HSV representation shows a hue of 293°, a saturation of 30%, and a value of 79%.
- HEX: #C38ECA
- RGB: rgb(195, 142, 202)
- HSL: hsl(293, 36%, 67%)
- HSV: hsv(293, 30%, 79%)
- CMYK: 3.00% cyan, 30.00% magenta, 0.00% yellow, 21.00% black
- XYZ: 42.66, 35.11, 45.57
- Yxy: 35.11, 0.3459, 0.2847
- Hunter Lab: 65.84, 28.26, -22.98
- CIE-Lab: 65.84, 28.26, -22.98
In the XYZ color space, this color is represented as X: 42.66, Y: 35.11, Z: 45.57. The Yxy representation further refines this as Y: 35.11, x: 0.3459, and y: 0.2847.
In the Hunter Lab color space, this color is represented as L: 65.84, a: 28.26, and b: -22.98. Similarly, in the CIE-Lab color space, it is represented as L: 65.84, a: 28.26, and b: -22.98.
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 #C38ECA
Triadic colors are three colors evenly spaced around the color wheel, including #C38ECA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C38ECA
Monochromatic colors are variations of #C38ECA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C38ECA
The complementary color of #C38ECA 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 #C38ECA
/* Using HEX */ body { background-color: #c38eca; }
/* Using RGB */ body { background-color: rgb(195, 142, 202); }
/* Using RGB with opacity */ body { background-color: rgba(195, 142, 202, 0.5); }
/* Using HSL */ body { background-color: hsl(293, 36%, 67%); }
/* Text color */ p { color: #c38eca; }
/* Box shadow */ div { box-shadow: 4px 4px #c38eca; }
/* Border color */ .box { border: 4px solid #c38eca; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c38eca; }
/* Background with text */ div { background: #c38eca; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C38ECA
<!-- Using HEX --> <div style="background-color: #c38eca; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(195, 142, 202); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(195, 142, 202, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(293, 36%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c38eca;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c38eca; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c38eca; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c38eca;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c38eca; color: #fff; padding: 16px; border-radius: 8px;"> #C38ECA </div>
Related Colors of #C38ECA
These colors are similar to #C38ECA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.