crispedge.com

Color picker

Loading...

#c450ee hex color - Violet - Warm color - Information

#c450ee hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c450ee Color code in RGB color code model is created after adding 76.86% red color, 31.37% green color and 93.33% blue color. Hex #c450ee Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 66% magenta, 0% yellow and 7% black.

Hex #c450ee color code is between #cc55dd web safe hex color code and #bb44ff web safe hex color code. #cc55dd is the nearest web safe color code. You can see here many more shades of #c450ee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec450ee#c450ee
RGB Decimal196, 80, 238rgb(196, 80, 238)
RGB Percent77%, 31%, 93%rgb(77%, 31%, 93%)
CSS RGBa196, 80, 238,1rgba(196,80,238,1)
CMYK Modelcmyk(18%,66%,0%,7%)
HSL Color Space284,82% ,62%hsl(284,82% ,62%)
HSV Color Space284°, 66%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001000101000011101110
Octal304120356
Decimal19680238
Hexc450ee

Different shades of #c450ee color code.

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

Light Shade of #c450ee
#d47ef3
Dark Shade of #c450ee
#b422e9
Saturated Shade of #c450ee
#c846f8
Desaturated Shade of #c450ee
#bf5ae4
Grey scale Shade of #c450ee
#9f9f9f
Brighten Shade
#dd69ff
Most Readable Shade
#FFFFFF

Shades of #c450ee color code

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

#c450ee
#ae47d3
#983eb9
#82359e
#6c2c84
#572369
#411a4f
#2b1134
#15081a
#000000

Similar Color like #c450ee color

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

#c551ef
#c652f0
#c753f1
#c854f2
#c955f3
#ca56f4
#cb57f5
#cc58f6
#cd59f7
#ce5af8
#cf5bf9
#d05cfa
#d15dfb
#d25efc
#c34fed
#c24eec
#c14deb
#c04cea
#bf4be9
#be4ae8
#bd49e7
#bc48e6
#bb47e5
#ba46e4
#b945e3
#b844e2
#b743e1
#b642e0

Monochromatic Color with #c450ee

#c450ee
#15091a
#381744
#5b256e
#7e3399
#a142c3

Tints of #c450ee Color

#c450ee
#ca63ef
#d176f1
#d78af3
#de9df5
#e4b1f7
#ebc4f9
#f1d8fb
#f8ebfd
#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

#c450ee
#7aee50

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

Split Complementary

#c450ee
#c9ee50
#50ee75

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

Analogous Color

#8550ee
#a450ee
#c450ee
#e450ee
#ee50d9

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

#c450ee
#eec450
#50eec4

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

#c450ee
#ee7550
#7aee50
#50c9ee

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

#c450ee
#7aee50
#50ee75
#ee50c9

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

#c450ee Color Code Preview on Black Background Color

This is how #c450ee Color will look on black background color. Color contrast ratio is 5.73

#c450ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c450ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c450ee

#c450ee color code is use for CSS Background Color

Background color for the above div is #c450ee

HTML with inline CSS

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

#c450ee color code is use for CSS Border Color

CSS Border color for the above div is #c450ee

HTML with inline CSS

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

CSS Border Left color for the above div is #c450ee

HTML with inline CSS

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

CSS Border Right color for the above div is #c450ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c450ee

HTML with inline CSS

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

CSS Border Top color for the above div is #c450ee

HTML with inline CSS

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

#c450ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c450ee Color code Preview on White Background

This is how #c450ee Color code will look on white background color. Color contrast ratio is 3.67

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

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(196,80,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,238,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,80,238,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.