crispedge.com

Color picker

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

#c154ce hex color - Violet - Warm color - Information

#c154ce hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c154ce Color code in RGB color code model is created after adding 75.69% red color, 32.94% green color and 80.78% blue color. Hex #c154ce Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 59% magenta, 0% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec154ce#c154ce
RGB Decimal193, 84, 206rgb(193, 84, 206)
RGB Percent76%, 33%, 81%rgb(76%, 33%, 81%)
CSS RGBa193, 84, 206,1rgba(193,84,206,1)
CMYK Modelcmyk(6%,59%,0%,19%)
HSL Color Space294,55% ,57%hsl(294,55% ,57%)
HSV Color Space294°, 59%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000010101010011001110
Octal301124316
Decimal19384206
Hexc154ce

Different shades of #c154ce color code.

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

Light Shade of #c154ce
#cf7cd9
Dark Shade of #c154ce
#ac35ba
Saturated Shade of #c154ce
#ca49d9
Desaturated Shade of #c154ce
#b85fc3
Grey scale Shade of #c154ce
#919191
Brighten Shade
#da6de7
Most Readable Shade
#FFFFFF

Shades of #c154ce color code

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

#c154ce
#ab4ab7
#9641a0
#803889
#6b2e72
#55255b
#401c44
#2a122d
#150916
#000000

Similar Color like #c154ce color

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

#c255cf
#c356d0
#c457d1
#c558d2
#c659d3
#c75ad4
#c85bd5
#c95cd6
#ca5dd7
#cb5ed8
#cc5fd9
#cd60da
#ce61db
#cf62dc
#c053cd
#bf52cc
#be51cb
#bd50ca
#bc4fc9
#bb4ec8
#ba4dc7
#b94cc6
#b84bc5
#b74ac4
#b649c3
#b548c2
#b447c1
#b346c0

Monochromatic Color with #c154ce

#c154ce
#e965f8
#220f24
#4a204e
#713179
#9943a3

Tints of #c154ce Color

#c154ce
#c767d3
#ce7ad8
#d58dde
#dca0e3
#e3b3e9
#eac6ee
#f1d9f4
#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

#c154ce
#61ce54

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

Split Complementary

#c154ce
#9ece54
#54ce84

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

Analogous Color

#9054ce
#a954ce
#c154ce
#ce54c3
#ce54aa

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

#c154ce
#cec154
#54cec1

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

#c154ce
#ce8454
#61ce54
#549ece

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

#c154ce
#61ce54
#54ce84
#ce549e

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

#c154ce Color Code Preview on Black Background Color

This is how #c154ce Color will look on black background color. Color contrast ratio is 5.43

#c154ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c154ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c154ce

#c154ce color code is use for CSS Background Color

Background color for the above div is #c154ce

HTML with inline CSS

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

#c154ce color code is use for CSS Border Color

CSS Border color for the above div is #c154ce

HTML with inline CSS

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

CSS Border Left color for the above div is #c154ce

HTML with inline CSS

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

CSS Border Right color for the above div is #c154ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c154ce

HTML with inline CSS

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

CSS Border Top color for the above div is #c154ce

HTML with inline CSS

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

#c154ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c154ce Color code Preview on White Background

This is how #c154ce Color code will look on white background color. Color contrast ratio is 3.87

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

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.