crispedge.com

Color picker

Loading...

#cc6ff3 hex color - Violet - Warm color - Information

#cc6ff3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc6ff3 Color code in RGB color code model is created after adding 80% red color, 43.53% green color and 95.29% blue color. Hex #cc6ff3 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 54% magenta, 0% yellow and 5% black.

Hex #cc6ff3 color code is between #bb77ee web safe hex color code and #dd66ff web safe hex color code. #bb77ee is the nearest web safe color code. You can see here many more shades of #cc6ff3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc6ff3#cc6ff3
RGB Decimal204, 111, 243rgb(204, 111, 243)
RGB Percent80%, 44%, 95%rgb(80%, 44%, 95%)
CSS RGBa204, 111, 243,1rgba(204,111,243,1)
CMYK Modelcmyk(16%,54%,0%,5%)
HSL Color Space282,85% ,69%hsl(282,85% ,69%)
HSV Color Space282°, 54%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110111111110011
Octal314157363
Decimal204111243
Hexcc6ff3

Different shades of #cc6ff3 color code.

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

Light Shade of #cc6ff3
#dd9ef7
Dark Shade of #cc6ff3
#bb40ef
Saturated Shade of #cc6ff3
#cf67fb
Desaturated Shade of #cc6ff3
#c977eb
Grey scale Shade of #cc6ff3
#b1b1b1
Brighten Shade
#e588ff
Most Readable Shade
#000000

Shades of #cc6ff3 color code

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

#cc6ff3
#b562d8
#9e56bd
#884aa2
#713d87
#5a316c
#442551
#2d1836
#160c1b
#000000

Similar Color like #cc6ff3 color

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

#cd70f4
#ce71f5
#cf72f6
#d073f7
#d174f8
#d275f9
#d376fa
#d477fb
#d578fc
#d679fd
#d77afe
#d87bff
#d97cff
#da7dff
#cb6ef2
#ca6df1
#c96cf0
#c86bef
#c76aee
#c669ed
#c568ec
#c467eb
#c366ea
#c265e9
#c164e8
#c063e7
#bf62e6
#be61e5

Monochromatic Color with #cc6ff3

#cc6ff3
#1a0e1e
#3d2149
#613573
#85489e
#a85cc8

Tints of #cc6ff3 Color

#cc6ff3
#d17ff4
#d78ff5
#dd9ff7
#e2aff8
#e8bff9
#eecffb
#f3dffc
#f9effd
#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

#cc6ff3
#96f36f

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

Split Complementary

#cc6ff3
#d8f36f
#6ff38a

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

Analogous Color

#976ff3
#b26ff3
#cc6ff3
#e66ff3
#f36fe5

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

#cc6ff3
#f3cc6f
#6ff3cc

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

#cc6ff3
#f38a6f
#96f36f
#6fd8f3

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

#cc6ff3
#96f36f
#6ff38a
#f36fd8

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

#cc6ff3 Color Code Preview on Black Background Color

This is how #cc6ff3 Color will look on black background color. Color contrast ratio is 7.14

#cc6ff3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6ff3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6ff3

#cc6ff3 color code is use for CSS Background Color

Background color for the above div is #cc6ff3

HTML with inline CSS

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

#cc6ff3 color code is use for CSS Border Color

CSS Border color for the above div is #cc6ff3

HTML with inline CSS

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

CSS Border Left color for the above div is #cc6ff3

HTML with inline CSS

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

CSS Border Right color for the above div is #cc6ff3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc6ff3

HTML with inline CSS

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

CSS Border Top color for the above div is #cc6ff3

HTML with inline CSS

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

#cc6ff3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc6ff3 Color code Preview on White Background

This is how #cc6ff3 Color code will look on white background color. Color contrast ratio is 2.94

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

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,111,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(150,243,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,111,243,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.