Color: #C81ADB
#C81ADB Color Information
#C81ADB is a dark color. The closest websafe version is #C81ADB. A complement of this color would be #2DDB1A, perceived brightness is 0.39, and the grayscale version is #7A7A7A.
In the HSL color space, this color has a hue angle of 294°,a saturation of 79%, and a lightness of 48%.The HSV representation shows a hue of 294°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C81ADB is composed of 78% red, 10% green and 86% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 88% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 17.89, x: 0.3398, and y: 0.1702.
Color Code #C81ADB
Shades of Color #C81ADB
Shades are created by darkening the original color #C81ADB 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 #C81ADB
Tints are created by lightening the original color #C81ADB 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 #C81ADB Color Code
In the HSL color space, this color has a hue angle of 294°, a saturation of 79%, and a lightness of 48%. The HSV representation shows a hue of 294°, a saturation of 88%, and a value of 86%.
- HEX: #C81ADB
- RGB: rgb(200, 26, 219)
- HSL: hsl(294, 79%, 48%)
- HSV: hsv(294, 88%, 86%)
- CMYK: 9.00% cyan, 88.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 35.72, 17.89, 51.50
- Yxy: 17.89, 0.3398, 0.1702
- Hunter Lab: 49.36, 77.39, -58.22
- CIE-Lab: 49.36, 77.39, -58.22
In the XYZ color space, this color is represented as X: 35.72, Y: 17.89, Z: 51.50. The Yxy representation further refines this as Y: 17.89, x: 0.3398, and y: 0.1702.
In the Hunter Lab color space, this color is represented as L: 49.36, a: 77.39, and b: -58.22. Similarly, in the CIE-Lab color space, it is represented as L: 49.36, a: 77.39, and b: -58.22.
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 #C81ADB
Triadic colors are three colors evenly spaced around the color wheel, including #C81ADB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C81ADB
Monochromatic colors are variations of #C81ADB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C81ADB
The complementary color of #C81ADB 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 #C81ADB
/* Using HEX */ body { background-color: #c81adb; }
/* Using RGB */ body { background-color: rgb(200, 26, 219); }
/* Using RGB with opacity */ body { background-color: rgba(200, 26, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(294, 79%, 48%); }
/* Text color */ p { color: #c81adb; }
/* Box shadow */ div { box-shadow: 4px 4px #c81adb; }
HTML Examples of #C81ADB
<!-- Using HEX --> <div style="background-color: #c81adb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(200, 26, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(200, 26, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(294, 79%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c81adb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c81adb; width: 100px; height: 100px;"></div>
Related Colors of #C81ADB
These colors are similar to #C81ADB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.