crispedge.com

Color picker

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

#c19bd3 hex color - Violet - Warm color - Information

#c19bd3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c19bd3 Color code in RGB color code model is created after adding 75.69% red color, 60.78% green color and 82.75% blue color. Hex #c19bd3 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 27% magenta, 0% yellow and 17% black.

Hex #c19bd3 color code is between #bb99cc web safe hex color code and #ccaadd web safe hex color code. #bb99cc is the nearest web safe color code. You can see here many more shades of #c19bd3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec19bd3#c19bd3
RGB Decimal193, 155, 211rgb(193, 155, 211)
RGB Percent76%, 61%, 83%rgb(76%, 61%, 83%)
CSS RGBa193, 155, 211,1rgba(193,155,211,1)
CMYK Modelcmyk(9%,27%,0%,17%)
HSL Color Space281,39% ,72%hsl(281,39% ,72%)
HSV Color Space281°, 27%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011001101111010011
Octal301233323
Decimal193155211
Hexc19bd3

Different shades of #c19bd3 color code.

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

Light Shade of #c19bd3
#d7bee3
Dark Shade of #c19bd3
#ab78c3
Saturated Shade of #c19bd3
#c494da
Desaturated Shade of #c19bd3
#bea2cc
Grey scale Shade of #c19bd3
#b7b7b7
Brighten Shade
#dab4ec
Most Readable Shade
#000000

Shades of #c19bd3 color code

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

#c19bd3
#ab89bb
#9678a4
#80678c
#6b5675
#55445d
#403346
#2a222e
#151117
#000000

Similar Color like #c19bd3 color

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

#c29cd4
#c39dd5
#c49ed6
#c59fd7
#c6a0d8
#c7a1d9
#c8a2da
#c9a3db
#caa4dc
#cba5dd
#cca6de
#cda7df
#cea8e0
#cfa9e1
#c09ad2
#bf99d1
#be98d0
#bd97cf
#bc96ce
#bb95cd
#ba94cc
#b993cb
#b892ca
#b791c9
#b690c8
#b58fc7
#b48ec6
#b38dc5

Monochromatic Color with #c19bd3

#c19bd3
#e8bafd
#251e29
#4c3d53
#735d7e
#9a7ca8

Tints of #c19bd3 Color

#c19bd3
#c7a6d7
#ceb1dc
#d5bce1
#dcc7e6
#e3d2eb
#eaddf0
#f1e8f5
#f8f3fa
#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

#c19bd3
#add39b

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

Split Complementary

#c19bd3
#c9d39b
#9bd3a5

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

Analogous Color

#ab9bd3
#b69bd3
#c19bd3
#cc9bd3
#d39bcf

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

#c19bd3
#d3c19b
#9bd3c1

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

#c19bd3
#d3a59b
#add39b
#9bc9d3

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

#c19bd3
#add39b
#9bd3a5
#d39bc9

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

#c19bd3 Color Code Preview on Black Background Color

This is how #c19bd3 Color will look on black background color. Color contrast ratio is 8.90

#c19bd3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c19bd3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c19bd3

#c19bd3 color code is use for CSS Background Color

Background color for the above div is #c19bd3

HTML with inline CSS

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

#c19bd3 color code is use for CSS Border Color

CSS Border color for the above div is #c19bd3

HTML with inline CSS

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

CSS Border Left color for the above div is #c19bd3

HTML with inline CSS

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

CSS Border Right color for the above div is #c19bd3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c19bd3

HTML with inline CSS

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

CSS Border Top color for the above div is #c19bd3

HTML with inline CSS

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

#c19bd3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c19bd3 Color code Preview on White Background

This is how #c19bd3 Color code will look on white background color. Color contrast ratio is 2.36

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

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.