crispedge.com

Color picker

Loading...

#c35cca hex color - Violet - Warm color - Information

#c35cca hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c35cca Color code in RGB color code model is created after adding 76.47% red color, 36.08% green color and 79.22% blue color. Hex #c35cca Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 54% magenta, 0% yellow and 21% black.

Hex #c35cca color code is between #bb55cc web safe hex color code and #cc66bb web safe hex color code. #bb55cc is the nearest web safe color code. You can see here many more shades of #c35cca color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec35cca#c35cca
RGB Decimal195, 92, 202rgb(195, 92, 202)
RGB Percent76%, 36%, 79%rgb(76%, 36%, 79%)
CSS RGBa195, 92, 202,1rgba(195,92,202,1)
CMYK Modelcmyk(3%,54%,0%,21%)
HSL Color Space296,51% ,58%hsl(296,51% ,58%)
HSV Color Space296°, 54%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110101110011001010
Octal303134312
Decimal19592202
Hexc35cca

Different shades of #c35cca color code.

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

Light Shade of #c35cca
#d182d7
Dark Shade of #c35cca
#af3cb7
Saturated Shade of #c35cca
#cc51d5
Desaturated Shade of #c35cca
#ba67bf
Grey scale Shade of #c35cca
#939393
Brighten Shade
#dc75e3
Most Readable Shade
#FFFFFF

Shades of #c35cca color code

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

#c35cca
#ad51b3
#97479d
#823d86
#6c3370
#562859
#411e43
#2b142c
#150a16
#000000

Similar Color like #c35cca color

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

#c45dcb
#c55ecc
#c65fcd
#c760ce
#c861cf
#c962d0
#ca63d1
#cb64d2
#cc65d3
#cd66d4
#ce67d5
#cf68d6
#d069d7
#d16ad8
#c25bc9
#c15ac8
#c059c7
#bf58c6
#be57c5
#bd56c4
#bc55c3
#bb54c2
#ba53c1
#b952c0
#b851bf
#b750be
#b64fbd
#b54ebc

Monochromatic Color with #c35cca

#c35cca
#ec6ff4
#1f0f20
#48224a
#713575
#9a499f

Tints of #c35cca Color

#c35cca
#c96ecf
#d080d5
#d792db
#dda4e1
#e4b6e7
#ebc8ed
#f1daf3
#f8ecf9
#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

#c35cca
#63ca5c

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

Split Complementary

#c35cca
#9aca5c
#5cca8c

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

Analogous Color

#975cca
#ad5cca
#c35cca
#ca5cbb
#ca5ca5

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

#c35cca
#cac35c
#5ccac3

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

#c35cca
#ca8c5c
#63ca5c
#5c9aca

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

#c35cca
#63ca5c
#5cca8c
#ca5c9a

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

#c35cca Color Code Preview on Black Background Color

This is how #c35cca Color will look on black background color. Color contrast ratio is 5.70

#c35cca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35cca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35cca

#c35cca color code is use for CSS Background Color

Background color for the above div is #c35cca

HTML with inline CSS

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

#c35cca color code is use for CSS Border Color

CSS Border color for the above div is #c35cca

HTML with inline CSS

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

CSS Border Left color for the above div is #c35cca

HTML with inline CSS

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

CSS Border Right color for the above div is #c35cca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c35cca

HTML with inline CSS

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

CSS Border Top color for the above div is #c35cca

HTML with inline CSS

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

#c35cca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c35cca Color code Preview on White Background

This is how #c35cca Color code will look on white background color. Color contrast ratio is 3.68

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(195,92,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(99,202,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,92,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.