Color: #D07CFD
#D07CFD Color Information
#D07CFD is a light color. The closest websafe version is #D07CFD. A complement of this color would be #A9FD7C, perceived brightness is 0.64, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 279°,a saturation of 97%, and a lightness of 74%.The HSV representation shows a hue of 279°, a saturation of 100%, and a value of 100%.
In a RGB color space, #D07CFD is composed of 82% red, 49% green and 99% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 51% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 34.44, x: 0.3146, and y: 0.2197.
Color Code #D07CFD
Shades of Color #D07CFD
Shades are created by darkening the original color #D07CFD 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 #D07CFD
Tints are created by lightening the original color #D07CFD 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 #D07CFD Color Code
In the HSL color space, this color has a hue angle of 279°, a saturation of 97%, and a lightness of 74%. The HSV representation shows a hue of 279°, a saturation of 51%, and a value of 99%.
- HEX: #D07CFD
- RGB: rgb(208, 124, 253)
- HSL: hsl(279, 97%, 74%)
- HSV: hsv(279, 51%, 99%)
- CMYK: 18.00% cyan, 51.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 49.32, 34.44, 72.99
- Yxy: 34.44, 0.3146, 0.2197
- Hunter Lab: 65.31, 49.40, -51.79
- CIE-Lab: 65.31, 49.40, -51.79
In the XYZ color space, this color is represented as X: 49.32, Y: 34.44, Z: 72.99. The Yxy representation further refines this as Y: 34.44, x: 0.3146, and y: 0.2197.
In the Hunter Lab color space, this color is represented as L: 65.31, a: 49.40, and b: -51.79. Similarly, in the CIE-Lab color space, it is represented as L: 65.31, a: 49.40, and b: -51.79.
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 #D07CFD
Triadic colors are three colors evenly spaced around the color wheel, including #D07CFD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D07CFD
Monochromatic colors are variations of #D07CFD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D07CFD
The complementary color of #D07CFD 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 #D07CFD
/* Using HEX */ body { background-color: #d07cfd; }
/* Using RGB */ body { background-color: rgb(208, 124, 253); }
/* Using RGB with opacity */ body { background-color: rgba(208, 124, 253, 0.5); }
/* Using HSL */ body { background-color: hsl(279, 97%, 74%); }
/* Text color */ p { color: #d07cfd; }
/* Box shadow */ div { box-shadow: 4px 4px #d07cfd; }
HTML Examples of #D07CFD
<!-- Using HEX --> <div style="background-color: #d07cfd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(208, 124, 253); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(208, 124, 253, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(279, 97%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d07cfd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d07cfd; width: 100px; height: 100px;"></div>
Related Colors of #D07CFD
These colors are similar to #D07CFD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.