COLOR #C0A3E0

HEX: #C0A3E0
RGB: (192,163,224)

Color info

#C0A3E0 contains mainly red and blue colors. Web safe color of #C0A3E0 is #CC99CC (or #C9C).

RGB color model

#C0A3E0 color RGB value is (192,163,224).

  • red value is 192;
  • green value is 163;
  • blue value is 224.
RGB:
(192,163,224)
(75%,64%,88%)

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 224 of 255 = 88%

192
163
224

R + G + B ~ 76%. #C0A3E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 163 + 224 = 579 (100%)
R 192 of 579 ~ 33.16%
G 163 of 579 ~ 28.15%
B 224 of 579 ~ 38.69%

%33.16
%28.15
%38.69

CMYK color model

#C0A3E0 color CMYK value is (14,27,0,12).

  • cyan value is 14.29%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(14,27,0,12)
C14M27Y0K12 
(14%,27%,0%,12%)
(0.14/0.27/0.00/0.12)	

CMYK percentages

%14.29
%27.23
%0
%12.16

Codes

Color #C0A3E0 in popluar color models

C0A3E0
RGB192163224
HSL269°49.59%75.88%
HSB/HSV269°27.23%87.84%
CMYK14.29%27.23%0.00%
12.16%

Color #C0A3E0 in popluar number systems.

HEXC0A3E0
Decimal192163224
Binary110000001010001111100000
Octal300243340

Shades and tints

Shades of #C0A3E0

#C0A3E0
(192,163,224)
#AF95CC
(175,149,204)
#9E87B8
(158,135,184)
#8D79A4
(141,121,164)
#7C6B90
(124,107,144)
#6B5D7C
(107,93,124)
#5A4F68
(90,79,104)
#494154
(73,65,84)
#383340
(56,51,64)
#27252C
(39,37,44)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #C0A3E0

#C0A3E0
(192,163,224)
#C5ABE2
(197,171,226)
#CAB3E4
(202,179,228)
#CFBBE6
(207,187,230)
#D4C3E8
(212,195,232)
#D9CBEA
(217,203,234)
#DED3EC
(222,211,236)
#E3DBEE
(227,219,238)
#E8E3F0
(232,227,240)
#EDEBF2
(237,235,242)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A3E0 color. Also use rgb(192,163,224) instead hex code.

Text Font Color

.myTextColor { color: #C0A3E0; }

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

This text font color is #C0A3E0.


Background Color

.myBgColor { background-color: #C0A3E0; }

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

This div background color is #C0A3E0.


Border color

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

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

This div border color is #C0A3E0.


Opacity

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

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

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

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

This text has shadow with #C0A3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A3E0 on black background.


Color preview on white background

This text has color #C0A3E0 on white background.



Black color preview on #C0A3E0 background

This text has black color on #C0A3E0 background.


White color preview on #C0A3E0 background

This text has white color on #C0A3E0 background.