crispedge.com

Color picker

Loading...

#cd85c0 hex color - Red - Warm color - Information

#cd85c0 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cd85c0 Color code in RGB color code model is created after adding 80.39% red color, 52.16% green color and 75.29% blue color. Hex #cd85c0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 6% yellow and 20% black.

Hex #cd85c0 color code is between #cc88bb web safe hex color code and #dd77cc web safe hex color code. #cc88bb is the nearest web safe color code. You can see here many more shades of #cd85c0 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codecd85c0#cd85c0
RGB Decimal205, 133, 192rgb(205, 133, 192)
RGB Percent80%, 52%, 75%rgb(80%, 52%, 75%)
CSS RGBa205, 133, 192,1rgba(205,133,192,1)
CMYK Modelcmyk(0%,35%,6%,20%)
HSL Color Space311,42% ,66%hsl(311,42% ,66%)
HSV Color Space311°, 35%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011011000010111000000
Octal315205300
Decimal205133192
Hexcd85c0

Different shades of #cd85c0 color code.

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

Light Shade of #cd85c0
#dca9d3
Dark Shade of #cd85c0
#be61ad
Saturated Shade of #cd85c0
#d67cc5
Desaturated Shade of #cd85c0
#c48eba
Grey scale Shade of #cd85c0
#a9a9a9
Brighten Shade
#e69ed9
Most Readable Shade
#000000

Shades of #cd85c0 color code

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

#cd85c0
#b676aa
#9f6795
#885880
#71496a
#5b3b55
#442c40
#2d1d2a
#160e15
#000000

Similar Color like #cd85c0 color

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

#ce86c1
#cf87c2
#d088c3
#d189c4
#d28ac5
#d38bc6
#d48cc7
#d58dc8
#d68ec9
#d78fca
#d890cb
#d991cc
#da92cd
#db93ce
#cc84bf
#cb83be
#ca82bd
#c981bc
#c880bb
#c77fba
#c67eb9
#c57db8
#c47cb7
#c37bb6
#c27ab5
#c179b4
#c078b3
#bf77b2

Monochromatic Color with #cd85c0

#cd85c0
#f7a1e8
#231721
#4d3249
#784e70
#a26998

Tints of #cd85c0 Color

#cd85c0
#d292c7
#d8a0ce
#ddadd5
#e3bbdc
#e8c8e3
#eed6ea
#f3e3f1
#f9f1f8
#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

#cd85c0
#85cd92

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

Split Complementary

#cd85c0
#9ccd85
#85cdb6

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

Analogous Color

#bd85cd
#cc85cd
#cd85c0
#cd85b2
#cd85a3

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

#cd85c0
#c0cd85
#85c0cd

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

#cd85c0
#cdb685
#85cd92
#859ccd

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

#cd85c0
#85cd92
#85cdb6
#cd859c

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

#cd85c0 Color Code Preview on Black Background Color

This is how #cd85c0 Color will look on black background color. Color contrast ratio is 7.71

#cd85c0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd85c0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd85c0

#cd85c0 color code is use for CSS Background Color

Background color for the above div is #cd85c0

HTML with inline CSS

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

#cd85c0 color code is use for CSS Border Color

CSS Border color for the above div is #cd85c0

HTML with inline CSS

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

CSS Border Left color for the above div is #cd85c0

HTML with inline CSS

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

CSS Border Right color for the above div is #cd85c0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd85c0

HTML with inline CSS

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

CSS Border Top color for the above div is #cd85c0

HTML with inline CSS

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

#cd85c0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd85c0 Color code Preview on White Background

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

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(205,133,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,205,146,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,133,192,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.