crispedge.com

Color picker

Loading...

#cc6ddf hex color - Violet - Warm color - Information

#cc6ddf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc6ddf Color code in RGB color code model is created after adding 80% red color, 42.75% green color and 87.45% blue color. Hex #cc6ddf Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 51% magenta, 0% yellow and 13% black.

Hex #cc6ddf color code is between #bb66dd web safe hex color code and #dd77ee web safe hex color code. #bb66dd is the nearest web safe color code. You can see here many more shades of #cc6ddf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codecc6ddf#cc6ddf
RGB Decimal204, 109, 223rgb(204, 109, 223)
RGB Percent80%, 43%, 87%rgb(80%, 43%, 87%)
CSS RGBa204, 109, 223,1rgba(204,109,223,1)
CMYK Modelcmyk(9%,51%,0%,13%)
HSL Color Space290,64% ,65%hsl(290,64% ,65%)
HSV Color Space290°, 51%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110110111011111
Octal314155337
Decimal204109223
Hexcc6ddf

Different shades of #cc6ddf color code.

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

Light Shade of #cc6ddf
#db97e8
Dark Shade of #cc6ddf
#bd43d6
Saturated Shade of #cc6ddf
#d264e8
Desaturated Shade of #cc6ddf
#c676d6
Grey scale Shade of #cc6ddf
#a6a6a6
Brighten Shade
#e586f8
Most Readable Shade
#000000

Shades of #cc6ddf color code

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

#cc6ddf
#b560c6
#9e54ad
#884894
#713c7b
#5a3063
#44244a
#2d1831
#160c18
#000000

Similar Color like #cc6ddf color

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

#cd6ee0
#ce6fe1
#cf70e2
#d071e3
#d172e4
#d273e5
#d374e6
#d475e7
#d576e8
#d677e9
#d778ea
#d879eb
#d97aec
#da7bed
#cb6cde
#ca6bdd
#c96adc
#c869db
#c768da
#c667d9
#c566d8
#c465d7
#c364d6
#c263d5
#c162d4
#c061d3
#bf60d2
#be5fd1

Monochromatic Color with #cc6ddf

#cc6ddf
#0a050a
#301a35
#572f5f
#7e438a
#a558b4

Tints of #cc6ddf Color

#cc6ddf
#d17de2
#d78de6
#dd9de9
#e2aded
#e8bef0
#eecef4
#f3def7
#f9eefb
#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

#cc6ddf
#80df6d

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

Split Complementary

#cc6ddf
#b9df6d
#6ddf93

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

Analogous Color

#9e6ddf
#b56ddf
#cc6ddf
#df6ddb
#df6dc4

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

#cc6ddf
#dfcc6d
#6ddfcc

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

#cc6ddf
#df936d
#80df6d
#6db9df

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

#cc6ddf
#80df6d
#6ddf93
#df6db9

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

#cc6ddf Color Code Preview on Black Background Color

This is how #cc6ddf Color will look on black background color. Color contrast ratio is 6.82

#cc6ddf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6ddf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6ddf

#cc6ddf color code is use for CSS Background Color

Background color for the above div is #cc6ddf

HTML with inline CSS

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

#cc6ddf color code is use for CSS Border Color

CSS Border color for the above div is #cc6ddf

HTML with inline CSS

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

CSS Border Left color for the above div is #cc6ddf

HTML with inline CSS

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

CSS Border Right color for the above div is #cc6ddf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc6ddf

HTML with inline CSS

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

CSS Border Top color for the above div is #cc6ddf

HTML with inline CSS

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

#cc6ddf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc6ddf Color code Preview on White Background

This is how #cc6ddf Color code will look on white background color. Color contrast ratio is 3.08

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

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