Skip to main content Skip to docs navigation

#cd55ef 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 Bubblegum Baby Girl and its hex is #CC55EE Nearest Color Name

Color Hue/Base color: Violet

Hex #cd55ef Color code in RGB color code model is created after adding 80.39% red color, 33.33% green color and 93.73% blue color. Hex #cd55ef Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 64% magenta, 0% yellow and 6.27% black.

Hex #cd55ef color code is between #cc44ee web safe hex color code and #dd66ff web safe hex color code. #cc44ee is the nearest web safe color code. You can see here many more shades of #cd55ef color code.

RGB Chart

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

Color Table

Hex Color Code cd55ef #cd55ef
RGB Decimal 205, 85, 239 205, 85, 239
RGB Percent 80%, 33%, 94% rgb(80%, 33%, 94%)
CSS RGBa 205, 85, 239,1 rgba(205,85,239,1)
CMYK Model cmyk(14%,64%,0%,6.27%)
HSL Color Space 287,83% ,64% hsl(287,83% ,64%)
HSV Color Space 287°, 64%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01010101 11101111
Octal 315 125 357
Decimal 205 85 239
Hex cd 55 ef

Different shades of #cd55ef color code.

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

Darkest of #cd55ef
#7d0f9c
Darker of #cd55ef
#a213cb
Dark of #cd55ef
#bf26eb
Base of #cd55ef
#cd55ef
Light of #cd55ef
#db84f3
Lighter
#e8b2f8
Lightest
#f6e1fc

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

#cd55ef
#77ef55

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

Split Complementary

#cd55ef
#c4ef55
#55ef80

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

Analogous Color

#7355ef
#8d55ef
#cd55ef
#ef55de
#ef559e

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

#cd55ef
#55efcd
#efcd55

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

#cd55ef
#efcd55
#77ef55
#5577ef

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

#cd55ef
#ef8055
#77ef55
#55c4ef

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

#580a6e
#7d0f9c
#a213cb
#bf26eb
#cd55ef
#db84f3
#e8b2f8
#f6e1fc
#ffffff

Tints of #cd55ef Color

#cd55ef
#d267f0
#d87af2
#dd8df4
#e3a0f6
#e8b3f7
#eec6f9
#f3d9fb
#f9ecfd
#ffffff

Shades of #cd55ef color code

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

#cd55ef
#b64bd4
#9f42b9
#88389f
#712f84
#5b256a
#441c4f
#2d1235
#16091a
#000000

Tones

#cd55ef
#c368dc
#b87aca
#ae8db7
#a39fa5

Tones

Similar Color like #cd55ef color

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

#ce56f0
#cf57f1
#d058f2
#d159f3
#d25af4
#d35bf5
#d45cf6
#d55df7
#d65ef8
#d75ff9
#d860fa
#d961fb
#da62fc
#db63fd
#cc54ee
#cb53ed
#ca52ec
#c951eb
#c850ea
#c74fe9
#c64ee8
#c54de7
#c44ce6
#c34be5
#c24ae4
#c149e3
#c048e2
#bf47e1

Download this Dark Violet

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

#cd55ef Color Code Preview on Black Background Color

This is how #cd55ef Color will look on black background color. Color contrast ratio is 6.14

#cd55ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd55ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd55ef

#cd55ef color code is use for CSS Background Color

Background color for the above div is #cd55ef

HTML with inline CSS

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

#cd55ef color code is use for CSS Border Color

CSS Border color for the above div is #cd55ef

HTML with inline CSS

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

CSS Border Left color for the above div is #cd55ef

HTML with inline CSS

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

CSS Border Right color for the above div is #cd55ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd55ef

HTML with inline CSS

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

CSS Border Top color for the above div is #cd55ef

HTML with inline CSS

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

#cd55ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd55ef Color code Preview on White Background

This is how #cd55ef Color code will look on white background color. Color contrast ratio is 3.42

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

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