#c6c3d6 Color Hex Pale Violet

Information about Pale Violet Color | #0000FF

#c6c3d6 color RGB value is (198,195,214). #c6c3d6 color name is Pale Violet color.

#c6c3d6 hex color red value is 198 , green value is 195 and the blue value of its RGB is 214 . Cylindrical-coordinate representations (also known as HSL) of color #c6c3d6 hue: 249 , saturation: 19 and the lightness value of #c6c3d6 is 80

The process color (four color CMYK) of #c6c3d6 color hex is 3 , 3 ,0, 6 .

#c6c3d6

~Pale Violet

Color Converions

HEX
#c6c3d6
RGB
198,195,214
LAB
79,4,-9
CMYK
7,9,0,16
LCH
79,10,-68
XYZ
55,56,71
HSV
249,9,84
HSL
249,19,80

Base Numbers

Base Red Green Blue
Binary 11000110 11000011 11010110
Octal 306 303 326
Decimal 198 195 214
Hex c6 c3 d6

RGB Percentages of Color #c6c3d6

78%
76%
84%

CMYK Percentages of Color #c6c3d6

3%
0%
3%
6%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c6c3d6

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c6c3d6
20%
#b2b0c1
30%
#9e9cab
40%
#8b8996
50%
#777580
60%
#63626b
70%
#4f4e56
80%
#3b3b40
90%
#28272b
100%
#141415

Tints of #c6c3d6

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c6c3d6
20%
#ccc9da
30%
#d1cfde
40%
#d7d5e2
50%
#dddbe6
60%
#e3e1eb
70%
#e8e7ef
80%
#eeedf3
90%
#f4f3f7
100%
#f9f9fb

Tones of #c6c3d6

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c6c3d6
20%
#bfbccd
30%
#b8b5c5
40%
#b1afbc
50%
#aaa8b3
60%
#a3a1ab
70%
#9c9aa2
80%
#959499
90%
#8e8d91
100%
#878688

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c6c3d6
#c3c8d6
#c3c4d6
#c6c3d6
#cac3d6
#cec3d6

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c6c3d6
#d3d6c3

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c6c3d6
#d6c3cf
#c8d6c3

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c6c3d6
#d6c6c3
#c3d6c6

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c6c3d6
#d6c3c9
#d3d6c3
#c3d6cf

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c6c3d6
#010101
#29282c
#504f56
#777681
#9f9cab

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c6c3d6

protanopia

#c2c2d5

deuteranopia

#cfbed6

tritanopia

#c4c2d1

achromatopsia

#c5c5c5

protanomaly

#c3c3d6

deuteranomaly

#ccc0d6

achromatopsia

#c5c5c5

tritanomaly

#c5c3d3

achromatomaly

#c5c4cb

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#c6c3d6 Color CSS Codes

.bgcolor {background-color:#c6c3d6; } 
.forecolor {color:#c6c3d6; }
.bordercolor {border:3px solid #c6c3d6; }
            

#c6c3d6 Text Font Color

<div style="color:#c6c3d6">
Div content here</div>

This sample text font color is #c6c3d6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c6c3d6 Background Color

<div style="background-color:#c6c3d6">
Div content here</div>
Div content here

#c6c3d6 Border Color

<div style="border:3px solid #c6c3d6">
Div here</div>

This div border color is #c6c3d6

#c6c3d6 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c6c3d6; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6c3d6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6c3d6;
  -webkit-box-shadow: 1px 1px 3px 2px #c6c3d6;
  box-shadow: 1px 1px 3px 2px #c6c3d6; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6c3d6">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6c3d6;
              -webkit-box-shadow: 1px 1px 3px 2px #c6c3d6;
              box-shadow:         1px 1px 3px 2px #c6c3d6#c6c3d6">
Div content here</div>

This div box has shadow with color #c6c3d6

More Colors

Mission White
#e2d8c2
Moonless Night
#2f2d30
Boiling Acid
#00ee11
French Colony
#90a1aa
Aquarius Mood Indigo
#4d5af3
Green Screen
#22ff00
Hopeful Blue
#a2b9bf
Fuel Town
#596472
CGA Blue
#56ffff
Grasshopper Wing
#87866f
Country Breeze
#e0d9d5
Blackout
#0e0702
Delaunay Green
#aab350
Fluffy Duckling
#fcdf39
Cup of Tea
#caae7b
Golden Buddha Belly
#ffcc22
Phlox Flower Violet
#7f4f78
Beige Ganesh
#cfb095
Aztec Turquoise
#00d6e2
Deep Koamaru
#343467
Derby
#f9e4c6
Charismatic Sky
#9ac1dc
Bruno Brown
#433430
Flora Green
#91ad8a
Apple Slice
#f1f0bf
Dover Grey
#848585
Hatoba Pigeon
#95859c
Flashlight
#f9eed6
Lilac Frost
#e8deea
African Bubinga
#c7927a
Maritime Outpost
#1e4581
Plum Point
#d4bddf
Dungeon Keeper
#ef3038
Lively Lavender
#816f7a
Male Betta
#347699
Fabric of Love
#aa1177
Dunnock Egg
#d9ece6
New Chestnut
#a28367
Cracker Crumbs
#d3b9b0
Babyccino
#eeccbb
rating-img
Rate this tool
NaN/5   0 votes