Color: #C766CF
#C766CF Color Information
#C766CF is a light color. The closest websafe version is #C766CF. A complement of this color would be #70CF68, perceived brightness is 0.56, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 295°,a saturation of 52%, and a lightness of 61%.The HSV representation shows a hue of 295°, a saturation of 51%, and a value of 81%.
In a RGB color space, #C766CF is composed of 78% red, 40% green and 81% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 51% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 26.02, x: 0.3490, and y: 0.2331.
Color Code #C766CF
Shades of Color #C766CF
Shades are created by darkening the original color #C766CF 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 #C766CF
Tints are created by lightening the original color #C766CF 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 #C766CF Color Code
In the HSL color space, this color has a hue angle of 295°, a saturation of 52%, and a lightness of 61%. The HSV representation shows a hue of 295°, a saturation of 51%, and a value of 81%.
- HEX: #C766CF
- RGB: rgb(199, 102, 207)
- HSL: hsl(295, 52%, 61%)
- HSV: hsv(295, 51%, 81%)
- CMYK: 4.00% cyan, 51.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 38.95, 26.02, 46.65
- Yxy: 26.02, 0.3490, 0.2331
- Hunter Lab: 58.05, 50.42, -37.69
- CIE-Lab: 58.05, 50.42, -37.69
In the XYZ color space, this color is represented as X: 38.95, Y: 26.02, Z: 46.65. The Yxy representation further refines this as Y: 26.02, x: 0.3490, and y: 0.2331.
In the Hunter Lab color space, this color is represented as L: 58.05, a: 50.42, and b: -37.69. Similarly, in the CIE-Lab color space, it is represented as L: 58.05, a: 50.42, and b: -37.69.
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 #C766CF
Triadic colors are three colors evenly spaced around the color wheel, including #C766CF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C766CF
Monochromatic colors are variations of #C766CF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C766CF
The complementary color of #C766CF 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 #C766CF
/* Using HEX */ body { background-color: #c766cf; }
/* Using RGB */ body { background-color: rgb(199, 102, 207); }
/* Using RGB with opacity */ body { background-color: rgba(199, 102, 207, 0.5); }
/* Using HSL */ body { background-color: hsl(295, 52%, 61%); }
/* Text color */ p { color: #c766cf; }
/* Box shadow */ div { box-shadow: 4px 4px #c766cf; }
/* Border color */ .box { border: 4px solid #c766cf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c766cf; }
/* Background with text */ div { background: #c766cf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C766CF
<!-- Using HEX --> <div style="background-color: #c766cf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(199, 102, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(199, 102, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(295, 52%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c766cf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c766cf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c766cf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c766cf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c766cf; color: #fff; padding: 16px; border-radius: 8px;"> #C766CF </div>
Related Colors of #C766CF
These colors are similar to #C766CF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.