COLOR #C6A5F3

HEX: #C6A5F3 RGB: (198,165,243)

Color info

#C6A5F3 contains mainly red and blue colors. Web safe color of #C6A5F3 is #CC99FF (or #C9F).

RGB color model

#C6A5F3 color RGB value is (198,165,243).

RGB: (198,165,243) (78%, 65%, 95%)

RGB channels and saturation

R 198 of 255 = 78%
G 165 of 255 = 65%
B 243 of 255 = 95%

198
165
243

R + G + B ~ 79%. #C6A5F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 165 + 243 = 606 (100%)
R 198 of 606 ~ 32.67%
G 165 of 606 ~ 27.23%
B 243 of 606 ~ 40.1'%

%32.67
%27.23
%40.1

CMYK color model

#C6A5F3 color CMYK value is (19,32,0,5).

  • cyan value is 18.52%
  • magenta value is 32.10%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (19,32,0,5)
C19M32Y0K5 (19%, 32%, 0%, 5%)
(0.19 / 0.32 / 0.00 / 0.05)

CMYK percentages

%18.52
%32.1
%0
%4.71

Codes

Color #C6A5F3 in popluar color models

C6 A5 F3
RGB 198 165 243
HSL 265° 76.47% 80.00%
HSB/HSV 265° 32.10% 95.29%
CMYK 18.52% 32.10% 0.00%
4.71%

Color #C6A5F3 in popluar number systems.

HEX C6 A5 F3
Decimal 198 165 243
Binary 11000110 10100101 11110011
Octal 306 245 363

Shades and tints

Shades of #C6A5F3

#C6A5F3
(198,165,243)
#B496DD
(180,150,221)
#A287C7
(162,135,199)
#9078B1
(144,120,177)
#7E699B
(126,105,155)
#6C5A85
(108,90,133)
#5A4B6F
(90,75,111)
#483C59
(72,60,89)
#362D43
(54,45,67)
#241E2D
(36,30,45)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #C6A5F3

#C6A5F3
(198,165,243)
#CBADF4
(203,173,244)
#D0B5F5
(208,181,245)
#D5BDF6
(213,189,246)
#DAC5F7
(218,197,247)
#DFCDF8
(223,205,248)
#E4D5F9
(228,213,249)
#E9DDFA
(233,221,250)
#EEE5FB
(238,229,251)
#F3EDFC
(243,237,252)
#F8F5FD
(248,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A5F3 color. Also use rgb(198,165,243) instead hex code.

Text Font Color

.myTextColor { color: #C6A5F3; }

<p style="color:#C6A5F3">This sample text font color is #C6A5F3.</p>

This text font color is #C6A5F3.

Background Color

.myBgColor { background-color: #C6A5F3; }

<div style="background-color:#C6A5F3">Inner text</div>

This div background color is #C6A5F3.

Border color

.myBorderColor { border: 1px solid #C6A5F3; }

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

This div border color is #C6A5F3.

Opacity

.myOpacity80 { color: #C6A5F3; opacity: 0.8; }

<p style="color:#C6A5F3;opacity:0.8;">80%</p>

Text with #C6A5F3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C6A5F3;}

<p style="text-shadow: 3px 3px 1px #C6A5F3">Text here.</p>

This text has shadow with #C6A5F3 color.


.textShadow {text-shadow: 3px 3px 1px #C6A5F3', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C6A5F3, 5px 5px 20px red">Text here.</p>

This text has shadow with #C6A5F3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6A5F3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C6A5F3, Direction=45, Strength=4)">Text</p>

This text has shadow with #C6A5F3 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6A5F3;
-webkit-box-shadow: 1px 1px 3px 2px #C6A5F3;
box-shadow: 1px 1px 3px 2px #C6A5F3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6A5F3; -webkit-box-shadow: 1px 1px 3px 2px #C6A5F3; box-shadow:1px 1px 3px 2px #C6A5F3;">
Div content here
</div>

This div box has shadow with color #C6A5F3.

Preview

Color preview on black background

This text has color #C6A5F3 on black background.


Color preview on white background

This text has color #C6A5F3 on white background.


Black color preview on #C6A5F3 background

This text has black color on #C6A5F3 background.


White color preview on #C6A5F3 background

This text has white color on #C6A5F3 background.


Related colors

Complementary color

Complementary color for #hex is #395A0C.


I love getcolorcode.com

Triadic colors

1 #F3C6A5 and #A5F3C6 with #C6A5F3 are triadic colors.

2 #F3A5C6 and #A5C6F3 with #C6A5F3 are triadic colors.