Skip to main content Skip to docs navigation

#cd53fd 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 Pink Fever and its hex is #CC55FF Nearest Color Name

Color Hue/Base color: Violet

Hex #cd53fd Color code in RGB color code model is created after adding 80.39% red color, 32.55% green color and 99.22% blue color. Hex #cd53fd Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 67% magenta, 0% yellow and 0.78% black.

Hex #cd53fd color code is between #cc55ff web safe hex color code and #dd44ee web safe hex color code. #cc55ff is the nearest web safe color code. You can see here many more shades of #cd53fd color code.

RGB Chart

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

Color Table

Hex Color Code cd53fd #cd53fd
RGB Decimal 205, 83, 253 205, 83, 253
RGB Percent 80%, 33%, 99% rgb(80%, 33%, 99%)
CSS RGBa 205, 83, 253,1 rgba(205,83,253,1)
CMYK Model cmyk(19%,67%,0%,0.78%)
HSL Color Space 283,98% ,66% hsl(283,98% ,66%)
HSV Color Space 283°, 67%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01010011 11111101
Octal 315 123 375
Decimal 205 83 253
Hex cd 53 fd

Different shades of #cd53fd color code.

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

Darkest of #cd53fd
#8202b5
Darker of #cd53fd
#a703e7
Dark of #cd53fd
#be21fc
Base of #cd53fd
#cd53fd
Light of #cd53fd
#dc85fe
Lighter
#eab8fe
Lightest
#f9eaff

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

#cd53fd
#83fd53

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

Split Complementary

#cd53fd
#d8fd53
#53fd78

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

Analogous Color

#6a53fd
#8653fd
#cd53fd
#fd53f4
#fd53ad

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

#cd53fd
#53fdcd
#fdcd53

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

#cd53fd
#fdcd53
#83fd53
#5383fd

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

#cd53fd
#fd7853
#83fd53
#53d8fd

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

#5e0282
#8202b5
#a703e7
#be21fc
#cd53fd
#dc85fe
#eab8fe
#f9eaff
#ffffff

Tints of #cd53fd Color

#cd53fd
#d266fd
#d879fd
#dd8cfd
#e39ffd
#e8b2fe
#eec5fe
#f3d8fe
#f9ebfe
#ffffff

Shades of #cd53fd color code

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

#cd53fd
#b649e0
#9f40c4
#8837a8
#712e8c
#5b2470
#441b54
#2d1238
#16091c
#000000

Tones

#cd53fd
#c564ec
#be76da
#b687c9
#af99b7

Tones

Similar Color like #cd53fd color

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

#ce54fe
#cf55ff
#d056ff
#d157ff
#d258ff
#d359ff
#d45aff
#d55bff
#d65cff
#d75dff
#d85eff
#d95fff
#da60ff
#db61ff
#cc52fc
#cb51fb
#ca50fa
#c94ff9
#c84ef8
#c74df7
#c64cf6
#c54bf5
#c44af4
#c349f3
#c248f2
#c147f1
#c046f0
#bf45ef

Download this Dark Violet

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

#cd53fd Color Code Preview on Black Background Color

This is how #cd53fd Color will look on black background color. Color contrast ratio is 6.25

#cd53fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd53fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd53fd

#cd53fd color code is use for CSS Background Color

Background color for the above div is #cd53fd

HTML with inline CSS

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

#cd53fd color code is use for CSS Border Color

CSS Border color for the above div is #cd53fd

HTML with inline CSS

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

CSS Border Left color for the above div is #cd53fd

HTML with inline CSS

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

CSS Border Right color for the above div is #cd53fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd53fd

HTML with inline CSS

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

CSS Border Top color for the above div is #cd53fd

HTML with inline CSS

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

#cd53fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd53fd Color code Preview on White Background

This is how #cd53fd Color code will look on white background color. Color contrast ratio is 3.36

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

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