crispedge.com

Color picker

Loading...

#cc6daf hex color - Violet - Warm color - Information

#cc6daf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc6daf Color code in RGB color code model is created after adding 80% red color, 42.75% green color and 68.63% blue color. Hex #cc6daf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 14% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc6daf#cc6daf
RGB Decimal204, 109, 175rgb(204, 109, 175)
RGB Percent80%, 43%, 69%rgb(80%, 43%, 69%)
CSS RGBa204, 109, 175,1rgba(204,109,175,1)
CMYK Modelcmyk(0%,47%,14%,20%)
HSL Color Space318,48% ,61%hsl(318,48% ,61%)
HSV Color Space318°, 47%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110110110101111
Octal314155257
Decimal204109175
Hexcc6daf

Different shades of #cc6daf color code.

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

Light Shade of #cc6daf
#d993c4
Dark Shade of #cc6daf
#bf479a
Saturated Shade of #cc6daf
#d663b3
Desaturated Shade of #cc6daf
#c277ab
Grey scale Shade of #cc6daf
#9c9c9c
Brighten Shade
#e586c8
Most Readable Shade
#000000

Shades of #cc6daf color code

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

#cc6daf
#b5609b
#9e5488
#884874
#713c61
#5a304d
#44243a
#2d1826
#160c13
#000000

Similar Color like #cc6daf color

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

#cd6eb0
#ce6fb1
#cf70b2
#d071b3
#d172b4
#d273b5
#d374b6
#d475b7
#d576b8
#d677b9
#d778ba
#d879bb
#d97abc
#da7bbd
#cb6cae
#ca6bad
#c96aac
#c869ab
#c768aa
#c667a9
#c566a8
#c465a7
#c364a6
#c263a5
#c162a4
#c061a3
#bf60a2
#be5fa1

Monochromatic Color with #cc6daf

#cc6daf
#f684d3
#22121d
#4c2942
#774066
#a1568b

Tints of #cc6daf Color

#cc6daf
#d17db7
#d78dc0
#dd9dc9
#e2add2
#e8bedb
#eecee4
#f3deed
#f9eef6
#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

#cc6daf
#6dcc8a

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

Split Complementary

#cc6daf
#7fcc6d
#6dccb9

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

Analogous Color

#c36dcc
#cc6dc2
#cc6daf
#cc6d9c
#cc6d89

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

#cc6daf
#afcc6d
#6dafcc

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

#cc6daf
#ccb96d
#6dcc8a
#6d7fcc

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

#cc6daf
#6dcc8a
#6dccba
#cc6d7f

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

#cc6daf Color Code Preview on Black Background Color

This is how #cc6daf Color will look on black background color. Color contrast ratio is 6.37

#cc6daf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6daf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6daf

#cc6daf color code is use for CSS Background Color

Background color for the above div is #cc6daf

HTML with inline CSS

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

#cc6daf color code is use for CSS Border Color

CSS Border color for the above div is #cc6daf

HTML with inline CSS

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

CSS Border Left color for the above div is #cc6daf

HTML with inline CSS

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

CSS Border Right color for the above div is #cc6daf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc6daf

HTML with inline CSS

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

CSS Border Top color for the above div is #cc6daf

HTML with inline CSS

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

#cc6daf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc6daf Color code Preview on White Background

This is how #cc6daf Color code will look on white background color. Color contrast ratio is 3.29

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

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,109,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(109,204,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,109,175,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.