COLOR #C0A1F0

HEX: #C0A1F0
RGB: (192,161,240)

Color info

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

RGB color model

#C0A1F0 color RGB value is (192,161,240).

  • red value is 192;
  • green value is 161;
  • blue value is 240.
RGB:
(192,161,240)
(75%,63%,94%)

RGB channels and saturation

R 192 of 255 = 75%
G 161 of 255 = 63%
B 240 of 255 = 94%

192
161
240

R + G + B ~ 77%. #C0A1F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 161 + 240 = 593 (100%)
R 192 of 593 ~ 32.38%
G 161 of 593 ~ 27.15%
B 240 of 593 ~ 40.47%

%32.38
%27.15
%40.47

CMYK color model

#C0A1F0 color CMYK value is (20,33,0,6).

  • cyan value is 20.00%
  • magenta value is 32.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(20,33,0,6)
C20M33Y0K6 
(20%,33%,0%,6%)
(0.20/0.33/0.00/0.06)	

CMYK percentages

%20
%32.92
%0
%5.88

Codes

Color #C0A1F0 in popluar color models

C0A1F0
RGB192161240
HSL264°72.48%78.63%
HSB/HSV264°32.92%94.12%
CMYK20.00%32.92%0.00%
5.88%

Color #C0A1F0 in popluar number systems.

HEXC0A1F0
Decimal192161240
Binary110000001010000111110000
Octal300241360

Shades and tints

Shades of #C0A1F0

#C0A1F0
(192,161,240)
#AF93DB
(175,147,219)
#9E85C6
(158,133,198)
#8D77B1
(141,119,177)
#7C699C
(124,105,156)
#6B5B87
(107,91,135)
#5A4D72
(90,77,114)
#493F5D
(73,63,93)
#383148
(56,49,72)
#272333
(39,35,51)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #C0A1F0

#C0A1F0
(192,161,240)
#C5A9F1
(197,169,241)
#CAB1F2
(202,177,242)
#CFB9F3
(207,185,243)
#D4C1F4
(212,193,244)
#D9C9F5
(217,201,245)
#DED1F6
(222,209,246)
#E3D9F7
(227,217,247)
#E8E1F8
(232,225,248)
#EDE9F9
(237,233,249)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A1F0 color. Also use rgb(192,161,240) instead hex code.

Text Font Color

.myTextColor { color: #C0A1F0; }

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

This text font color is #C0A1F0.


Background Color

.myBgColor { background-color: #C0A1F0; }

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

This div background color is #C0A1F0.


Border color

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

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

This div border color is #C0A1F0.


Opacity

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

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

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

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

This text has shadow with #C0A1F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A1F0 on black background.


Color preview on white background

This text has color #C0A1F0 on white background.



Black color preview on #C0A1F0 background

This text has black color on #C0A1F0 background.


White color preview on #C0A1F0 background

This text has white color on #C0A1F0 background.