@
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.

#c46bda hex color - Violet - Warm color - Information

#c46bda hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c46bda Color code in RGB color code model is created after adding 76.86% red color, 41.96% green color and 85.49% blue color. Hex #c46bda Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 51% magenta, 0% yellow and 14.51% black.

Hex #c46bda 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 #c46bda color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code c46bda #c46bda
RGB Decimal 196, 107, 218 rgb(196, 107, 218)
RGB Percent 77%, 42%, 85% rgb(77%, 42%, 85%)
CSS RGBa 196, 107, 218,1 rgba(196,107,218,1)
CMYK Model cmyk(10%,51%,0%,14.51%)
HSL Color Space 288,60% ,64% hsl(288,60% ,64%)
HSV Color Space 288°, 51%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000100 01101011 11011010
Octal 304 153 332
Decimal 196 107 218
Hex c4 6b da

Different shades of #c46bda color code.

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

Light Shade of #c46bda
#d494e4
Dark Shade of #c46bda
#b442d0
Saturated Shade of #c46bda
#ca62e3
Desaturated Shade of #c46bda
#be74d1
Grey scale Shade of #c46bda
#a2a2a2
Brighten Shade
#dd84f3
Most Readable Shade
#000000

Shades of #c46bda color code

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

#c46bda
#ae5fc1
#9853a9
#824791
#6c3b79
#572f60
#412348
#2b1730
#150b18
#000000

Similar Color like #c46bda color

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

#c56cdb
#c66ddc
#c76edd
#c86fde
#c970df
#ca71e0
#cb72e1
#cc73e2
#cd74e3
#ce75e4
#cf76e5
#d077e6
#d178e7
#d279e8
#c36ad9
#c269d8
#c168d7
#c067d6
#bf66d5
#be65d4
#bd64d3
#bc63d2
#bb62d1
#ba61d0
#b960cf
#b85fce
#b75ecd
#b65dcc

Monochromatic Color with #c46bda

#c46bda
#050305
#2b1830
#512c5a
#784185
#9e56af

Tints of #c46bda Color

#c46bda
#ca7bde
#d18be2
#d79ce6
#deacea
#e4bdee
#ebcdf2
#f1def6
#f8eefa
#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

#c46bda
#81da6b

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

Split Complementary

#c46bda
#b8da6b
#6bda8d

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

Analogous Color

#986bda
#ae6bda
#c46bda
#da6bda
#da6bc4

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

#c46bda
#dac46b
#6bdac4

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

#c46bda
#da8c6b
#81da6b
#6bb8da

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

#c46bda
#81da6b
#6bda8d
#da6bb8

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

#c46bda Color Code Preview on Black Background Color

This is how #c46bda Color will look on black background color. Color contrast ratio is 6.46

#c46bda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c46bda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c46bda

#c46bda color code is use for CSS Background Color

Background color for the above div is #c46bda

HTML with inline CSS

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

#c46bda color code is use for CSS Border Color

CSS Border color for the above div is #c46bda

HTML with inline CSS

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

CSS Border Left color for the above div is #c46bda

HTML with inline CSS

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

CSS Border Right color for the above div is #c46bda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c46bda

HTML with inline CSS

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

CSS Border Top color for the above div is #c46bda

HTML with inline CSS

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

#c46bda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c46bda Color code Preview on White Background

This is how #c46bda Color code will look on white background color. Color contrast ratio is 3.25

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

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,107,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,218,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,107,218,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.