crispedge.com

Color picker

Loading...

#c976da hex color - Violet - Warm color - Information

#c976da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c976da Color code in RGB color code model is created after adding 78.82% red color, 46.27% green color and 85.49% blue color. Hex #c976da Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 46% magenta, 0% yellow and 15% black.

Hex #c976da color code is between #cc77dd web safe hex color code and #bb66cc web safe hex color code. #cc77dd is the nearest web safe color code. You can see here many more shades of #c976da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec976da#c976da
RGB Decimal201, 118, 218rgb(201, 118, 218)
RGB Percent79%, 46%, 85%rgb(79%, 46%, 85%)
CSS RGBa201, 118, 218,1rgba(201,118,218,1)
CMYK Modelcmyk(8%,46%,0%,15%)
HSL Color Space290,57% ,66%hsl(290,57% ,66%)
HSV Color Space290°, 46%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010111011011011010
Octal311166332
Decimal201118218
Hexc976da

Different shades of #c976da color code.

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

Light Shade of #c976da
#d99ee5
Dark Shade of #c976da
#b94ecf
Saturated Shade of #c976da
#cf6de3
Desaturated Shade of #c976da
#c37fd1
Grey scale Shade of #c976da
#a8a8a8
Brighten Shade
#e28ff3
Most Readable Shade
#000000

Shades of #c976da color code

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

#c976da
#b268c1
#9c5ba9
#864e91
#6f4179
#593460
#432748
#2c1a30
#160d18
#000000

Similar Color like #c976da color

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

#ca77db
#cb78dc
#cc79dd
#cd7ade
#ce7bdf
#cf7ce0
#d07de1
#d17ee2
#d27fe3
#d380e4
#d481e5
#d582e6
#d683e7
#d784e8
#c875d9
#c774d8
#c673d7
#c572d6
#c471d5
#c370d4
#c26fd3
#c16ed2
#c06dd1
#bf6cd0
#be6bcf
#bd6ace
#bc69cd
#bb68cc

Monochromatic Color with #c976da

#c976da
#050305
#2c1a30
#53315a
#7b4885
#a25faf

Tints of #c976da Color

#c976da
#cf85de
#d594e2
#dba3e6
#e1b2ea
#e7c2ee
#edd1f2
#f3e0f6
#f9effa
#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

#c976da
#87da76

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

Split Complementary

#c976da
#b9da76
#76da97

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

Analogous Color

#a176da
#b576da
#c976da
#da76d7
#da76c3

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

#c976da
#dac976
#76dac9

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

#c976da
#da9776
#87da76
#76b9da

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

#c976da
#87da76
#76da97
#da76b9

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 #c976da 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.

#c976da Color Code Preview on Black Background Color

This is how #c976da Color will look on black background color. Color contrast ratio is 7.09

#c976da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c976da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c976da

#c976da color code is use for CSS Background Color

Background color for the above div is #c976da

HTML with inline CSS

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

#c976da color code is use for CSS Border Color

CSS Border color for the above div is #c976da

HTML with inline CSS

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

CSS Border Left color for the above div is #c976da

HTML with inline CSS

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

CSS Border Right color for the above div is #c976da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c976da

HTML with inline CSS

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

CSS Border Top color for the above div is #c976da

HTML with inline CSS

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

#c976da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c976da Color code Preview on White Background

This is how #c976da Color code will look on white background color. Color contrast ratio is 2.96

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 #c976da; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c976da; }

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,118,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(135,218,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,118,218,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.