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