Skip to main content Skip to docs navigation

#c705ef 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 Trippy Velvet and its hex is #CC00EE Nearest Color Name

Color Hue/Base color: Violet

Hex #c705ef Color code in RGB color code model is created after adding 78.04% red color, 1.96% green color and 93.73% blue color. Hex #c705ef Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 98% magenta, 0% yellow and 6.27% black.

Hex #c705ef color code is between #cc00ee web safe hex color code and #bb00ff web safe hex color code. #cc00ee is the nearest web safe color code. You can see here many more shades of #c705ef color code.

RGB Chart

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

Color Table

Hex Color Code c705ef #c705ef
RGB Decimal 199, 5, 239 199, 5, 239
RGB Percent 78%, 2%, 94% rgb(78%, 2%, 94%)
CSS RGBa 199, 5, 239,1 rgba(199,5,239,1)
CMYK Model cmyk(17%,98%,0%,6.27%)
HSL Color Space 290,96% ,48% hsl(290,96% ,48%)
HSV Color Space 290°, 98%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000111 00000101 11101111
Octal 307 5 357
Decimal 199 5 239
Hex c7 05 ef

Different shades of #c705ef color code.

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

Darkest of #c705ef
#4a0259
Darker of #c705ef
#74038b
Dark of #c705ef
#9d04bd
Base of #c705ef
#c705ef
Light of #c705ef
#d72cfb
Lighter
#e15efc
Lightest
#ea90fd

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

#c705ef
#2def05

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

Split Complementary

#c705ef
#a2ef05
#05ef52

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

Analogous Color

#3e05ef
#6505ef
#c705ef
#ef05c9
#ef0568

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

#c705ef
#05efc7
#efc705

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

#c705ef
#efc705
#2def05
#052def

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

#c705ef
#ef5205
#2def05
#05a2ef

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 #c705ef

#210127
#4a0259
#74038b
#9d04bd
#c705ef
#d72cfb
#e15efc
#ea90fd
#f4c2fe

Tints of #c705ef Color

#c705ef
#cd20f0
#d33cf2
#d958f4
#df74f6
#e68ff7
#ecabf9
#f2c7fb
#f8e3fd
#ffffff

Shades of #c705ef color code

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

#c705ef
#b004d4
#9a03b9
#84039f
#6e0284
#58026a
#42014f
#2c0135
#16001a
#000000

Tones

#c705ef
#b71dd7
#a736be
#974ea6
#87678d

Tones

Similar Color like #c705ef color

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

#c806f0
#c907f1
#ca08f2
#cb09f3
#cc0af4
#cd0bf5
#ce0cf6
#cf0df7
#d00ef8
#d10ff9
#d210fa
#d311fb
#d412fc
#d513fd
#c604ee
#c503ed
#c402ec
#c301eb
#c200ea
#c100e9
#c000e8
#bf00e7
#be00e6
#bd00e5
#bc00e4
#bb00e3
#ba00e2
#b900e1

Download this Dark Violet

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

#c705ef Color Code Preview on Black Background Color

This is how #c705ef Color will look on black background color. Color contrast ratio is 4.70

#c705ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c705ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c705ef

#c705ef color code is use for CSS Background Color

Background color for the above div is #c705ef

HTML with inline CSS

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

#c705ef color code is use for CSS Border Color

CSS Border color for the above div is #c705ef

HTML with inline CSS

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

CSS Border Left color for the above div is #c705ef

HTML with inline CSS

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

CSS Border Right color for the above div is #c705ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c705ef

HTML with inline CSS

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

CSS Border Top color for the above div is #c705ef

HTML with inline CSS

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

#c705ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c705ef Color code Preview on White Background

This is how #c705ef Color code will look on white background color. Color contrast ratio is 4.47

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

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(199,5,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(45,239,5,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,5,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }