crispedge.com

Color picker

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

#c67ff2 hex color - Violet - Warm color - Information

#c67ff2 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

Hex #c67ff2 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 #c67ff2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec67ff2#c67ff2
RGB Decimal198, 127, 242rgb(198, 127, 242)
RGB Percent78%, 50%, 95%rgb(78%, 50%, 95%)
CSS RGBa198, 127, 242,1rgba(198,127,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
Binary110001100111111111110010
Octal306177362
Decimal198127242
Hexc67ff2

Different shades of #c67ff2 color code.

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

Light Shade of #c67ff2
#dbadf7
Dark Shade of #c67ff2
#b151ed
Saturated Shade of #c67ff2
#c878f9
Desaturated Shade of #c67ff2
#c486eb
Grey scale Shade of #c67ff2
#b8b8b8
Brighten Shade
#df98ff
Most Readable Shade
#000000

Shades of #c67ff2 color code

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

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

Similar Color like #c67ff2 color

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

#c780f3
#c881f4
#c982f5
#ca83f6
#cb84f7
#cc85f8
#cd86f9
#ce87fa
#cf88fb
#d089fc
#d18afd
#d28bfe
#d38cff
#d48dff
#c57ef1
#c47df0
#c37cef
#c27bee
#c17aed
#c079ec
#bf78eb
#be77ea
#bd76e9
#bc75e8
#bb74e7
#ba73e6
#b972e5
#b871e4

Monochromatic Color with #c67ff2

#c67ff2
#180f1d
#3b2648
#5e3c72
#80529d
#a369c7

Tints of #c67ff2 Color

#c67ff2
#cc8df3
#d29bf4
#d9a9f6
#dfb7f7
#e5c6f9
#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

#c67ff2
#abf27f

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

Split Complementary

#c67ff2
#e4f27f
#7ff28c

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

Analogous Color

#987ff2
#af7ff2
#c67ff2
#dd7ff2
#f27ff0

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

#c67ff2
#f2c67f
#7ff2c6

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

#c67ff2
#f28c7f
#abf27f
#7fe4f2

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

#c67ff2
#abf27f
#7ff28c
#f27fe4

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

#c67ff2 Color Code Preview on Black Background Color

This is how #c67ff2 Color will look on black background color. Color contrast ratio is 7.72

#c67ff2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c67ff2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c67ff2

#c67ff2 color code is use for CSS Background Color

Background color for the above div is #c67ff2

HTML with inline CSS

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

#c67ff2 color code is use for CSS Border Color

CSS Border color for the above div is #c67ff2

HTML with inline CSS

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

CSS Border Left color for the above div is #c67ff2

HTML with inline CSS

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

CSS Border Right color for the above div is #c67ff2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c67ff2

HTML with inline CSS

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

CSS Border Top color for the above div is #c67ff2

HTML with inline CSS

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

#c67ff2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c67ff2 Color code Preview on White Background

This is how #c67ff2 Color code will look on white background color. Color contrast ratio is 2.72

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

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.