COLOR #C0A3D7

HEX: #C0A3D7 RGB: (192,163,215)

Color info

#C0A3D7 contains red, green and blue colors in about the same proportion. Web safe color of #C0A3D7 is #CC99CC (or #C9C).

RGB color model

#C0A3D7 color RGB value is (192,163,215).

RGB: (192,163,215) (75%, 64%, 84%)

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 215 of 255 = 84%

192
163
215

R + G + B ~ 74%. #C0A3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 163 + 215 = 570 (100%)
R 192 of 570 ~ 33.68%
G 163 of 570 ~ 28.6%
B 215 of 570 ~ 37.72'%

%33.68
%28.6
%37.72

CMYK color model

#C0A3D7 color CMYK value is (11,24,0,16).

  • cyan value is 10.70%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (11,24,0,16) C11M24Y0K16 (11%,24%,0%,16%) (0.11/0.24/0.00/0.16) 

CMYK percentages

%10.7
%24.19
%0
%15.69

Codes

Color #C0A3D7 in popluar color models

C0 A3 D7
RGB 192 163 215
HSL 273° 39.39% 74.12%
HSB/HSV 273° 24.19% 84.31%
CMYK 10.70% 24.19% 0.00%
15.69%

Color #C0A3D7 in popluar number systems.

HEX C0 A3 D7
Decimal 192 163 215
Binary 11000000 10100011 11010111
Octal 300 243 327

Shades and tints

Shades of #C0A3D7

#C0A3D7
(192,163,215)
#AF95C4
(175,149,196)
#9E87B1
(158,135,177)
#8D799E
(141,121,158)
#7C6B8B
(124,107,139)
#6B5D78
(107,93,120)
#5A4F65
(90,79,101)
#494152
(73,65,82)
#38333F
(56,51,63)
#27252C
(39,37,44)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #C0A3D7

#C0A3D7
(192,163,215)
#C5ABDA
(197,171,218)
#CAB3DD
(202,179,221)
#CFBBE0
(207,187,224)
#D4C3E3
(212,195,227)
#D9CBE6
(217,203,230)
#DED3E9
(222,211,233)
#E3DBEC
(227,219,236)
#E8E3EF
(232,227,239)
#EDEBF2
(237,235,242)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A3D7; }

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

This text font color is #C0A3D7.

Background Color

.myBgColor { background-color: #C0A3D7; }

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

This div background color is #C0A3D7.

Border color

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

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

This div border color is #C0A3D7.

Opacity

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

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

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

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

This text has shadow with #C0A3D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A3D7.

Preview

Color preview on black background

This text has color #C0A3D7 on black background.


Color preview on white background

This text has color #C0A3D7 on white background.


Black color preview on #C0A3D7 background

This text has black color on #C0A3D7 background.


White color preview on #C0A3D7 background

This text has white color on #C0A3D7 background.


Related colors

Complementary color

Complementary color for #hex is #3F5C28.


I love getcolorcode.com

Triadic colors

1 #D7C0A3 and #A3D7C0 with #C0A3D7 are triadic colors.

2 #D7A3C0 and #A3C0D7 with #C0A3D7 are triadic colors.