@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#cc7bdd hex color - Violet - Warm color - Information

#cc7bdd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc7bdd Color code in RGB color code model is created after adding 80% red color, 48.24% green color and 86.67% blue color. Hex #cc7bdd Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 44% magenta, 0% yellow and 13.33% black.

Hex #cc7bdd color code is between #bb77cc web safe hex color code and #dd88ee web safe hex color code. #bb77cc is the nearest web safe color code. You can see here many more shades of #cc7bdd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code cc7bdd #cc7bdd
RGB Decimal 204, 123, 221 rgb(204, 123, 221)
RGB Percent 80%, 48%, 87% rgb(80%, 48%, 87%)
CSS RGBa 204, 123, 221,1 rgba(204,123,221,1)
CMYK Model cmyk(8%,44%,0%,13.33%)
HSL Color Space 290,59% ,67% hsl(290,59% ,67%)
HSV Color Space 290°, 44%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 01111011 11011101
Octal 314 173 335
Decimal 204 123 221
Hex cc 7b dd

Different shades of #cc7bdd color code.

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

Light Shade of #cc7bdd
#dca4e7
Dark Shade of #cc7bdd
#bc52d3
Saturated Shade of #cc7bdd
#d173e5
Desaturated Shade of #cc7bdd
#c783d5
Grey scale Shade of #cc7bdd
#acacac
Brighten Shade
#e594f6
Most Readable Shade
#000000

Shades of #cc7bdd color code

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

#cc7bdd
#b56dc4
#9e5fab
#885293
#71447a
#5a3662
#442949
#2d1b31
#160d18
#000000

Similar Color like #cc7bdd color

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

#cd7cde
#ce7ddf
#cf7ee0
#d07fe1
#d180e2
#d281e3
#d382e4
#d483e5
#d584e6
#d685e7
#d786e8
#d887e9
#d988ea
#da89eb
#cb7adc
#ca79db
#c978da
#c877d9
#c776d8
#c675d7
#c574d6
#c473d5
#c372d4
#c271d3
#c170d2
#c06fd1
#bf6ed0
#be6dcf

Monochromatic Color with #cc7bdd

#cc7bdd
#080508
#2f1c33
#56345d
#7e4c88
#a563b3

Tints of #cc7bdd Color

#cc7bdd
#d189e0
#d798e4
#dda7e8
#e2b5ec
#e8c4ef
#eed3f3
#f3e1f7
#f9f0fb
#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

#cc7bdd
#8cdd7b

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

Split Complementary

#cc7bdd
#bddd7b
#7bdd9b

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

Analogous Color

#a57bdd
#b87bdd
#cc7bdd
#dd7bda
#dd7bc7

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

#cc7bdd
#ddcc7b
#7bddcc

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

#cc7bdd
#dd9b7b
#8cdd7b
#7bbddd

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

#cc7bdd
#8cdd7b
#7bdd9b
#dd7bbd

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

#cc7bdd Color Code Preview on Black Background Color

This is how #cc7bdd Color will look on black background color. Color contrast ratio is 7.44

#cc7bdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc7bdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc7bdd

#cc7bdd color code is use for CSS Background Color

Background color for the above div is #cc7bdd

HTML with inline CSS

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

#cc7bdd color code is use for CSS Border Color

CSS Border color for the above div is #cc7bdd

HTML with inline CSS

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

CSS Border Left color for the above div is #cc7bdd

HTML with inline CSS

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

CSS Border Right color for the above div is #cc7bdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc7bdd

HTML with inline CSS

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

CSS Border Top color for the above div is #cc7bdd

HTML with inline CSS

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

#cc7bdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc7bdd Color code Preview on White Background

This is how #cc7bdd Color code will look on white background color. Color contrast ratio is 2.82

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

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,123,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,221,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,123,221,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.