crispedge.com

Color picker

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

#c35db6 hex color - Violet - Warm color - Information

#c35db6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c35db6 Color code in RGB color code model is created after adding 76.47% red color, 36.47% green color and 71.37% blue color. Hex #c35db6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 7% yellow and 24% black.

Hex #c35db6 color code is between #bb55bb web safe hex color code and #cc66aa web safe hex color code. #bb55bb is the nearest web safe color code. You can see here many more shades of #c35db6 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec35db6#c35db6
RGB Decimal195, 93, 182rgb(195, 93, 182)
RGB Percent76%, 36%, 71%rgb(76%, 36%, 71%)
CSS RGBa195, 93, 182,1rgba(195,93,182,1)
CMYK Modelcmyk(0%,52%,7%,24%)
HSL Color Space308,46% ,56%hsl(308,46% ,56%)
HSV Color Space308°, 52%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110101110110110110
Octal303135266
Decimal19593182
Hexc35db6

Different shades of #c35db6 color code.

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

Light Shade of #c35db6
#d182c7
Dark Shade of #c35db6
#ad409f
Saturated Shade of #c35db6
#ce52be
Desaturated Shade of #c35db6
#b868ae
Grey scale Shade of #c35db6
#909090
Brighten Shade
#dc76cf
Most Readable Shade
#FFFFFF

Shades of #c35db6 color code

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

#c35db6
#ad52a1
#97488d
#823e79
#6c3365
#562950
#411f3c
#2b1428
#150a14
#000000

Similar Color like #c35db6 color

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

#c45eb7
#c55fb8
#c660b9
#c761ba
#c862bb
#c963bc
#ca64bd
#cb65be
#cc66bf
#cd67c0
#ce68c1
#cf69c2
#d06ac3
#d16bc4
#c25cb5
#c15bb4
#c05ab3
#bf59b2
#be58b1
#bd57b0
#bc56af
#bb55ae
#ba54ad
#b953ac
#b852ab
#b751aa
#b650a9
#b54fa8

Monochromatic Color with #c35db6

#c35db6
#ed71de
#190c17
#43203f
#6e3467
#98498e

Tints of #c35db6 Color

#c35db6
#c96fbe
#d081c6
#d793ce
#dda5d6
#e4b7de
#ebc9e6
#f1dbee
#f8edf6
#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

#c35db6
#5dc36a

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

Split Complementary

#c35db6
#83c35d
#5dc39d

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

Analogous Color

#a75dc3
#bc5dc3
#c35db6
#c35da2
#c35d8d

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

#c35db6
#b6c35d
#5db6c3

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

#c35db6
#c39d5d
#5dc36a
#5d83c3

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

#c35db6
#5dc36a
#5dc39d
#c35d83

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

#c35db6 Color Code Preview on Black Background Color

This is how #c35db6 Color will look on black background color. Color contrast ratio is 5.56

#c35db6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35db6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35db6

#c35db6 color code is use for CSS Background Color

Background color for the above div is #c35db6

HTML with inline CSS

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

#c35db6 color code is use for CSS Border Color

CSS Border color for the above div is #c35db6

HTML with inline CSS

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

CSS Border Left color for the above div is #c35db6

HTML with inline CSS

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

CSS Border Right color for the above div is #c35db6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c35db6

HTML with inline CSS

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

CSS Border Top color for the above div is #c35db6

HTML with inline CSS

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

#c35db6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c35db6 Color code Preview on White Background

This is how #c35db6 Color code will look on white background color. Color contrast ratio is 3.78

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

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.