Color: #C700EB
#C700EB Color Information
#C700EB is a dark color. The closest websafe version is #C700EB. A complement of this color would be #23EB00, perceived brightness is 0.34, and the grayscale version is #767676.
In the HSL color space, this color has a hue angle of 291°,a saturation of 99%, and a lightness of 46%.The HSV representation shows a hue of 291°, a saturation of 100%, and a value of 92%.
In a RGB color space, #C700EB is composed of 78% red, 0% green and 92% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 100% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 17.74, x: 0.3209, and y: 0.1547.
Color Code #C700EB
Shades of Color #C700EB
Shades are created by darkening the original color #C700EB 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 #C700EB
Tints are created by lightening the original color #C700EB 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 #C700EB Color Code
In the HSL color space, this color has a hue angle of 291°, a saturation of 100%, and a lightness of 46%. The HSV representation shows a hue of 291°, a saturation of 100%, and a value of 92%.
- HEX: #C700EB
- RGB: rgb(199, 0, 235)
- HSL: hsl(291, 100%, 46%)
- HSV: hsv(291, 100%, 92%)
- CMYK: 15.00% cyan, 100.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 36.79, 17.74, 60.13
- Yxy: 17.74, 0.3209, 0.1547
- Hunter Lab: 49.18, 81.69, -67.58
- CIE-Lab: 49.18, 81.69, -67.58
In the XYZ color space, this color is represented as X: 36.79, Y: 17.74, Z: 60.13. The Yxy representation further refines this as Y: 17.74, x: 0.3209, and y: 0.1547.
In the Hunter Lab color space, this color is represented as L: 49.18, a: 81.69, and b: -67.58. Similarly, in the CIE-Lab color space, it is represented as L: 49.18, a: 81.69, and b: -67.58.
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 #C700EB
Triadic colors are three colors evenly spaced around the color wheel, including #C700EB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C700EB
Split complementary colors are two colors adjacent to the complementary color of #C700EB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C700EB
Monochromatic colors are variations of #C700EB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C700EB
The complementary color of #C700EB 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 #C700EB
/* Using HEX */ body { background-color: #c700eb; }
/* Using RGB */ body { background-color: rgb(199, 0, 235); }
/* Using RGB with opacity */ body { background-color: rgba(199, 0, 235, 0.5); }
/* Using HSL */ body { background-color: hsl(291, 100%, 46%); }
/* Text color */ p { color: #c700eb; }
/* Box shadow */ div { box-shadow: 4px 4px #c700eb; }
/* Border color */ .box { border: 4px solid #c700eb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c700eb; }
/* Background with text */ div { background: #c700eb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C700EB
<!-- Using HEX --> <div style="background-color: #c700eb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(199, 0, 235); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(199, 0, 235, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(291, 100%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c700eb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c700eb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c700eb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c700eb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c700eb; color: #fff; padding: 16px; border-radius: 8px;"> #C700EB </div>
Related Colors of #C700EB
These colors are similar to #C700EB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.