Skip to main content Skip to docs navigation

#c151cd hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Love Priestess and its hex is #BB55CC Nearest Color Name

Color Hue/Base color: Violet

Hex #c151cd Color code in RGB color code model is created after adding 75.69% red color, 31.76% green color and 80.39% blue color. Hex #c151cd Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 60% magenta, 0% yellow and 19.61% black.

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

RGB Chart

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

Color Table

Hex Color Code c151cd #c151cd
RGB Decimal 193, 81, 205 193, 81, 205
RGB Percent 76%, 32%, 80% rgb(76%, 32%, 80%)
CSS RGBa 193, 81, 205,1 rgba(193,81,205,1)
CMYK Model cmyk(6%,60%,0%,19.61%)
HSL Color Space 294,55% ,56% hsl(294,55% ,56%)
HSV Color Space 294°, 60%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000001 01010001 11001101
Octal 301 121 315
Decimal 193 81 205
Hex c1 51 cd

Different shades of #c151cd color code.

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

Darkest of #c151cd
#601e67
Darker of #c151cd
#85298f
Dark of #c151cd
#aa34b7
Base of #c151cd
#c151cd
Light of #c151cd
#cf79d8
Lighter
#dda0e4
Lightest
#ebc8ef

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

#c151cd
#5dcd51

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

Split Complementary

#c151cd
#9bcd51
#51cd83

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

Analogous Color

#7951cd
#8d51cd
#c151cd
#cd51b0
#cd517c

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

#c151cd
#51cdc1
#cdc151

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

#c151cd
#cdc151
#5dcd51
#515dcd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#c151cd
#cd8351
#5dcd51
#519bcd

Square 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).

Monochromatic Color with #c151cd

#3b1240
#601e67
#85298f
#aa34b7
#c151cd
#cf79d8
#dda0e4
#ebc8ef
#f9effb

Tints of #c151cd Color

#c151cd
#c764d2
#ce77d8
#d58bdd
#dc9ee3
#e3b1e8
#eac5ee
#f1d8f3
#f8ebf9
#ffffff

Shades of #c151cd color code

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

#c151cd
#ab48b6
#963f9f
#803688
#6b2d71
#55245b
#401b44
#2a122d
#150916
#000000

Tones

#c151cd
#af67b7
#9d7ea0
#8f8f8f
#8f8f8f

Tones

Similar Color like #c151cd color

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

#c252ce
#c353cf
#c454d0
#c555d1
#c656d2
#c757d3
#c858d4
#c959d5
#ca5ad6
#cb5bd7
#cc5cd8
#cd5dd9
#ce5eda
#cf5fdb
#c050cc
#bf4fcb
#be4eca
#bd4dc9
#bc4cc8
#bb4bc7
#ba4ac6
#b949c5
#b848c4
#b747c3
#b646c2
#b545c1
#b444c0
#b343bf

Download this Dark Violet

Hex #c151cd 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.

#c151cd Color Code Preview on Black Background Color

This is how #c151cd Color will look on black background color. Color contrast ratio is 5.33

#c151cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c151cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c151cd

#c151cd color code is use for CSS Background Color

Background color for the above div is #c151cd

HTML with inline CSS

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

#c151cd color code is use for CSS Border Color

CSS Border color for the above div is #c151cd

HTML with inline CSS

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

CSS Border Left color for the above div is #c151cd

HTML with inline CSS

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

CSS Border Right color for the above div is #c151cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c151cd

HTML with inline CSS

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

CSS Border Top color for the above div is #c151cd

HTML with inline CSS

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

#c151cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c151cd Color code Preview on White Background

This is how #c151cd Color code will look on white background color. Color contrast ratio is 3.94

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(193,81,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,205,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,81,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }