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