Skip to main content Skip to docs navigation

#c985ce hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pantone 2066 C and its hex is #D28DD3 Nearest Color Name

Color Hue/Base color: Violet

Hex #c985ce Color code in RGB color code model is created after adding 78.82% red color, 52.16% green color and 80.78% blue color. Hex #c985ce Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 35% magenta, 0% yellow and 19.22% black.

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

RGB Chart

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

Color Table

Hex Color Code c985ce #c985ce
RGB Decimal 201, 133, 206 201, 133, 206
RGB Percent 79%, 52%, 81% rgb(79%, 52%, 81%)
CSS RGBa 201, 133, 206,1 rgba(201,133,206,1)
CMYK Model cmyk(2%,35%,0%,19.22%)
HSL Color Space 296,43% ,66% hsl(296,43% ,66%)
HSV Color Space 296°, 35%, 81%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001001 10000101 11001110
Octal 311 205 316
Decimal 201 133 206
Hex c9 85 ce

Different shades of #c985ce color code.

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

Darkest of #c985ce
#7f3585
Darker of #c985ce
#a244a9
Dark of #c985ce
#b961bf
Base of #c985ce
#c985ce
Light of #c985ce
#d9a9dd
Lighter
#e9ceeb
Lightest
#f9f2fa

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

#c985ce
#8ace85

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

Split Complementary

#c985ce
#aece85
#85cea4

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

Analogous Color

#9e85ce
#ab85ce
#c985ce
#ce85bb
#ce859c

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

#c985ce
#85cec9
#cec985

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

#c985ce
#cec985
#8ace85
#858ace

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

Square Color

#c985ce
#cea485
#8ace85
#85aece

Square 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).

Monochromatic Color with #c985ce

#5c2760
#7f3585
#a244a9
#b961bf
#c985ce
#d9a9dd
#e9ceeb
#f9f2fa
#ffffff

Tints of #c985ce Color

#c985ce
#cf92d3
#d5a0d8
#dbadde
#e1bbe3
#e7c8e9
#edd6ee
#f3e3f4
#f9f1f9
#ffffff

Shades of #c985ce color code

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

#c985ce
#b276b7
#9c67a0
#865889
#6f4972
#593b5b
#432c44
#2c1d2d
#160e16
#000000

Tones

#c985ce
#ba96bd
#aba7ac
#a9a9a9
#a9a9a9

Tones

Similar Color like #c985ce color

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

#ca86cf
#cb87d0
#cc88d1
#cd89d2
#ce8ad3
#cf8bd4
#d08cd5
#d18dd6
#d28ed7
#d38fd8
#d490d9
#d591da
#d692db
#d793dc
#c884cd
#c783cc
#c682cb
#c581ca
#c480c9
#c37fc8
#c27ec7
#c17dc6
#c07cc5
#bf7bc4
#be7ac3
#bd79c2
#bc78c1
#bb77c0

Download this Dark Violet

Hex #c985ce 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.

#c985ce Color Code Preview on Black Background Color

This is how #c985ce Color will look on black background color. Color contrast ratio is 7.73

#c985ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c985ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c985ce

#c985ce color code is use for CSS Background Color

Background color for the above div is #c985ce

HTML with inline CSS

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

#c985ce color code is use for CSS Border Color

CSS Border color for the above div is #c985ce

HTML with inline CSS

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

CSS Border Left color for the above div is #c985ce

HTML with inline CSS

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

CSS Border Right color for the above div is #c985ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c985ce

HTML with inline CSS

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

CSS Border Top color for the above div is #c985ce

HTML with inline CSS

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

#c985ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c985ce Color code Preview on White Background

This is how #c985ce Color code will look on white background color. Color contrast ratio is 2.72

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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