crispedge.com

Color picker

Loading...

#c18bd7 hex color - Violet - Warm color - Information

#c18bd7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c18bd7 Color code in RGB color code model is created after adding 75.69% red color, 54.51% green color and 84.31% blue color. Hex #c18bd7 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 35% magenta, 0% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec18bd7#c18bd7
RGB Decimal193, 139, 215rgb(193, 139, 215)
RGB Percent76%, 55%, 84%rgb(76%, 55%, 84%)
CSS RGBa193, 139, 215,1rgba(193,139,215,1)
CMYK Modelcmyk(10%,35%,0%,16%)
HSL Color Space283,49% ,69%hsl(283,49% ,69%)
HSV Color Space283°, 35%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011000101111010111
Octal301213327
Decimal193139215
Hexc18bd7

Different shades of #c18bd7 color code.

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

Light Shade of #c18bd7
#d5b1e4
Dark Shade of #c18bd7
#ad65ca
Saturated Shade of #c18bd7
#c483df
Desaturated Shade of #c18bd7
#be93cf
Grey scale Shade of #c18bd7
#b1b1b1
Brighten Shade
#daa4f0
Most Readable Shade
#000000

Shades of #c18bd7 color code

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

#c18bd7
#ab7bbf
#966ca7
#805c8f
#6b4d77
#553d5f
#402e47
#2a1e2f
#150f17
#000000

Similar Color like #c18bd7 color

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

#c28cd8
#c38dd9
#c48eda
#c58fdb
#c690dc
#c791dd
#c892de
#c993df
#ca94e0
#cb95e1
#cc96e2
#cd97e3
#ce98e4
#cf99e5
#c08ad6
#bf89d5
#be88d4
#bd87d3
#bc86d2
#bb85d1
#ba84d0
#b983cf
#b882ce
#b781cd
#b680cc
#b57fcb
#b47eca
#b37dc9

Monochromatic Color with #c18bd7

#c18bd7
#020202
#281d2d
#4f3957
#755482
#9b70ac

Tints of #c18bd7 Color

#c18bd7
#c797db
#cea4df
#d5b1e4
#dcbee8
#e3cbed
#ead8f1
#f1e5f6
#f8f2fa
#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

#c18bd7
#a1d78b

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

Split Complementary

#c18bd7
#c7d78b
#8bd79b

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

Analogous Color

#a38bd7
#b28bd7
#c18bd7
#d08bd7
#d78bcf

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

#c18bd7
#d7c18b
#8bd7c1

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

#c18bd7
#d79b8b
#a1d78b
#8bc7d7

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

#c18bd7
#a1d78b
#8bd79b
#d78bc7

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

#c18bd7 Color Code Preview on Black Background Color

This is how #c18bd7 Color will look on black background color. Color contrast ratio is 7.94

#c18bd7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c18bd7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c18bd7

#c18bd7 color code is use for CSS Background Color

Background color for the above div is #c18bd7

HTML with inline CSS

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

#c18bd7 color code is use for CSS Border Color

CSS Border color for the above div is #c18bd7

HTML with inline CSS

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

CSS Border Left color for the above div is #c18bd7

HTML with inline CSS

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

CSS Border Right color for the above div is #c18bd7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c18bd7

HTML with inline CSS

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

CSS Border Top color for the above div is #c18bd7

HTML with inline CSS

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

#c18bd7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c18bd7 Color code Preview on White Background

This is how #c18bd7 Color code will look on white background color. Color contrast ratio is 2.64

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

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,139,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(161,215,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,139,215,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.