crispedge.com

Color picker

Loading...

#cc6ac8 hex color - Violet - Warm color - Information

#cc6ac8 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc6ac8 Color code in RGB color code model is created after adding 80% red color, 41.57% green color and 78.43% blue color. Hex #cc6ac8 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 2% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc6ac8#cc6ac8
RGB Decimal204, 106, 200rgb(204, 106, 200)
RGB Percent80%, 42%, 78%rgb(80%, 42%, 78%)
CSS RGBa204, 106, 200,1rgba(204,106,200,1)
CMYK Modelcmyk(0%,48%,2%,20%)
HSL Color Space302,49% ,61%hsl(302,49% ,61%)
HSV Color Space302°, 48%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110101011001000
Octal314152310
Decimal204106200
Hexcc6ac8

Different shades of #cc6ac8 color code.

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

Light Shade of #cc6ac8
#d990d6
Dark Shade of #cc6ac8
#bf44ba
Saturated Shade of #cc6ac8
#d660d1
Desaturated Shade of #cc6ac8
#c274bf
Grey scale Shade of #cc6ac8
#9b9b9b
Brighten Shade
#e583e1
Most Readable Shade
#000000

Shades of #cc6ac8 color code

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

#cc6ac8
#b55eb1
#9e529b
#884685
#713a6f
#5a2f58
#442342
#2d172c
#160b16
#000000

Similar Color like #cc6ac8 color

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

#cd6bc9
#ce6cca
#cf6dcb
#d06ecc
#d16fcd
#d270ce
#d371cf
#d472d0
#d573d1
#d674d2
#d775d3
#d876d4
#d977d5
#da78d6
#cb69c7
#ca68c6
#c967c5
#c866c4
#c765c3
#c664c2
#c563c1
#c462c0
#c361bf
#c260be
#c15fbd
#c05ebc
#bf5dbb
#be5cba

Monochromatic Color with #cc6ac8

#cc6ac8
#f680f2
#221221
#4c284b
#773e75
#a1549e

Tints of #cc6ac8 Color

#cc6ac8
#d17ace
#d78bd4
#dd9bda
#e2ace0
#e8bce6
#eecdec
#f3ddf2
#f9eef8
#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

#cc6ac8
#6acc6e

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

Split Complementary

#cc6ac8
#97cc6a
#6acc9f

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

Analogous Color

#a96acc
#bc6acc
#cc6ac8
#cc6ab4
#cc6aa1

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

#cc6ac8
#c8cc6a
#6ac8cc

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

#cc6ac8
#cc9f6a
#6acc6e
#6a97cc

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

#cc6ac8
#6acc6e
#6acc9f
#cc6a97

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

#cc6ac8 Color Code Preview on Black Background Color

This is how #cc6ac8 Color will look on black background color. Color contrast ratio is 6.46

#cc6ac8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6ac8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6ac8

#cc6ac8 color code is use for CSS Background Color

Background color for the above div is #cc6ac8

HTML with inline CSS

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

#cc6ac8 color code is use for CSS Border Color

CSS Border color for the above div is #cc6ac8

HTML with inline CSS

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

CSS Border Left color for the above div is #cc6ac8

HTML with inline CSS

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

CSS Border Right color for the above div is #cc6ac8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc6ac8

HTML with inline CSS

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

CSS Border Top color for the above div is #cc6ac8

HTML with inline CSS

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

#cc6ac8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc6ac8 Color code Preview on White Background

This is how #cc6ac8 Color code will look on white background color. Color contrast ratio is 3.25

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

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,106,200,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,204,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,106,200,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.