crispedge.com

Color picker

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

#c67ef2 hex color - Violet - Warm color - Information

#c67ef2 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c67ef2 Color code in RGB color code model is created after adding 77.65% red color, 49.41% green color and 94.9% blue color. Hex #c67ef2 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 48% magenta, 0% yellow and 5% black.

Hex #c67ef2 color code is between #cc77ee web safe hex color code and #bb88ff web safe hex color code. #cc77ee is the nearest web safe color code. You can see here many more shades of #c67ef2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec67ef2#c67ef2
RGB Decimal198, 126, 242rgb(198, 126, 242)
RGB Percent78%, 49%, 95%rgb(78%, 49%, 95%)
CSS RGBa198, 126, 242,1rgba(198,126,242,1)
CMYK Modelcmyk(18%,48%,0%,5%)
HSL Color Space277,82% ,72%hsl(277,82% ,72%)
HSV Color Space277°, 48%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001100111111011110010
Octal306176362
Decimal198126242
Hexc67ef2

Different shades of #c67ef2 color code.

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

Light Shade of #c67ef2
#daacf7
Dark Shade of #c67ef2
#b250ed
Saturated Shade of #c67ef2
#c877f9
Desaturated Shade of #c67ef2
#c485eb
Grey scale Shade of #c67ef2
#b8b8b8
Brighten Shade
#df97ff
Most Readable Shade
#000000

Shades of #c67ef2 color code

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

#c67ef2
#b070d7
#9a62bc
#8454a1
#6e4686
#58386b
#422a50
#2c1c35
#160e1a
#000000

Similar Color like #c67ef2 color

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

#c77ff3
#c880f4
#c981f5
#ca82f6
#cb83f7
#cc84f8
#cd85f9
#ce86fa
#cf87fb
#d088fc
#d189fd
#d28afe
#d38bff
#d48cff
#c57df1
#c47cf0
#c37bef
#c27aee
#c179ed
#c078ec
#bf77eb
#be76ea
#bd75e9
#bc74e8
#bb73e7
#ba72e6
#b971e5
#b870e4

Monochromatic Color with #c67ef2

#c67ef2
#180f1d
#3b2548
#5e3c72
#80529d
#a368c7

Tints of #c67ef2 Color

#c67ef2
#cc8cf3
#d29af4
#d9a9f6
#dfb7f7
#e5c5f9
#ecd4fa
#f2e2fc
#f8f0fd
#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

#c67ef2
#aaf27e

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

Split Complementary

#c67ef2
#e4f27e
#7ef28c

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

Analogous Color

#987ef2
#af7ef2
#c67ef2
#dd7ef2
#f27ef0

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

#c67ef2
#f2c67e
#7ef2c6

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

#c67ef2
#f28c7e
#aaf27e
#7ee4f2

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

#c67ef2
#aaf27e
#7ef28c
#f27ee4

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

#c67ef2 Color Code Preview on Black Background Color

This is how #c67ef2 Color will look on black background color. Color contrast ratio is 7.67

#c67ef2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c67ef2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c67ef2

#c67ef2 color code is use for CSS Background Color

Background color for the above div is #c67ef2

HTML with inline CSS

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

#c67ef2 color code is use for CSS Border Color

CSS Border color for the above div is #c67ef2

HTML with inline CSS

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

CSS Border Left color for the above div is #c67ef2

HTML with inline CSS

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

CSS Border Right color for the above div is #c67ef2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c67ef2

HTML with inline CSS

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

CSS Border Top color for the above div is #c67ef2

HTML with inline CSS

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

#c67ef2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c67ef2 Color code Preview on White Background

This is how #c67ef2 Color code will look on white background color. Color contrast ratio is 2.74

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

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.