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