Skip to main content Skip to docs navigation

#cd64db 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 Blueberry Glaze and its hex is #CC66DD Nearest Color Name

Color Hue/Base color: Violet

Hex #cd64db Color code in RGB color code model is created after adding 80.39% red color, 39.22% green color and 85.88% blue color. Hex #cd64db Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 54% magenta, 0% yellow and 14.12% black.

Hex #cd64db color code is between #cc66dd web safe hex color code and #dd55cc web safe hex color code. #cc66dd is the nearest web safe color code. You can see here many more shades of #cd64db color code.

RGB Chart

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

Color Table

Hex Color Code cd64db #cd64db
RGB Decimal 205, 100, 219 205, 100, 219
RGB Percent 80%, 39%, 86% rgb(80%, 39%, 86%)
CSS RGBa 205, 100, 219,1 rgba(205,100,219,1)
CMYK Model cmyk(6%,54%,0%,14.12%)
HSL Color Space 293,62% ,63% hsl(293,62% ,63%)
HSV Color Space 293°, 54%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01100100 11011011
Octal 315 144 333
Decimal 205 100 219
Hex cd 64 db

Different shades of #cd64db color code.

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

Darkest of #cd64db
#7b1f87
Darker of #cd64db
#a029b0
Dark of #cd64db
#c03bd1
Base of #cd64db
#cd64db
Light of #cd64db
#da8de5
Lighter
#e8b7ee
Lightest
#f5e0f8

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

#cd64db
#72db64

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

Split Complementary

#cd64db
#aedb64
#64db92

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

Analogous Color

#8864db
#9b64db
#cd64db
#db64c1
#db6490

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

#cd64db
#64dbcd
#dbcd64

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

#cd64db
#dbcd64
#72db64
#6472db

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

#cd64db
#db9264
#72db64
#64aedb

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

#55165d
#7b1f87
#a029b0
#c03bd1
#cd64db
#da8de5
#e8b7ee
#f5e0f8
#ffffff

Tints of #cd64db Color

#cd64db
#d275df
#d886e3
#dd97e7
#e3a8eb
#e8baef
#eecbf3
#f3dcf7
#f9edfb
#ffffff

Shades of #cd64db color code

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

#cd64db
#b658c2
#9f4daa
#884292
#713779
#5b2c61
#442149
#2d1630
#160b18
#000000

Tones

#cd64db
#be77c8
#b08ab5
#a19da2
#a0a0a0

Tones

Similar Color like #cd64db color

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

#ce65dc
#cf66dd
#d067de
#d168df
#d269e0
#d36ae1
#d46be2
#d56ce3
#d66de4
#d76ee5
#d86fe6
#d970e7
#da71e8
#db72e9
#cc63da
#cb62d9
#ca61d8
#c960d7
#c85fd6
#c75ed5
#c65dd4
#c55cd3
#c45bd2
#c35ad1
#c259d0
#c158cf
#c057ce
#bf56cd

Download this Dark Violet

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

#cd64db Color Code Preview on Black Background Color

This is how #cd64db Color will look on black background color. Color contrast ratio is 6.44

#cd64db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd64db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd64db

#cd64db color code is use for CSS Background Color

Background color for the above div is #cd64db

HTML with inline CSS

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

#cd64db color code is use for CSS Border Color

CSS Border color for the above div is #cd64db

HTML with inline CSS

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

CSS Border Left color for the above div is #cd64db

HTML with inline CSS

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

CSS Border Right color for the above div is #cd64db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd64db

HTML with inline CSS

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

CSS Border Top color for the above div is #cd64db

HTML with inline CSS

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

#cd64db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd64db Color code Preview on White Background

This is how #cd64db Color code will look on white background color. Color contrast ratio is 3.26

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

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