crispedge.com

Color picker

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

#cc8ffc hex color - Violet - Warm color - Information

#cc8ffc hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #cc8ffc Color code in RGB color code model is created after adding 80% red color, 56.08% green color and 98.82% blue color. Hex #cc8ffc Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 43% magenta, 0% yellow and 1% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecc8ffc#cc8ffc
RGB Decimal204, 143, 252rgb(204, 143, 252)
RGB Percent80%, 56%, 99%rgb(80%, 56%, 99%)
CSS RGBa204, 143, 252,1rgba(204,143,252,1)
CMYK Modelcmyk(19%,43%,0%,1%)
HSL Color Space274,95% ,77%hsl(274,95% ,77%)
HSV Color Space274°, 43%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001000111111111100
Octal314217374
Decimal204143252
Hexcc8ffc

Different shades of #cc8ffc color code.

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

Light Shade of #cc8ffc
#e3c1fd
Dark Shade of #cc8ffc
#b55dfb
Saturated Shade of #cc8ffc
#cc8cff
Desaturated Shade of #cc8ffc
#cb95f6
Grey scale Shade of #cc8ffc
#c5c5c5
Brighten Shade
#e5a8ff
Most Readable Shade
#000000

Shades of #cc8ffc color code

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

#cc8ffc
#b57fe0
#9e6fc4
#885fa8
#714f8c
#5a3f70
#442f54
#2d1f38
#160f1c
#000000

Similar Color like #cc8ffc color

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

#cd90fd
#ce91fe
#cf92ff
#d093ff
#d194ff
#d295ff
#d396ff
#d497ff
#d598ff
#d699ff
#d79aff
#d89bff
#d99cff
#da9dff
#cb8efb
#ca8dfa
#c98cf9
#c88bf8
#c78af7
#c689f6
#c588f5
#c487f4
#c386f3
#c285f2
#c184f1
#c083f0
#bf82ef
#be81ee

Monochromatic Color with #cc8ffc

#cc8ffc
#201627
#422f52
#65477c
#875fa7
#aa77d1

Tints of #cc8ffc Color

#cc8ffc
#d19bfc
#d7a7fc
#ddb4fd
#e2c0fd
#e8cdfd
#eed9fe
#f3e6fe
#f9f2fe
#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

#cc8ffc
#bffc8f

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

Split Complementary

#cc8ffc
#f6fc8f
#8ffc96

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

Analogous Color

#a08ffc
#b68ffc
#cc8ffc
#e28ffc
#f88ffc

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

#cc8ffc
#fccc8f
#8ffccc

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

#cc8ffc
#fc958f
#bffc8f
#8ff5fc

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

#cc8ffc
#bffc8f
#8ffc96
#fc8ff6

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

#cc8ffc Color Code Preview on Black Background Color

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

#cc8ffc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc8ffc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc8ffc

#cc8ffc color code is use for CSS Background Color

Background color for the above div is #cc8ffc

HTML with inline CSS

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

#cc8ffc color code is use for CSS Border Color

CSS Border color for the above div is #cc8ffc

HTML with inline CSS

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

CSS Border Left color for the above div is #cc8ffc

HTML with inline CSS

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

CSS Border Right color for the above div is #cc8ffc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc8ffc

HTML with inline CSS

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

CSS Border Top color for the above div is #cc8ffc

HTML with inline CSS

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

#cc8ffc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc8ffc Color code Preview on White Background

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

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.