Color: #C788BD
#C788BD Color Information
#C788BD is a light color. The closest websafe version is #C788BD. A complement of this color would be #89C893, perceived brightness is 0.63, and the grayscale version is #A8A8A8.
In the HSL color space, this color has a hue angle of 310°,a saturation of 36%, and a lightness of 66%.The HSV representation shows a hue of 310°, a saturation of 32%, and a value of 78%.
In a RGB color space, #C788BD is composed of 78% red, 53% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 5% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 33.44, x: 0.3635, and y: 0.2917.
Color Code #C788BD
Shades of Color #C788BD
Shades are created by darkening the original color #C788BD 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 #C788BD
Tints are created by lightening the original color #C788BD 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 #C788BD Color Code
In the HSL color space, this color has a hue angle of 310°, a saturation of 36%, and a lightness of 66%. The HSV representation shows a hue of 310°, a saturation of 32%, and a value of 78%.
- HEX: #C788BD
- RGB: rgb(199, 136, 189)
- HSL: hsl(310, 36%, 66%)
- HSV: hsv(310, 32%, 78%)
- CMYK: 0.00% cyan, 32.00% magenta, 5.00% yellow, 22.00% black
- XYZ: 41.67, 33.44, 39.53
- Yxy: 33.44, 0.3635, 0.2917
- Hunter Lab: 64.52, 30.96, -17.67
- CIE-Lab: 64.52, 30.96, -17.67
In the XYZ color space, this color is represented as X: 41.67, Y: 33.44, Z: 39.53. The Yxy representation further refines this as Y: 33.44, x: 0.3635, and y: 0.2917.
In the Hunter Lab color space, this color is represented as L: 64.52, a: 30.96, and b: -17.67. Similarly, in the CIE-Lab color space, it is represented as L: 64.52, a: 30.96, and b: -17.67.
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 #C788BD
Triadic colors are three colors evenly spaced around the color wheel, including #C788BD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C788BD
Split complementary colors are two colors adjacent to the complementary color of #C788BD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C788BD
Monochromatic colors are variations of #C788BD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C788BD
The complementary color of #C788BD 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 #C788BD
/* Using HEX */ body { background-color: #c788bd; }
/* Using RGB */ body { background-color: rgb(199, 136, 189); }
/* Using RGB with opacity */ body { background-color: rgba(199, 136, 189, 0.5); }
/* Using HSL */ body { background-color: hsl(310, 36%, 66%); }
/* Text color */ p { color: #c788bd; }
/* Box shadow */ div { box-shadow: 4px 4px #c788bd; }
/* Border color */ .box { border: 4px solid #c788bd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c788bd; }
/* Background with text */ div { background: #c788bd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C788BD
<!-- Using HEX --> <div style="background-color: #c788bd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(199, 136, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(199, 136, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(310, 36%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c788bd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c788bd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c788bd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c788bd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c788bd; color: #fff; padding: 16px; border-radius: 8px;"> #C788BD </div>
Related Colors of #C788BD
These colors are similar to #C788BD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.