crispedge.com

Color picker

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

#c354d7 hex color - Violet - Warm color - Information

#c354d7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c354d7 Color code in RGB color code model is created after adding 76.47% red color, 32.94% green color and 84.31% blue color. Hex #c354d7 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 61% magenta, 0% yellow and 16% black.

Hex #c354d7 color code is between #bb55dd web safe hex color code and #cc44cc web safe hex color code. #bb55dd is the nearest web safe color code. You can see here many more shades of #c354d7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec354d7#c354d7
RGB Decimal195, 84, 215rgb(195, 84, 215)
RGB Percent76%, 33%, 84%rgb(76%, 33%, 84%)
CSS RGBa195, 84, 215,1rgba(195,84,215,1)
CMYK Modelcmyk(9%,61%,0%,16%)
HSL Color Space291,62% ,59%hsl(291,62% ,59%)
HSV Color Space291°, 61%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110101010011010111
Octal303124327
Decimal19584215
Hexc354d7

Different shades of #c354d7 color code.

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

Light Shade of #c354d7
#d17de1
Dark Shade of #c354d7
#b12fc9
Saturated Shade of #c354d7
#ca49e2
Desaturated Shade of #c354d7
#bc5fcc
Grey scale Shade of #c354d7
#959595
Brighten Shade
#dc6df0
Most Readable Shade
#FFFFFF

Shades of #c354d7 color code

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

#c354d7
#ad4abf
#9741a7
#82388f
#6c2e77
#56255f
#411c47
#2b122f
#150917
#000000

Similar Color like #c354d7 color

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

#c455d8
#c556d9
#c657da
#c758db
#c859dc
#c95add
#ca5bde
#cb5cdf
#cc5de0
#cd5ee1
#ce5fe2
#cf60e3
#d061e4
#d162e5
#c253d6
#c152d5
#c051d4
#bf50d3
#be4fd2
#bd4ed1
#bc4dd0
#bb4ccf
#ba4bce
#b94acd
#b849cc
#b748cb
#b647ca
#b546c9

Monochromatic Color with #c354d7

#c354d7
#020102
#29122d
#4f2257
#763382
#9c43ac

Tints of #c354d7 Color

#c354d7
#c967db
#d07adf
#d78de4
#dda0e8
#e4b3ed
#ebc6f1
#f1d9f6
#f8ecfa
#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

#c354d7
#68d754

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

Split Complementary

#c354d7
#aad754
#54d781

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

Analogous Color

#8f54d7
#a954d7
#c354d7
#d754d1
#d754b7

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

#c354d7
#d7c354
#54d7c3

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

#c354d7
#d78154
#68d754
#54a9d7

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

#c354d7
#68d754
#54d781
#d754aa

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

#c354d7 Color Code Preview on Black Background Color

This is how #c354d7 Color will look on black background color. Color contrast ratio is 5.57

#c354d7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c354d7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c354d7

#c354d7 color code is use for CSS Background Color

Background color for the above div is #c354d7

HTML with inline CSS

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

#c354d7 color code is use for CSS Border Color

CSS Border color for the above div is #c354d7

HTML with inline CSS

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

CSS Border Left color for the above div is #c354d7

HTML with inline CSS

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

CSS Border Right color for the above div is #c354d7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c354d7

HTML with inline CSS

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

CSS Border Top color for the above div is #c354d7

HTML with inline CSS

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

#c354d7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c354d7 Color code Preview on White Background

This is how #c354d7 Color code will look on white background color. Color contrast ratio is 3.77

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

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.