crispedge.com

Color picker

Loading...

#c73ddc hex color - Violet - Warm color - Information

#c73ddc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c73ddc Color code in RGB color code model is created after adding 78.04% red color, 23.92% green color and 86.27% blue color. Hex #c73ddc Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 72% magenta, 0% yellow and 14% black.

Hex #c73ddc color code is between #cc44dd web safe hex color code and #bb33cc web safe hex color code. #cc44dd is the nearest web safe color code. You can see here many more shades of #c73ddc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec73ddc#c73ddc
RGB Decimal199, 61, 220rgb(199, 61, 220)
RGB Percent78%, 24%, 86%rgb(78%, 24%, 86%)
CSS RGBa199, 61, 220,1rgba(199,61,220,1)
CMYK Modelcmyk(10%,72%,0%,14%)
HSL Color Space292,69% ,55%hsl(292,69% ,55%)
HSV Color Space292°, 72%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001110011110111011100
Octal30775334
Decimal19961220
Hexc73ddc

Different shades of #c73ddc color code.

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

Light Shade of #c73ddc
#d368e4
Dark Shade of #c73ddc
#ae23c3
Saturated Shade of #c73ddc
#cf32e7
Desaturated Shade of #c73ddc
#bf48d1
Grey scale Shade of #c73ddc
#8c8c8c
Brighten Shade
#e056f5
Most Readable Shade
#FFFFFF

Shades of #c73ddc color code

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

#c73ddc
#b036c3
#9a2fab
#842892
#6e217a
#581b61
#421449
#2c0d30
#160618
#000000

Similar Color like #c73ddc color

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

#c83edd
#c93fde
#ca40df
#cb41e0
#cc42e1
#cd43e2
#ce44e3
#cf45e4
#d046e5
#d147e6
#d248e7
#d349e8
#d44ae9
#d54bea
#c63cdb
#c53bda
#c43ad9
#c339d8
#c238d7
#c137d6
#c036d5
#bf35d4
#be34d3
#bd33d2
#bc32d1
#bb31d0
#ba30cf
#b92fce

Monochromatic Color with #c73ddc

#c73ddc
#070207
#2d0e32
#541a5c
#7a2587
#a131b1

Tints of #c73ddc Color

#c73ddc
#cd52df
#d368e3
#d97de7
#df93eb
#e6a8ef
#ecbef3
#f2d3f7
#f8e9fb
#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

#c73ddc
#52dc3d

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

Split Complementary

#c73ddc
#a1dc3d
#3ddc78

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

Analogous Color

#873ddc
#a73ddc
#c73ddc
#dc3dd1
#dc3db1

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

#c73ddc
#dcc73d
#3ddcc7

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

#c73ddc
#dc773d
#52dc3d
#3da1dc

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

#c73ddc
#52dc3d
#3ddc78
#dc3da1

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

#c73ddc Color Code Preview on Black Background Color

This is how #c73ddc Color will look on black background color. Color contrast ratio is 5.13

#c73ddc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c73ddc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c73ddc

#c73ddc color code is use for CSS Background Color

Background color for the above div is #c73ddc

HTML with inline CSS

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

#c73ddc color code is use for CSS Border Color

CSS Border color for the above div is #c73ddc

HTML with inline CSS

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

CSS Border Left color for the above div is #c73ddc

HTML with inline CSS

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

CSS Border Right color for the above div is #c73ddc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c73ddc

HTML with inline CSS

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

CSS Border Top color for the above div is #c73ddc

HTML with inline CSS

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

#c73ddc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c73ddc Color code Preview on White Background

This is how #c73ddc Color code will look on white background color. Color contrast ratio is 4.09

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

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,61,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,220,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,61,220,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.