crispedge.com

Color picker

Loading...

#c480cb hex color - Violet - Warm color - Information

#c480cb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c480cb Color code in RGB color code model is created after adding 76.86% red color, 50.2% green color and 79.61% blue color. Hex #c480cb Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 37% magenta, 0% yellow and 20% black.

Hex #c480cb color code is between #cc88cc web safe hex color code and #bb77bb web safe hex color code. #cc88cc is the nearest web safe color code. You can see here many more shades of #c480cb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec480cb#c480cb
RGB Decimal196, 128, 203rgb(196, 128, 203)
RGB Percent77%, 50%, 80%rgb(77%, 50%, 80%)
CSS RGBa196, 128, 203,1rgba(196,128,203,1)
CMYK Modelcmyk(3%,37%,0%,20%)
HSL Color Space294,42% ,65%hsl(294,42% ,65%)
HSV Color Space294°, 37%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001000000011001011
Octal304200313
Decimal196128203
Hexc480cb

Different shades of #c480cb color code.

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

Light Shade of #c480cb
#d5a4da
Dark Shade of #c480cb
#b35cbc
Saturated Shade of #c480cb
#cb77d4
Desaturated Shade of #c480cb
#bd89c2
Grey scale Shade of #c480cb
#a5a5a5
Brighten Shade
#dd99e4
Most Readable Shade
#000000

Shades of #c480cb color code

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

#c480cb
#ae71b4
#98639d
#825587
#6c4770
#57385a
#412a43
#2b1c2d
#150e16
#000000

Similar Color like #c480cb color

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

#c581cc
#c682cd
#c783ce
#c884cf
#c985d0
#ca86d1
#cb87d2
#cc88d3
#cd89d4
#ce8ad5
#cf8bd6
#d08cd7
#d18dd8
#d28ed9
#c37fca
#c27ec9
#c17dc8
#c07cc7
#bf7bc6
#be7ac5
#bd79c4
#bc78c3
#bb77c2
#ba76c1
#b975c0
#b874bf
#b773be
#b672bd

Monochromatic Color with #c480cb

#c480cb
#ed9bf5
#201521
#49304b
#724a76
#9b65a0

Tints of #c480cb Color

#c480cb
#ca8ed0
#d19cd6
#d7aadc
#deb8e2
#e4c6e7
#ebd4ed
#f1e2f3
#f8f0f9
#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

#c480cb
#87cb80

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

Split Complementary

#c480cb
#accb80
#80cb9f

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

Analogous Color

#a680cb
#b580cb
#c480cb
#cb80c3
#cb80b4

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

#c480cb
#cbc480
#80cbc4

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

#c480cb
#cb9e80
#87cb80
#80accb

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

#c480cb
#87cb80
#80cb9f
#cb80ac

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

#c480cb Color Code Preview on Black Background Color

This is how #c480cb Color will look on black background color. Color contrast ratio is 7.30

#c480cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c480cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c480cb

#c480cb color code is use for CSS Background Color

Background color for the above div is #c480cb

HTML with inline CSS

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

#c480cb color code is use for CSS Border Color

CSS Border color for the above div is #c480cb

HTML with inline CSS

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

CSS Border Left color for the above div is #c480cb

HTML with inline CSS

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

CSS Border Right color for the above div is #c480cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c480cb

HTML with inline CSS

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

CSS Border Top color for the above div is #c480cb

HTML with inline CSS

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

#c480cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c480cb Color code Preview on White Background

This is how #c480cb Color code will look on white background color. Color contrast ratio is 2.88

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

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(196,128,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(135,203,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,128,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.