crispedge.com

Color picker

Loading...

#c967db hex color - Violet - Warm color - Information

#c967db hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c967db Color code in RGB color code model is created after adding 78.82% red color, 40.39% green color and 85.88% blue color. Hex #c967db Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 53% magenta, 0% yellow and 14% black.

Hex #c967db color code is between #cc66dd web safe hex color code and #bb77cc web safe hex color code. #cc66dd is the nearest web safe color code. You can see here many more shades of #c967db color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec967db#c967db
RGB Decimal201, 103, 219rgb(201, 103, 219)
RGB Percent79%, 40%, 86%rgb(79%, 40%, 86%)
CSS RGBa201, 103, 219,1rgba(201,103,219,1)
CMYK Modelcmyk(8%,53%,0%,14%)
HSL Color Space291,62% ,63%hsl(291,62% ,63%)
HSV Color Space291°, 53%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010110011111011011
Octal311147333
Decimal201103219
Hexc967db

Different shades of #c967db color code.

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

Light Shade of #c967db
#d890e5
Dark Shade of #c967db
#ba3ed1
Saturated Shade of #c967db
#cf5ee4
Desaturated Shade of #c967db
#c370d2
Grey scale Shade of #c967db
#a1a1a1
Brighten Shade
#e280f4
Most Readable Shade
#000000

Shades of #c967db color code

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

#c967db
#b25bc2
#9c50aa
#864492
#6f3979
#592d61
#432249
#2c1630
#160b18
#000000

Similar Color like #c967db color

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

#ca68dc
#cb69dd
#cc6ade
#cd6bdf
#ce6ce0
#cf6de1
#d06ee2
#d16fe3
#d270e4
#d371e5
#d472e6
#d573e7
#d674e8
#d775e9
#c866da
#c765d9
#c664d8
#c563d7
#c462d6
#c361d5
#c260d4
#c15fd3
#c05ed2
#bf5dd1
#be5cd0
#bd5bcf
#bc5ace
#bb59cd

Monochromatic Color with #c967db

#c967db
#060306
#2d1731
#542b5b
#7b3f86
#a253b0

Tints of #c967db Color

#c967db
#cf77df
#d588e3
#db99e7
#e1aaeb
#e7bbef
#edccf3
#f3ddf7
#f9eefb
#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

#c967db
#79db67

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

Split Complementary

#c967db
#b3db67
#67db8f

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

Analogous Color

#9b67db
#b267db
#c967db
#db67d6
#db67bf

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

#c967db
#dbc967
#67dbc9

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

#c967db
#db8f67
#79db67
#67b3db

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

#c967db
#79db67
#67db8f
#db67b3

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

#c967db Color Code Preview on Black Background Color

This is how #c967db Color will look on black background color. Color contrast ratio is 6.45

#c967db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c967db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c967db

#c967db color code is use for CSS Background Color

Background color for the above div is #c967db

HTML with inline CSS

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

#c967db color code is use for CSS Border Color

CSS Border color for the above div is #c967db

HTML with inline CSS

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

CSS Border Left color for the above div is #c967db

HTML with inline CSS

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

CSS Border Right color for the above div is #c967db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c967db

HTML with inline CSS

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

CSS Border Top color for the above div is #c967db

HTML with inline CSS

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

#c967db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c967db Color code Preview on White Background

This is how #c967db Color code will look on white background color. Color contrast ratio is 3.26

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

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(201,103,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(121,219,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,103,219,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.