crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c693e1 hex color - Violet - Warm color - Information

#c693e1 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c693e1 Color code in RGB color code model is created after adding 77.65% red color, 57.65% green color and 88.24% blue color. Hex #c693e1 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 35% magenta, 0% yellow and 12% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec693e1#c693e1
RGB Decimal198, 147, 225rgb(198, 147, 225)
RGB Percent78%, 58%, 88%rgb(78%, 58%, 88%)
CSS RGBa198, 147, 225,1rgba(198,147,225,1)
CMYK Modelcmyk(12%,35%,0%,12%)
HSL Color Space279,57% ,73%hsl(279,57% ,73%)
HSV Color Space279°, 35%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101001001111100001
Octal306223341
Decimal198147225
Hexc693e1

Different shades of #c693e1 color code.

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

Light Shade of #c693e1
#dbbbec
Dark Shade of #c693e1
#b16bd6
Saturated Shade of #c693e1
#c88ce8
Desaturated Shade of #c693e1
#c49ada
Grey scale Shade of #c693e1
#bababa
Brighten Shade
#dfacfa
Most Readable Shade
#000000

Shades of #c693e1 color code

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

#c693e1
#b082c8
#9a72af
#846296
#6e517d
#584164
#42314b
#2c2032
#161019
#000000

Similar Color like #c693e1 color

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

#c794e2
#c895e3
#c996e4
#ca97e5
#cb98e6
#cc99e7
#cd9ae8
#ce9be9
#cf9cea
#d09deb
#d19eec
#d29fed
#d3a0ee
#d4a1ef
#c592e0
#c491df
#c390de
#c28fdd
#c18edc
#c08ddb
#bf8cda
#be8bd9
#bd8ad8
#bc89d7
#bb88d6
#ba87d5
#b986d4
#b885d3

Monochromatic Color with #c693e1

#c693e1
#0b080c
#302437
#564061
#7b5b8c
#a177b6

Tints of #c693e1 Color

#c693e1
#cc9fe4
#d2abe7
#d9b7eb
#dfc3ee
#e5cff1
#ecdbf5
#f2e7f8
#f8f3fb
#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

#c693e1
#aee193

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

Split Complementary

#c693e1
#d5e193
#93e19f

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

Analogous Color

#a793e1
#b693e1
#c693e1
#d693e1
#e193dd

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

#c693e1
#e1c693
#93e1c6

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

#c693e1
#e19f93
#aee193
#93d5e1

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

#c693e1
#aee193
#93e19f
#e193d5

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 #c693e1 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.

#c693e1 Color Code Preview on Black Background Color

This is how #c693e1 Color will look on black background color. Color contrast ratio is 8.66

#c693e1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c693e1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c693e1

#c693e1 color code is use for CSS Background Color

Background color for the above div is #c693e1

HTML with inline CSS

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

#c693e1 color code is use for CSS Border Color

CSS Border color for the above div is #c693e1

HTML with inline CSS

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

CSS Border Left color for the above div is #c693e1

HTML with inline CSS

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

CSS Border Right color for the above div is #c693e1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c693e1

HTML with inline CSS

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

CSS Border Top color for the above div is #c693e1

HTML with inline CSS

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

#c693e1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c693e1 Color code Preview on White Background

This is how #c693e1 Color code will look on white background color. Color contrast ratio is 2.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 #c693e1; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c693e1; }

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.