crispedge.com

Color picker

Loading...

#c680f8 hex color - Violet - Warm color - Information

#c680f8 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c680f8 Color code in RGB color code model is created after adding 77.65% red color, 50.2% green color and 97.25% blue color. Hex #c680f8 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 48% magenta, 0% yellow and 3% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec680f8#c680f8
RGB Decimal198, 128, 248rgb(198, 128, 248)
RGB Percent78%, 50%, 97%rgb(78%, 50%, 97%)
CSS RGBa198, 128, 248,1rgba(198,128,248,1)
CMYK Modelcmyk(20%,48%,0%,3%)
HSL Color Space275,90% ,74%hsl(275,90% ,74%)
HSV Color Space275°, 48%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101000000011111000
Octal306200370
Decimal198128248
Hexc680f8

Different shades of #c680f8 color code.

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

Light Shade of #c680f8
#dcb0fb
Dark Shade of #c680f8
#b050f5
Saturated Shade of #c680f8
#c779ff
Desaturated Shade of #c680f8
#c587f1
Grey scale Shade of #c680f8
#bcbcbc
Brighten Shade
#df99ff
Most Readable Shade
#000000

Shades of #c680f8 color code

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

#c680f8
#b071dc
#9a63c0
#8455a5
#6e4789
#58386e
#422a52
#2c1c37
#160e1b
#000000

Similar Color like #c680f8 color

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

#c781f9
#c882fa
#c983fb
#ca84fc
#cb85fd
#cc86fe
#cd87ff
#ce88ff
#cf89ff
#d08aff
#d18bff
#d28cff
#d38dff
#d48eff
#c57ff7
#c47ef6
#c37df5
#c27cf4
#c17bf3
#c07af2
#bf79f1
#be78f0
#bd77ef
#bc76ee
#bb75ed
#ba74ec
#b973eb
#b872ea

Monochromatic Color with #c680f8

#c680f8
#1c1223
#3e284e
#603e78
#8254a3
#a46acd

Tints of #c680f8 Color

#c680f8
#cc8ef8
#d29cf9
#d9aafa
#dfb8fb
#e5c6fb
#ecd4fc
#f2e2fd
#f8f0fe
#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

#c680f8
#b2f880

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

Split Complementary

#c680f8
#eef880
#80f88a

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

Analogous Color

#9680f8
#ae80f8
#c680f8
#de80f8
#f680f8

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

#c680f8
#f8c680
#80f8c6

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

#c680f8
#f88a80
#b2f880
#80eef8

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

#c680f8
#b2f880
#80f88a
#f880ee

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

#c680f8 Color Code Preview on Black Background Color

This is how #c680f8 Color will look on black background color. Color contrast ratio is 7.84

#c680f8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c680f8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c680f8

#c680f8 color code is use for CSS Background Color

Background color for the above div is #c680f8

HTML with inline CSS

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

#c680f8 color code is use for CSS Border Color

CSS Border color for the above div is #c680f8

HTML with inline CSS

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

CSS Border Left color for the above div is #c680f8

HTML with inline CSS

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

CSS Border Right color for the above div is #c680f8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c680f8

HTML with inline CSS

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

CSS Border Top color for the above div is #c680f8

HTML with inline CSS

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

#c680f8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c680f8 Color code Preview on White Background

This is how #c680f8 Color code will look on white background color. Color contrast ratio is 2.68

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

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(198,128,248,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(178,248,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,128,248,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.