crispedge.com

Color picker

Loading...

#c77ded hex color - Violet - Warm color - Information

#c77ded hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c77ded Color code in RGB color code model is created after adding 78.04% red color, 49.02% green color and 92.94% blue color. Hex #c77ded Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 47% magenta, 0% yellow and 7% black.

Hex #c77ded color code is between #cc77ee web safe hex color code and #bb88dd web safe hex color code. #cc77ee is the nearest web safe color code. You can see here many more shades of #c77ded color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec77ded#c77ded
RGB Decimal199, 125, 237rgb(199, 125, 237)
RGB Percent78%, 49%, 93%rgb(78%, 49%, 93%)
CSS RGBa199, 125, 237,1rgba(199,125,237,1)
CMYK Modelcmyk(16%,47%,0%,7%)
HSL Color Space280,76% ,71%hsl(280,76% ,71%)
HSV Color Space280°, 47%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001110111110111101101
Octal307175355
Decimal199125237
Hexc77ded

Different shades of #c77ded color code.

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

Light Shade of #c77ded
#daaaf3
Dark Shade of #c77ded
#b450e7
Saturated Shade of #c77ded
#c976f4
Desaturated Shade of #c77ded
#c584e6
Grey scale Shade of #c77ded
#b5b5b5
Brighten Shade
#e096ff
Most Readable Shade
#000000

Shades of #c77ded color code

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

#c77ded
#b06fd2
#9a61b8
#84539e
#6e4583
#583769
#42294f
#2c1b34
#160d1a
#000000

Similar Color like #c77ded color

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

#c87eee
#c97fef
#ca80f0
#cb81f1
#cc82f2
#cd83f3
#ce84f4
#cf85f5
#d086f6
#d187f7
#d288f8
#d389f9
#d48afa
#d58bfb
#c67cec
#c57beb
#c47aea
#c379e9
#c278e8
#c177e7
#c076e6
#bf75e5
#be74e4
#bd73e3
#bc72e2
#bb71e1
#ba70e0
#b96fdf

Monochromatic Color with #c77ded

#c77ded
#150d18
#382343
#5c3a6d
#805098
#a367c2

Tints of #c77ded Color

#c77ded
#cd8bef
#d399f1
#d9a8f3
#dfb6f5
#e6c5f7
#ecd3f9
#f2e2fb
#f8f0fd
#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

#c77ded
#a3ed7d

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

Split Complementary

#c77ded
#dbed7d
#7ded8f

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

Analogous Color

#9a7ded
#b17ded
#c77ded
#dd7ded
#ed7de6

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

#c77ded
#edc77d
#7dedc7

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

#c77ded
#ed8f7d
#a3ed7d
#7ddbed

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

#c77ded
#a3ed7d
#7ded8f
#ed7ddb

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

#c77ded Color Code Preview on Black Background Color

This is how #c77ded Color will look on black background color. Color contrast ratio is 7.58

#c77ded in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c77ded

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c77ded

#c77ded color code is use for CSS Background Color

Background color for the above div is #c77ded

HTML with inline CSS

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

#c77ded color code is use for CSS Border Color

CSS Border color for the above div is #c77ded

HTML with inline CSS

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

CSS Border Left color for the above div is #c77ded

HTML with inline CSS

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

CSS Border Right color for the above div is #c77ded

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c77ded

HTML with inline CSS

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

CSS Border Top color for the above div is #c77ded

HTML with inline CSS

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

#c77ded hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c77ded Color code Preview on White Background

This is how #c77ded Color code will look on white background color. Color contrast ratio is 2.77

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

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(199,125,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(163,237,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,125,237,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.