crispedge.com

Color picker

Loading...

#cd93db hex color - Violet - Warm color - Information

#cd93db hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #cd93db color code is between #cc99dd web safe hex color code and #dd88cc web safe hex color code. #cc99dd is the nearest web safe color code. You can see here many more shades of #cd93db color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecd93db#cd93db
RGB Decimal205, 147, 219rgb(205, 147, 219)
RGB Percent80%, 58%, 86%rgb(80%, 58%, 86%)
CSS RGBa205, 147, 219,1rgba(205,147,219,1)
CMYK Modelcmyk(6%,33%,0%,14%)
HSL Color Space288,50% ,72%hsl(288,50% ,72%)
HSV Color Space288°, 33%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011011001001111011011
Octal315223333
Decimal205147219
Hexcd93db

Different shades of #cd93db color code.

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

Light Shade of #cd93db
#dfb9e8
Dark Shade of #cd93db
#bb6dce
Saturated Shade of #cd93db
#d18ce2
Desaturated Shade of #cd93db
#c99ad4
Grey scale Shade of #cd93db
#b7b7b7
Brighten Shade
#e6acf4
Most Readable Shade
#000000

Shades of #cd93db color code

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

#cd93db
#b682c2
#9f72aa
#886292
#715179
#5b4161
#443149
#2d2030
#161018
#000000

Similar Color like #cd93db color

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

#ce94dc
#cf95dd
#d096de
#d197df
#d298e0
#d399e1
#d49ae2
#d59be3
#d69ce4
#d79de5
#d89ee6
#d99fe7
#daa0e8
#dba1e9
#cc92da
#cb91d9
#ca90d8
#c98fd7
#c88ed6
#c78dd5
#c68cd4
#c58bd3
#c48ad2
#c389d1
#c288d0
#c187cf
#c086ce
#bf85cd

Monochromatic Color with #cd93db

#cd93db
#060406
#2e2131
#563d5b
#7d5a86
#a576b0

Tints of #cd93db Color

#cd93db
#d29fdf
#d8abe3
#ddb7e7
#e3c3eb
#e8cfef
#eedbf3
#f3e7f7
#f9f3fb
#ffffff

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

#cd93db
#a1db93

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

Split Complementary

#cd93db
#c5db93
#93dba9

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

Analogous Color

#b093db
#bf93db
#cd93db
#db93db
#db93cc

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

#cd93db
#dbcd93
#93dbcd

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

#cd93db
#dba993
#a1db93
#93c5db

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#cd93db
#a1db93
#93dba9
#db93c5

Double Complementary 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).

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

#cd93db Color Code Preview on Black Background Color

This is how #cd93db Color will look on black background color. Color contrast ratio is 8.79

#cd93db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd93db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd93db

#cd93db color code is use for CSS Background Color

Background color for the above div is #cd93db

HTML with inline CSS

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

#cd93db color code is use for CSS Border Color

CSS Border color for the above div is #cd93db

HTML with inline CSS

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

CSS Border Left color for the above div is #cd93db

HTML with inline CSS

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

CSS Border Right color for the above div is #cd93db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd93db

HTML with inline CSS

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

CSS Border Top color for the above div is #cd93db

HTML with inline CSS

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

#cd93db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd93db Color code Preview on White Background

This is how #cd93db Color code will look on white background color. Color contrast ratio is 2.39

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(205,147,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(161,219,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,147,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.