Color: #C48CDB
#C48CDB Color Information
#C48CDB is a light color. The closest websafe version is #C48CDB. A complement of this color would be #A1DA8B, perceived brightness is 0.65, and the grayscale version is #B3B3B3.
In the HSL color space, this color has a hue angle of 283°,a saturation of 52%, and a lightness of 70%.The HSV representation shows a hue of 283°, a saturation of 36%, and a value of 86%.
In a RGB color space, #C48CDB is composed of 77% red, 55% green and 86% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 36% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 35.38, x: 0.3317, and y: 0.2648.
Color Code #C48CDB
Shades of Color #C48CDB
Shades are created by darkening the original color #C48CDB 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 #C48CDB
Tints are created by lightening the original color #C48CDB 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 #C48CDB Color Code
In the HSL color space, this color has a hue angle of 283°, a saturation of 52%, and a lightness of 70%. The HSV representation shows a hue of 283°, a saturation of 36%, and a value of 86%.
- HEX: #C48CDB
- RGB: rgb(196, 140, 219)
- HSL: hsl(283, 52%, 70%)
- HSV: hsv(283, 36%, 86%)
- CMYK: 11.00% cyan, 36.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 44.31, 35.38, 53.91
- Yxy: 35.38, 0.3317, 0.2648
- Hunter Lab: 66.04, 32.21, -32.09
- CIE-Lab: 66.04, 32.21, -32.09
In the XYZ color space, this color is represented as X: 44.31, Y: 35.38, Z: 53.91. The Yxy representation further refines this as Y: 35.38, x: 0.3317, and y: 0.2648.
In the Hunter Lab color space, this color is represented as L: 66.04, a: 32.21, and b: -32.09. Similarly, in the CIE-Lab color space, it is represented as L: 66.04, a: 32.21, and b: -32.09.
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 #C48CDB
Triadic colors are three colors evenly spaced around the color wheel, including #C48CDB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C48CDB
Split complementary colors are two colors adjacent to the complementary color of #C48CDB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C48CDB
Monochromatic colors are variations of #C48CDB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C48CDB
The complementary color of #C48CDB 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 #C48CDB
/* Using HEX */ body { background-color: #c48cdb; }
/* Using RGB */ body { background-color: rgb(196, 140, 219); }
/* Using RGB with opacity */ body { background-color: rgba(196, 140, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(283, 52%, 70%); }
/* Text color */ p { color: #c48cdb; }
/* Box shadow */ div { box-shadow: 4px 4px #c48cdb; }
/* Border color */ .box { border: 4px solid #c48cdb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c48cdb; }
/* Background with text */ div { background: #c48cdb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C48CDB
<!-- Using HEX --> <div style="background-color: #c48cdb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(196, 140, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(196, 140, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(283, 52%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c48cdb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c48cdb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c48cdb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c48cdb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c48cdb; color: #fff; padding: 16px; border-radius: 8px;"> #C48CDB </div>
Related Colors of #C48CDB
These colors are similar to #C48CDB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.