Color: #C35BFB
#C35BFB Color Information
#C35BFB is a light color. The closest websafe version is #C35BFB. A complement of this color would be #93FB5B, perceived brightness is 0.55, and the grayscale version is #ABABAB.
In the HSL color space, this color has a hue angle of 279°,a saturation of 95%, and a lightness of 67%.The HSV representation shows a hue of 279°, a saturation of 64%, and a value of 98%.
In a RGB color space, #C35BFB is composed of 76% red, 36% green and 98% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 64% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 25.49, x: 0.3021, and y: 0.1850.
Color Code #C35BFB
Shades of Color #C35BFB
Shades are created by darkening the original color #C35BFB 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 #C35BFB
Tints are created by lightening the original color #C35BFB 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 #C35BFB Color Code
In the HSL color space, this color has a hue angle of 279°, a saturation of 95%, and a lightness of 67%. The HSV representation shows a hue of 279°, a saturation of 64%, and a value of 98%.
- HEX: #C35BFB
- RGB: rgb(195, 91, 251)
- HSL: hsl(279, 95%, 67%)
- HSV: hsv(279, 64%, 98%)
- CMYK: 22.00% cyan, 64.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 41.63, 25.49, 70.67
- Yxy: 25.49, 0.3021, 0.1850
- Hunter Lab: 57.55, 60.87, -63.12
- CIE-Lab: 57.55, 60.87, -63.12
In the XYZ color space, this color is represented as X: 41.63, Y: 25.49, Z: 70.67. The Yxy representation further refines this as Y: 25.49, x: 0.3021, and y: 0.1850.
In the Hunter Lab color space, this color is represented as L: 57.55, a: 60.87, and b: -63.12. Similarly, in the CIE-Lab color space, it is represented as L: 57.55, a: 60.87, and b: -63.12.
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 #C35BFB
Triadic colors are three colors evenly spaced around the color wheel, including #C35BFB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C35BFB
Split complementary colors are two colors adjacent to the complementary color of #C35BFB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C35BFB
Monochromatic colors are variations of #C35BFB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C35BFB
The complementary color of #C35BFB 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 #C35BFB
/* Using HEX */ body { background-color: #c35bfb; }
/* Using RGB */ body { background-color: rgb(195, 91, 251); }
/* Using RGB with opacity */ body { background-color: rgba(195, 91, 251, 0.5); }
/* Using HSL */ body { background-color: hsl(279, 95%, 67%); }
/* Text color */ p { color: #c35bfb; }
/* Box shadow */ div { box-shadow: 4px 4px #c35bfb; }
/* Border color */ .box { border: 4px solid #c35bfb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c35bfb; }
/* Background with text */ div { background: #c35bfb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C35BFB
<!-- Using HEX --> <div style="background-color: #c35bfb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(195, 91, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(195, 91, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(279, 95%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c35bfb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c35bfb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c35bfb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c35bfb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c35bfb; color: #fff; padding: 16px; border-radius: 8px;"> #C35BFB </div>
Related Colors of #C35BFB
These colors are similar to #C35BFB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.