Color: #C65DBF
#C65DBF Color Information
#C65DBF is a light color. The closest websafe version is #C65DBF. A complement of this color would be #5DC664, perceived brightness is 0.53, and the grayscale version is #929292.
In the HSL color space, this color has a hue angle of 304°,a saturation of 48%, and a lightness of 57%.The HSV representation shows a hue of 304°, a saturation of 53%, and a value of 78%.
In a RGB color space, #C65DBF is composed of 78% red, 36% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 53% magenta, 4% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 23.57, x: 0.3669, and y: 0.2382.
Color Code #C65DBF
Shades of Color #C65DBF
Shades are created by darkening the original color #C65DBF 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 #C65DBF
Tints are created by lightening the original color #C65DBF 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 #C65DBF Color Code
In the HSL color space, this color has a hue angle of 304°, a saturation of 48%, and a lightness of 57%. The HSV representation shows a hue of 304°, a saturation of 53%, and a value of 78%.
- HEX: #C65DBF
- RGB: rgb(198, 93, 191)
- HSL: hsl(304, 48%, 57%)
- HSV: hsv(304, 53%, 78%)
- CMYK: 0.00% cyan, 53.00% magenta, 4.00% yellow, 22.00% black
- XYZ: 36.30, 23.57, 39.06
- Yxy: 23.57, 0.3669, 0.2382
- Hunter Lab: 55.65, 52.16, -32.32
- CIE-Lab: 55.65, 52.16, -32.32
In the XYZ color space, this color is represented as X: 36.30, Y: 23.57, Z: 39.06. The Yxy representation further refines this as Y: 23.57, x: 0.3669, and y: 0.2382.
In the Hunter Lab color space, this color is represented as L: 55.65, a: 52.16, and b: -32.32. Similarly, in the CIE-Lab color space, it is represented as L: 55.65, a: 52.16, and b: -32.32.
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 #C65DBF
Triadic colors are three colors evenly spaced around the color wheel, including #C65DBF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C65DBF
Monochromatic colors are variations of #C65DBF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C65DBF
The complementary color of #C65DBF 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 #C65DBF
/* Using HEX */ body { background-color: #c65dbf; }
/* Using RGB */ body { background-color: rgb(198, 93, 191); }
/* Using RGB with opacity */ body { background-color: rgba(198, 93, 191, 0.5); }
/* Using HSL */ body { background-color: hsl(304, 48%, 57%); }
/* Text color */ p { color: #c65dbf; }
/* Box shadow */ div { box-shadow: 4px 4px #c65dbf; }
/* Border color */ .box { border: 4px solid #c65dbf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c65dbf; }
/* Background with text */ div { background: #c65dbf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C65DBF
<!-- Using HEX --> <div style="background-color: #c65dbf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(198, 93, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(198, 93, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(304, 48%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c65dbf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c65dbf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c65dbf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c65dbf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c65dbf; color: #fff; padding: 16px; border-radius: 8px;"> #C65DBF </div>
Related Colors of #C65DBF
These colors are similar to #C65DBF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.