crispedge.com

Color picker

Loading...

#c85add hex color - Violet - Warm color - Information

#c85add hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c85add Color code in RGB color code model is created after adding 78.43% red color, 35.29% green color and 86.67% blue color. Hex #c85add Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 59% magenta, 0% yellow and 13% black.

Hex #c85add color code is between #cc55cc web safe hex color code and #bb66ee web safe hex color code. #cc55cc is the nearest web safe color code. You can see here many more shades of #c85add color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec85add#c85add
RGB Decimal200, 90, 221rgb(200, 90, 221)
RGB Percent78%, 35%, 87%rgb(78%, 35%, 87%)
CSS RGBa200, 90, 221,1rgba(200,90,221,1)
CMYK Modelcmyk(10%,59%,0%,13%)
HSL Color Space290,66% ,61%hsl(290,66% ,61%)
HSV Color Space290°, 59%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010000101101011011101
Octal310132335
Decimal20090221
Hexc85add

Different shades of #c85add color code.

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

Light Shade of #c85add
#d684e6
Dark Shade of #c85add
#ba30d4
Saturated Shade of #c85add
#cf50e7
Desaturated Shade of #c85add
#c164d3
Grey scale Shade of #c85add
#9b9b9b
Brighten Shade
#e173f6
Most Readable Shade
#FFFFFF

Shades of #c85add color code

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

#c85add
#b150c4
#9b46ab
#853c93
#6f327a
#582862
#421e49
#2c1431
#160a18
#000000

Similar Color like #c85add color

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

#c95bde
#ca5cdf
#cb5de0
#cc5ee1
#cd5fe2
#ce60e3
#cf61e4
#d062e5
#d163e6
#d264e7
#d365e8
#d466e9
#d567ea
#d668eb
#c759dc
#c658db
#c557da
#c456d9
#c355d8
#c254d7
#c153d6
#c052d5
#bf51d4
#be50d3
#bd4fd2
#bc4ed1
#bb4dd0
#ba4ccf

Monochromatic Color with #c85add

#c85add
#080308
#2e1533
#55265d
#7b3788
#a249b3

Tints of #c85add Color

#c85add
#ce6ce0
#d47ee4
#da91e8
#e0a3ec
#e6b5ef
#ecc8f3
#f2daf7
#f8ecfb
#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

#c85add
#6fdd5a

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

Split Complementary

#c85add
#b1dd5a
#5add87

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

Analogous Color

#945add
#ae5add
#c85add
#dd5ad8
#dd5abe

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

#c85add
#ddc85a
#5addc8

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

#c85add
#dd875a
#6fdd5a
#5ab0dd

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

#c85add
#6fdd5a
#5add87
#dd5ab1

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

#c85add Color Code Preview on Black Background Color

This is how #c85add Color will look on black background color. Color contrast ratio is 5.96

#c85add in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c85add

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c85add

#c85add color code is use for CSS Background Color

Background color for the above div is #c85add

HTML with inline CSS

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

#c85add color code is use for CSS Border Color

CSS Border color for the above div is #c85add

HTML with inline CSS

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

CSS Border Left color for the above div is #c85add

HTML with inline CSS

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

CSS Border Right color for the above div is #c85add

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c85add

HTML with inline CSS

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

CSS Border Top color for the above div is #c85add

HTML with inline CSS

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

#c85add hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c85add Color code Preview on White Background

This is how #c85add Color code will look on white background color. Color contrast ratio is 3.52

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

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(200,90,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,221,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,90,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.