crispedge.com

Color picker

Loading...

#c493cf hex color - Violet - Warm color - Information

#c493cf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c493cf Color code in RGB color code model is created after adding 76.86% red color, 57.65% green color and 81.18% blue color. Hex #c493cf Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 29% magenta, 0% yellow and 19% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec493cf#c493cf
RGB Decimal196, 147, 207rgb(196, 147, 207)
RGB Percent77%, 58%, 81%rgb(77%, 58%, 81%)
CSS RGBa196, 147, 207,1rgba(196,147,207,1)
CMYK Modelcmyk(5%,29%,0%,19%)
HSL Color Space289,38% ,69%hsl(289,38% ,69%)
HSV Color Space289°, 29%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001001001111001111
Octal304223317
Decimal196147207
Hexc493cf

Different shades of #c493cf color code.

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

Light Shade of #c493cf
#d7b6df
Dark Shade of #c493cf
#b170bf
Saturated Shade of #c493cf
#c98bd7
Desaturated Shade of #c493cf
#bf9bc7
Grey scale Shade of #c493cf
#b1b1b1
Brighten Shade
#ddace8
Most Readable Shade
#000000

Shades of #c493cf color code

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

#c493cf
#ae82b8
#9872a1
#82628a
#6c5173
#57415c
#413145
#2b202e
#151017
#000000

Similar Color like #c493cf color

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

#c594d0
#c695d1
#c796d2
#c897d3
#c998d4
#ca99d5
#cb9ad6
#cc9bd7
#cd9cd8
#ce9dd9
#cf9eda
#d09fdb
#d1a0dc
#d2a1dd
#c392ce
#c291cd
#c190cc
#c08fcb
#bf8eca
#be8dc9
#bd8cc8
#bc8bc7
#bb8ac6
#ba89c5
#b988c4
#b887c3
#b786c2
#b685c1

Monochromatic Color with #c493cf

#c493cf
#ecb1f9
#231a25
#4b384f
#74577a
#9c75a4

Tints of #c493cf Color

#c493cf
#ca9fd4
#d1abd9
#d7b7df
#dec3e4
#e4cfe9
#ebdbef
#f1e7f4
#f8f3f9
#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

#c493cf
#9ecf93

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

Split Complementary

#c493cf
#bccf93
#93cfa6

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

Analogous Color

#ac93cf
#b893cf
#c493cf
#cf93ce
#cf93c2

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

#c493cf
#cfc493
#93cfc4

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

#c493cf
#cfa693
#9ecf93
#93bccf

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

#c493cf
#9ecf93
#93cfa6
#cf93bc

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

#c493cf Color Code Preview on Black Background Color

This is how #c493cf Color will look on black background color. Color contrast ratio is 8.42

#c493cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c493cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c493cf

#c493cf color code is use for CSS Background Color

Background color for the above div is #c493cf

HTML with inline CSS

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

#c493cf color code is use for CSS Border Color

CSS Border color for the above div is #c493cf

HTML with inline CSS

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

CSS Border Left color for the above div is #c493cf

HTML with inline CSS

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

CSS Border Right color for the above div is #c493cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c493cf

HTML with inline CSS

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

CSS Border Top color for the above div is #c493cf

HTML with inline CSS

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

#c493cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c493cf Color code Preview on White Background

This is how #c493cf Color code will look on white background color. Color contrast ratio is 2.49

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

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,147,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,207,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,147,207,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.