Skip to main content Skip to docs navigation

#cd93ff hex color | Download Light 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 Lilás and its hex is #CC99FF Nearest Color Name

Color Hue/Base color: Violet

Hex #cd93ff Color code in RGB color code model is created after adding 80.39% red color, 57.65% green color and 100% blue color. Hex #cd93ff Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 42% magenta, 0% yellow and 0% black.

Hex #cd93ff color code is between #cc99ee web safe hex color code and #dd88dd web safe hex color code. #cc99ee is the nearest web safe color code. You can see here many more shades of #cd93ff color code.

RGB Chart

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

Color Table

Hex Color Code cd93ff #cd93ff
RGB Decimal 205, 147, 255 205, 147, 255
RGB Percent 80%, 58%, 100% rgb(80%, 58%, 100%)
CSS RGBa 205, 147, 255,1 rgba(205,147,255,1)
CMYK Model cmyk(20%,42%,0%,0%)
HSL Color Space 272,100% ,79% hsl(272,100% ,79%)
HSV Color Space 272°, 42%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 10010011 11111111
Octal 315 223 377
Decimal 205 147 255
Hex cd 93 ff

Different shades of #cd93ff color code.

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

Darkest of #cd93ff
#8600f9
Darker of #cd93ff
#9e2dff
Dark of #cd93ff
#b560ff
Base of #cd93ff
#cd93ff
Light of #cd93ff
#e5c6ff
Lighter
#fcf9ff
Lightest
#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

#cd93ff
#c5ff93

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

Split Complementary

#cd93ff
#fbff93
#93ff97

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

Analogous Color

#9398ff
#a093ff
#cd93ff
#f193ff
#ff93e0

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

#cd93ff
#93ffcd
#ffcd93

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

#cd93ff
#ffcd93
#c5ff93
#93c5ff

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

#cd93ff
#ff9793
#c5ff93
#93fbff

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

#6a00c6
#8600f9
#9e2dff
#b560ff
#cd93ff
#e5c6ff
#fcf9ff
#ffffff
#ffffff

Tints of #cd93ff Color

#cd93ff
#d29fff
#d8abff
#ddb7ff
#e3c3ff
#e8cfff
#eedbff
#f3e7ff
#f9f3ff
#ffffff

Shades of #cd93ff color code

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

#cd93ff
#b682e2
#9f72c6
#8862aa
#71518d
#5b4171
#443155
#2d2038
#16101c
#000000

Tones

#cd93ff
#cc9ef4
#cba9e9
#cbb3df
#cabed4

Tones

Similar Color like #cd93ff color

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

#ce94ff
#cf95ff
#d096ff
#d197ff
#d298ff
#d399ff
#d49aff
#d59bff
#d69cff
#d79dff
#d89eff
#d99fff
#daa0ff
#dba1ff
#cc92fe
#cb91fd
#ca90fc
#c98ffb
#c88efa
#c78df9
#c68cf8
#c58bf7
#c48af6
#c389f5
#c288f4
#c187f3
#c086f2
#bf85f1

Download this Light Violet

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

#cd93ff Color Code Preview on Black Background Color

This is how #cd93ff Color will look on black background color. Color contrast ratio is 9.21

#cd93ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd93ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd93ff

#cd93ff color code is use for CSS Background Color

Background color for the above div is #cd93ff

HTML with inline CSS

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

#cd93ff color code is use for CSS Border Color

CSS Border color for the above div is #cd93ff

HTML with inline CSS

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

CSS Border Left color for the above div is #cd93ff

HTML with inline CSS

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

CSS Border Right color for the above div is #cd93ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd93ff

HTML with inline CSS

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

CSS Border Top color for the above div is #cd93ff

HTML with inline CSS

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

#cd93ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd93ff Color code Preview on White Background

This is how #cd93ff Color code will look on white background color. Color contrast ratio is 2.28

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

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