COLOR #C3A3EE

HEX: #C3A3EE
RGB: (195,163,238)

Color info

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

RGB color model

#C3A3EE color RGB value is (195,163,238).

  • red value is 195;
  • green value is 163;
  • blue value is 238.
RGB:
(195,163,238)
(76%,64%,93%)

RGB channels and saturation

R 195 of 255 = 76%
G 163 of 255 = 64%
B 238 of 255 = 93%

195
163
238

R + G + B ~ 78%. #C3A3EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 163 + 238 = 596 (100%)
R 195 of 596 ~ 32.72%
G 163 of 596 ~ 27.35%
B 238 of 596 ~ 39.93%

%32.72
%27.35
%39.93

CMYK color model

#C3A3EE color CMYK value is (18,32,0,7).

  • cyan value is 18.07%
  • magenta value is 31.51%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(18,32,0,7)
C18M32Y0K7 
(18%,32%,0%,7%)
(0.18/0.32/0.00/0.07)	

CMYK percentages

%18.07
%31.51
%0
%6.67

Codes

Color #C3A3EE in popluar color models

C3A3EE
RGB195163238
HSL266°68.81%78.63%
HSB/HSV266°31.51%93.33%
CMYK18.07%31.51%0.00%
6.67%

Color #C3A3EE in popluar number systems.

HEXC3A3EE
Decimal195163238
Binary110000111010001111101110
Octal303243356

Shades and tints

Shades of #C3A3EE

#C3A3EE
(195,163,238)
#B295D9
(178,149,217)
#A187C4
(161,135,196)
#9079AF
(144,121,175)
#7F6B9A
(127,107,154)
#6E5D85
(110,93,133)
#5D4F70
(93,79,112)
#4C415B
(76,65,91)
#3B3346
(59,51,70)
#2A2531
(42,37,49)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #C3A3EE

#C3A3EE
(195,163,238)
#C8ABEF
(200,171,239)
#CDB3F0
(205,179,240)
#D2BBF1
(210,187,241)
#D7C3F2
(215,195,242)
#DCCBF3
(220,203,243)
#E1D3F4
(225,211,244)
#E6DBF5
(230,219,245)
#EBE3F6
(235,227,246)
#F0EBF7
(240,235,247)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A3EE color. Also use rgb(195,163,238) instead hex code.

Text Font Color

.myTextColor { color: #C3A3EE; }

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

This text font color is #C3A3EE.


Background Color

.myBgColor { background-color: #C3A3EE; }

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

This div background color is #C3A3EE.


Border color

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

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

This div border color is #C3A3EE.


Opacity

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

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

Text with #C3A3EE 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 #C3A3EE;}

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

This text has shadow with #C3A3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A3EE on black background.


Color preview on white background

This text has color #C3A3EE on white background.



Black color preview on #C3A3EE background

This text has black color on #C3A3EE background.


White color preview on #C3A3EE background

This text has white color on #C3A3EE background.