rgb(198, 138, 255)
- In a RGB color space, hex #c68aff color is composed of 78% red, 54% green, and 100% blue.
- In a CMYK color space, it is consist of 22% cyan, 46% magenta, 0% yellow and 0% black.
- In web design, the web safe color for #c68aff is #CC99FF. The complementary color of #c68aff is #c3ff89.
#c68aff Color Conversion
Hex Color #c68aff RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #c68aff
-
#c68aff
#c68aff
-
#c3ff89
#c3ff89
-
#e3c5ff
#e3c5ff
-
#e1ffc4
#e1ffc4
-
#9467bf
#9467bf
-
#92bf66
#92bf66
-
#aa93bf
#aa93bf
-
#a8bf93
#a8bf93
Two colors (#c68aff,#c3ff89) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#c68aff
#c68aff
-
#e3c5ff
#e3c5ff
-
#63457f
#63457f
-
#f0e1fe
#f0e1fe
-
#9467bf
#9467bf
-
#aa93bf
#aa93bf
-
#4a335f
#4a335f
-
#b4a8be
#b4a8be
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #c68aff
-
#c68aff
#c68aff
-
#B27CE6
#B27CE6
-
#9E6ECC
#9E6ECC
-
#8B61B3
#8B61B3
-
#775399
#775399
-
#634580
#634580
-
#4F3766
#4F3766
-
#3B294D
#3B294D
-
#281C33
#281C33
-
#140E1A
#140E1A
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#c68aff
#c68aff
-
#CC96FF
#CC96FF
-
#D1A1FF
#D1A1FF
-
#D7ADFF
#D7ADFF
-
#DDB9FF
#DDB9FF
-
#E3C5FF
#E3C5FF
-
#E8D0FF
#E8D0FF
-
#EEDCFF
#EEDCFF
-
#F4E8FF
#F4E8FF
-
#F9F3FF
#F9F3FF
-
#FDFBFF
#FDFBFF
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#c68aff Color Preview on Black Background
#c68aff Color Preview on White Background
<span style="color:#c68aff;">Text here</span>
#c68aff Background Color
#c68aff Background Color
<p style="background-color:#c68aff;">Text here</p>
#c68aff Border Color
<div style="border:1px solid #c68aff;">Text here</div>
<style>.text {color:#c68aff;}
.background {background-color:#c68aff;}
.border {border:1px solid #c68aff;}</style>