crispedge.com

Color picker

Loading...

#c195bd hex color - Violet - Warm color - Information

#c195bd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c195bd Color code in RGB color code model is created after adding 75.69% red color, 58.43% green color and 74.12% blue color. Hex #c195bd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 2% yellow and 24% black.

Hex #c195bd color code is between #bb99bb web safe hex color code and #cc88cc web safe hex color code. #bb99bb is the nearest web safe color code. You can see here many more shades of #c195bd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec195bd#c195bd
RGB Decimal193, 149, 189rgb(193, 149, 189)
RGB Percent76%, 58%, 74%rgb(76%, 58%, 74%)
CSS RGBa193, 149, 189,1rgba(193,149,189,1)
CMYK Modelcmyk(0%,23%,2%,24%)
HSL Color Space305,26% ,67%hsl(305,26% ,67%)
HSV Color Space305°, 23%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011001010110111101
Octal301225275
Decimal193149189
Hexc195bd

Different shades of #c195bd color code.

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

Light Shade of #c195bd
#d4b5d1
Dark Shade of #c195bd
#ae75a9
Saturated Shade of #c195bd
#c98dc4
Desaturated Shade of #c195bd
#b99db6
Grey scale Shade of #c195bd
#ababab
Brighten Shade
#daaed6
Most Readable Shade
#000000

Shades of #c195bd color code

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

#c195bd
#ab84a8
#967393
#80637e
#6b5269
#554254
#40313f
#2a212a
#151015
#000000

Similar Color like #c195bd color

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

#c296be
#c397bf
#c498c0
#c599c1
#c69ac2
#c79bc3
#c89cc4
#c99dc5
#ca9ec6
#cb9fc7
#cca0c8
#cda1c9
#cea2ca
#cfa3cb
#c094bc
#bf93bb
#be92ba
#bd91b9
#bc90b8
#bb8fb7
#ba8eb6
#b98db5
#b88cb4
#b78bb3
#b68ab2
#b589b1
#b488b0
#b387af

Monochromatic Color with #c195bd

#c195bd
#ebb6e7
#171216
#413340
#6c536a
#967493

Tints of #c195bd Color

#c195bd
#c7a0c4
#ceaccb
#d5b8d3
#dcc4da
#e3cfe1
#eadbe9
#f1e7f0
#f8f3f7
#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

#c195bd
#95c199

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

Split Complementary

#c195bd
#a7c195
#95c1af

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

Analogous Color

#b395c1
#bc95c1
#c195bd
#c195b4
#c195ab

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

#c195bd
#bdc195
#95bdc1

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

#c195bd
#c1af95
#95c199
#95a7c1

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

#c195bd
#95c199
#95c1af
#c195a7

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

#c195bd Color Code Preview on Black Background Color

This is how #c195bd Color will look on black background color. Color contrast ratio is 8.30

#c195bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c195bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c195bd

#c195bd color code is use for CSS Background Color

Background color for the above div is #c195bd

HTML with inline CSS

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

#c195bd color code is use for CSS Border Color

CSS Border color for the above div is #c195bd

HTML with inline CSS

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

CSS Border Left color for the above div is #c195bd

HTML with inline CSS

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

CSS Border Right color for the above div is #c195bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c195bd

HTML with inline CSS

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

CSS Border Top color for the above div is #c195bd

HTML with inline CSS

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

#c195bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c195bd Color code Preview on White Background

This is how #c195bd Color code will look on white background color. Color contrast ratio is 2.53

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

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(193,149,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,193,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,149,189,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.