crispedge.com

Color picker

Loading...

#cc85ec hex color - Violet - Warm color - Information

#cc85ec hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc85ec Color code in RGB color code model is created after adding 80% red color, 52.16% green color and 92.55% blue color. Hex #cc85ec Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 44% magenta, 0% yellow and 7% black.

Hex #cc85ec color code is between #bb88ee web safe hex color code and #dd77dd web safe hex color code. #bb88ee is the nearest web safe color code. You can see here many more shades of #cc85ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc85ec#cc85ec
RGB Decimal204, 133, 236rgb(204, 133, 236)
RGB Percent80%, 52%, 93%rgb(80%, 52%, 93%)
CSS RGBa204, 133, 236,1rgba(204,133,236,1)
CMYK Modelcmyk(14%,44%,0%,7%)
HSL Color Space281,73% ,72%hsl(281,73% ,72%)
HSV Color Space281°, 44%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001000010111101100
Octal314205354
Decimal204133236
Hexcc85ec

Different shades of #cc85ec color code.

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

Light Shade of #cc85ec
#deb1f3
Dark Shade of #cc85ec
#ba59e5
Saturated Shade of #cc85ec
#cf7ef3
Desaturated Shade of #cc85ec
#c98ce5
Grey scale Shade of #cc85ec
#b8b8b8
Brighten Shade
#e59eff
Most Readable Shade
#000000

Shades of #cc85ec color code

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

#cc85ec
#b576d1
#9e67b7
#88589d
#714983
#5a3b68
#442c4e
#2d1d34
#160e1a
#000000

Similar Color like #cc85ec color

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

#cd86ed
#ce87ee
#cf88ef
#d089f0
#d18af1
#d28bf2
#d38cf3
#d48df4
#d58ef5
#d68ff6
#d790f7
#d891f8
#d992f9
#da93fa
#cb84eb
#ca83ea
#c982e9
#c881e8
#c780e7
#c67fe6
#c57ee5
#c47de4
#c37ce3
#c27be2
#c17ae1
#c079e0
#bf78df
#be77de

Monochromatic Color with #cc85ec

#cc85ec
#140d17
#392542
#5e3d6c
#835597
#a76dc1

Tints of #cc85ec Color

#cc85ec
#d192ee
#d7a0f0
#ddadf2
#e2bbf4
#e8c8f6
#eed6f8
#f3e3fa
#f9f1fc
#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

#cc85ec
#a5ec85

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

Split Complementary

#cc85ec
#d8ec85
#85ec99

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

Analogous Color

#a385ec
#b785ec
#cc85ec
#e185ec
#ec85e3

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

#cc85ec
#eccc85
#85eccc

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

#cc85ec
#ec9885
#a5ec85
#85d8ec

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

#cc85ec
#a5ec85
#85ec99
#ec85d8

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

#cc85ec Color Code Preview on Black Background Color

This is how #cc85ec Color will look on black background color. Color contrast ratio is 8.13

#cc85ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc85ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc85ec

#cc85ec color code is use for CSS Background Color

Background color for the above div is #cc85ec

HTML with inline CSS

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

#cc85ec color code is use for CSS Border Color

CSS Border color for the above div is #cc85ec

HTML with inline CSS

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

CSS Border Left color for the above div is #cc85ec

HTML with inline CSS

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

CSS Border Right color for the above div is #cc85ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc85ec

HTML with inline CSS

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

CSS Border Top color for the above div is #cc85ec

HTML with inline CSS

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

#cc85ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc85ec Color code Preview on White Background

This is how #cc85ec Color code will look on white background color. Color contrast ratio is 2.58

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

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(204,133,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(165,236,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,133,236,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.