crispedge.com

Color picker

Loading...

#c96aff hex color - Violet - Warm color - Information

#c96aff hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c96aff Color code in RGB color code model is created after adding 78.82% red color, 41.57% green color and 100% blue color. Hex #c96aff Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 58% magenta, 0% yellow and 0% black.

Hex #c96aff color code is between #cc66ee web safe hex color code and #bb77dd web safe hex color code. #cc66ee is the nearest web safe color code. You can see here many more shades of #c96aff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec96aff#c96aff
RGB Decimal201, 106, 255rgb(201, 106, 255)
RGB Percent79%, 42%, 100%rgb(79%, 42%, 100%)
CSS RGBa201, 106, 255,1rgba(201,106,255,1)
CMYK Modelcmyk(21%,58%,0%,0%)
HSL Color Space278,100% ,71%hsl(278,100% ,71%)
HSV Color Space278°, 58%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010110101011111111
Octal311152377
Decimal201106255
Hexc96aff

Different shades of #c96aff color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c96aff
#db9dff
Dark Shade of #c96aff
#b737ff
Saturated Shade of #c96aff
#c96aff
Desaturated Shade of #c96aff
#c771f8
Grey scale Shade of #c96aff
#b4b4b4
Brighten Shade
#e283ff
Most Readable Shade
#000000

Shades of #c96aff color code

Generate more color scales with scales (color stack) generator.

#c96aff
#b25ee2
#9c52c6
#8646aa
#6f3a8d
#592f71
#432355
#2c1738
#160b1c
#000000

Similar Color like #c96aff color

Find visually similar hex color codes nearing to #c96aff hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ca6bff
#cb6cff
#cc6dff
#cd6eff
#ce6fff
#cf70ff
#d071ff
#d172ff
#d273ff
#d374ff
#d475ff
#d576ff
#d677ff
#d778ff
#c869fe
#c768fd
#c667fc
#c566fb
#c465fa
#c364f9
#c263f8
#c162f7
#c061f6
#bf60f5
#be5ff4
#bd5ef3
#bc5df2
#bb5cf1

Monochromatic Color with #c96aff

#c96aff
#21122a
#432355
#653580
#8647aa
#a758d4

Tints of #c96aff Color

#c96aff
#cf7aff
#d58bff
#db9bff
#e1acff
#e7bcff
#edcdff
#f3ddff
#f9eeff
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c96aff
#a0ff6a

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c96aff
#eaff6a
#6aff7f

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#8d6aff
#ab6aff
#c96aff
#e76aff
#ff6af9

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c96aff
#ffc96a
#6affc9

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c96aff
#ff7e6a
#a0ff6a
#6aeaff

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c96aff
#a0ff6a
#6aff7f
#ff6aea

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c96aff Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c96aff Color Code Preview on Black Background Color

This is how #c96aff Color will look on black background color. Color contrast ratio is 6.99

#c96aff in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c96aff">Your Example Paragraph content text in with font color #c96aff </p>

Your Example Paragraph content text in with font color #c96aff

HTML with inline CSS

<div style="color:#c96aff">Your Paragraph text in with font color #c96aff </div>

Your Example Paragraph content text in with font color #c96aff

#c96aff color code is use for CSS Background Color

Background color for the above div is #c96aff

HTML with inline CSS

<div style="background-color:#c96aff;"></div>

#c96aff color code is use for CSS Border Color

CSS Border color for the above div is #c96aff

HTML with inline CSS

<div style="border:5px solid #c96aff;"></div>

CSS Border Left color for the above div is #c96aff

HTML with inline CSS

<div style="border-left:5px solid #c96aff;"></div>

CSS Border Right color for the above div is #c96aff

HTML with inline CSS

<div style="border-right:5px solid #c96aff;"></div>

CSS Border Bottom color for the above div is #c96aff

HTML with inline CSS

<div style="border-bottom:5px solid #c96aff;"></div>

CSS Border Top color for the above div is #c96aff

HTML with inline CSS

<div style="border-top:5px solid #c96aff;"></div>

#c96aff hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c96aff; } .examplecolorclass {color:#c96aff; } .examplebordercolor {border:3px solid #c96aff; }

#c96aff Color code Preview on White Background

This is how #c96aff Color code will look on white background color. Color contrast ratio is 3.00

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c96aff; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c96aff; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(201,106,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(160,255,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,106,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.