Skip to main content Skip to docs navigation

#cd21ce 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 Demonic Purple and its hex is #D725DE Nearest Color Name

Color Hue/Base color: Violet

Hex #cd21ce Color code in RGB color code model is created after adding 80.39% red color, 12.94% green color and 80.78% blue color. Hex #cd21ce Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 0% yellow and 19.22% black.

Hex #cd21ce color code is between #cc22cc web safe hex color code and #dd11dd web safe hex color code. #cc22cc is the nearest web safe color code. You can see here many more shades of #cd21ce color code.

RGB Chart

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

Color Table

Hex Color Code cd21ce #cd21ce
RGB Decimal 205, 33, 206 205, 33, 206
RGB Percent 80%, 13%, 81% rgb(80%, 13%, 81%)
CSS RGBa 205, 33, 206,1 rgba(205,33,206,1)
CMYK Model cmyk(0%,84%,0%,19.22%)
HSL Color Space 300,72% ,47% hsl(300,72% ,47%)
HSV Color Space 300°, 84%, 81%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00100001 11001110
Octal 315 41 316
Decimal 205 33 206
Hex cd 21 ce

Different shades of #cd21ce color code.

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

Darkest of #cd21ce
#4a0c4a
Darker of #cd21ce
#751376
Dark of #cd21ce
#a11aa2
Base of #cd21ce
#cd21ce
Light of #cd21ce
#e041e1
Lighter
#e76de8
Lightest
#ee99ef

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

#cd21ce
#22ce21

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

Split Complementary

#cd21ce
#79ce21
#21ce76

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

Analogous Color

#6821ce
#8521ce
#cd21ce
#ce2195
#ce214d

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

#cd21ce
#21cecd
#cecd21

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

#cd21ce
#cecd21
#22ce21
#2122ce

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

#cd21ce
#ce7621
#22ce21
#2179ce

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

#1e051e
#4a0c4a
#751376
#a11aa2
#cd21ce
#e041e1
#e76de8
#ee99ef
#f5c5f6

Tints of #cd21ce Color

#cd21ce
#d239d3
#d852d8
#dd6bde
#e383e3
#e89ce9
#eeb5ee
#f3cdf4
#f9e6f9
#ffffff

Shades of #cd21ce color code

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

#cd21ce
#b61db7
#9f19a0
#881689
#711272
#5b0e5b
#440b44
#2d072d
#160316
#000000

Tones

#cd21ce
#b539b6
#9e519e
#866986
#777777

Tones

Similar Color like #cd21ce color

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

#ce22cf
#cf23d0
#d024d1
#d125d2
#d226d3
#d327d4
#d428d5
#d529d6
#d62ad7
#d72bd8
#d82cd9
#d92dda
#da2edb
#db2fdc
#cc20cd
#cb1fcc
#ca1ecb
#c91dca
#c81cc9
#c71bc8
#c61ac7
#c519c6
#c418c5
#c317c4
#c216c3
#c115c2
#c014c1
#bf13c0

Download this Dark Violet

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

#cd21ce Color Code Preview on Black Background Color

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

#cd21ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd21ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd21ce

#cd21ce color code is use for CSS Background Color

Background color for the above div is #cd21ce

HTML with inline CSS

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

#cd21ce color code is use for CSS Border Color

CSS Border color for the above div is #cd21ce

HTML with inline CSS

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

CSS Border Left color for the above div is #cd21ce

HTML with inline CSS

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

CSS Border Right color for the above div is #cd21ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd21ce

HTML with inline CSS

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

CSS Border Top color for the above div is #cd21ce

HTML with inline CSS

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

#cd21ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd21ce Color code Preview on White Background

This is how #cd21ce Color code will look on white background color. Color contrast ratio is 4.46

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

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(205,33,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(34,206,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,33,206,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }