crispedge.com

Color picker

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

#c65e8d hex color - Violet - Warm color - Information

#c65e8d hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c65e8d Color code in RGB color code model is created after adding 77.65% red color, 36.86% green color and 55.29% blue color. Hex #c65e8d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 29% yellow and 22% black.

Hex #c65e8d color code is between #cc6688 web safe hex color code and #bb5599 web safe hex color code. #cc6688 is the nearest web safe color code. You can see here many more shades of #c65e8d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec65e8d#c65e8d
RGB Decimal198, 94, 141rgb(198, 94, 141)
RGB Percent78%, 37%, 55%rgb(78%, 37%, 55%)
CSS RGBa198, 94, 141,1rgba(198,94,141,1)
CMYK Modelcmyk(0%,53%,29%,22%)
HSL Color Space333,48% ,57%hsl(333,48% ,57%)
HSV Color Space333°, 53%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001100101111010001101
Octal306136215
Decimal19894141
Hexc65e8d

Different shades of #c65e8d color code.

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

Light Shade of #c65e8d
#d384a8
Dark Shade of #c65e8d
#b23f73
Saturated Shade of #c65e8d
#d1538c
Desaturated Shade of #c65e8d
#bb698e
Grey scale Shade of #c65e8d
#929292
Brighten Shade
#df77a6
Most Readable Shade
#FFFFFF

Shades of #c65e8d color code

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

#c65e8d
#b0537d
#9a496d
#843e5e
#6e344e
#58293e
#421f2f
#2c141f
#160a0f
#000000

Similar Color like #c65e8d color

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

#c75f8e
#c8608f
#c96190
#ca6291
#cb6392
#cc6493
#cd6594
#ce6695
#cf6796
#d06897
#d16998
#d26a99
#d36b9a
#d46c9b
#c55d8c
#c45c8b
#c35b8a
#c25a89
#c15988
#c05887
#bf5786
#be5685
#bd5584
#bc5483
#bb5382
#ba5281
#b95180
#b8507f

Monochromatic Color with #c65e8d

#c65e8d
#f072ab
#1c0d14
#462132
#713650
#9b4a6f

Tints of #c65e8d Color

#c65e8d
#cc6f99
#d281a6
#d993b3
#dfa5bf
#e5b7cc
#ecc9d9
#f2dbe5
#f8edf2
#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

#c65e8d
#5ec697

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

Split Complementary

#c65e8d
#5ec663
#5ec1c6

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

Analogous Color

#c65eb7
#c65ea2
#c65e8d
#c65e78
#c65e63

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

#c65e8d
#8dc65e
#5e8dc6

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

#c65e8d
#c1c65e
#5ec697
#635ec6

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

#c65e8d
#5ec697
#5ec1c6
#c6635e

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

#c65e8d Color Code Preview on Black Background Color

This is how #c65e8d Color will look on black background color. Color contrast ratio is 5.39

#c65e8d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c65e8d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c65e8d

#c65e8d color code is use for CSS Background Color

Background color for the above div is #c65e8d

HTML with inline CSS

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

#c65e8d color code is use for CSS Border Color

CSS Border color for the above div is #c65e8d

HTML with inline CSS

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

CSS Border Left color for the above div is #c65e8d

HTML with inline CSS

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

CSS Border Right color for the above div is #c65e8d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c65e8d

HTML with inline CSS

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

CSS Border Top color for the above div is #c65e8d

HTML with inline CSS

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

#c65e8d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c65e8d Color code Preview on White Background

This is how #c65e8d Color code will look on white background color. Color contrast ratio is 3.90

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

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.