crispedge.com

Color picker

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

#c163fc hex color - Violet - Warm color - Information

#c163fc hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c163fc Color code in RGB color code model is created after adding 75.69% red color, 38.82% green color and 98.82% blue color. Hex #c163fc Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 61% magenta, 0% yellow and 1% black.

Hex #c163fc color code is between #bb66ff web safe hex color code and #cc55ee web safe hex color code. #bb66ff is the nearest web safe color code. You can see here many more shades of #c163fc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec163fc#c163fc
RGB Decimal193, 99, 252rgb(193, 99, 252)
RGB Percent76%, 39%, 99%rgb(76%, 39%, 99%)
CSS RGBa193, 99, 252,1rgba(193,99,252,1)
CMYK Modelcmyk(23%,61%,0%,1%)
HSL Color Space277,96% ,69%hsl(277,96% ,69%)
HSV Color Space277°, 61%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000010110001111111100
Octal301143374
Decimal19399252
Hexc163fc

Different shades of #c163fc color code.

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

Light Shade of #c163fc
#d595fd
Dark Shade of #c163fc
#ad31fb
Saturated Shade of #c163fc
#c260ff
Desaturated Shade of #c163fc
#bf6bf4
Grey scale Shade of #c163fc
#afafaf
Brighten Shade
#da7cff
Most Readable Shade
#000000

Shades of #c163fc color code

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

#c163fc
#ab58e0
#964dc4
#8042a8
#6b378c
#552c70
#402154
#2a1638
#150b1c
#000000

Similar Color like #c163fc color

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

#c264fd
#c365fe
#c466ff
#c567ff
#c668ff
#c769ff
#c86aff
#c96bff
#ca6cff
#cb6dff
#cc6eff
#cd6fff
#ce70ff
#cf71ff
#c062fb
#bf61fa
#be60f9
#bd5ff8
#bc5ef7
#bb5df6
#ba5cf5
#b95bf4
#b85af3
#b759f2
#b658f1
#b557f0
#b456ef
#b355ee

Monochromatic Color with #c163fc

#c163fc
#1e1027
#3f2052
#5f317c
#8042a7
#a052d1

Tints of #c163fc Color

#c163fc
#c774fc
#ce85fc
#d597fd
#dca8fd
#e3b9fd
#eacbfe
#f1dcfe
#f8edfe
#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

#c163fc
#9efc63

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

Split Complementary

#c163fc
#ebfc63
#63fc75

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

Analogous Color

#8463fc
#a263fc
#c163fc
#e063fc
#fc63fa

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

#c163fc
#fcc163
#63fcc1

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

#c163fc
#fc7463
#9efc63
#63eafc

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

#c163fc
#9efc63
#63fc75
#fc63eb

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

#c163fc Color Code Preview on Black Background Color

This is how #c163fc Color will look on black background color. Color contrast ratio is 6.46

#c163fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c163fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c163fc

#c163fc color code is use for CSS Background Color

Background color for the above div is #c163fc

HTML with inline CSS

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

#c163fc color code is use for CSS Border Color

CSS Border color for the above div is #c163fc

HTML with inline CSS

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

CSS Border Left color for the above div is #c163fc

HTML with inline CSS

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

CSS Border Right color for the above div is #c163fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c163fc

HTML with inline CSS

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

CSS Border Top color for the above div is #c163fc

HTML with inline CSS

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

#c163fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c163fc Color code Preview on White Background

This is how #c163fc Color code will look on white background color. Color contrast ratio is 3.25

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

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.