COLOR #C565E8

HEX: #C565E8
RGB: (197,101,232)

Color info

#C565E8 contains mainly red and blue colors. Web safe color of #C565E8 is #CC66FF (or #C6F).

RGB color model

#C565E8 color RGB value is (197,101,232).

  • red value is 197;
  • green value is 101;
  • blue value is 232.
RGB:
(197,101,232)
(77%,40%,91%)

RGB channels and saturation

R 197 of 255 = 77%
G 101 of 255 = 40%
B 232 of 255 = 91%

197
101
232

R + G + B ~ 69%. #C565E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 101 + 232 = 530 (100%)
R 197 of 530 ~ 37.17%
G 101 of 530 ~ 19.06%
B 232 of 530 ~ 43.77%

%37.17
%19.06
%43.77

CMYK color model

#C565E8 color CMYK value is (15,56,0,9).

  • cyan value is 15.09%
  • magenta value is 56.47%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(15,56,0,9)
C15M56Y0K9 
(15%,56%,0%,9%)
(0.15/0.56/0.00/0.09)	

CMYK percentages

%15.09
%56.47
%0
%9.02

Codes

Color #C565E8 in popluar color models

C565E8
RGB197101232
HSL284°74.01%65.29%
HSB/HSV284°56.47%90.98%
CMYK15.09%56.47%0.00%
9.02%

Color #C565E8 in popluar number systems.

HEXC565E8
Decimal197101232
Binary11000101110010111101000
Octal305145350

Shades and tints

Shades of #C565E8

#C565E8
(197,101,232)
#B45CD3
(180,92,211)
#A353BE
(163,83,190)
#924AA9
(146,74,169)
#814194
(129,65,148)
#70387F
(112,56,127)
#5F2F6A
(95,47,106)
#4E2655
(78,38,85)
#3D1D40
(61,29,64)
#2C142B
(44,20,43)
#1B0B16
(27,11,22)
#000000
(0,0,0)

Tints of #C565E8

#C565E8
(197,101,232)
#CA73EA
(202,115,234)
#CF81EC
(207,129,236)
#D48FEE
(212,143,238)
#D99DF0
(217,157,240)
#DEABF2
(222,171,242)
#E3B9F4
(227,185,244)
#E8C7F6
(232,199,246)
#EDD5F8
(237,213,248)
#F2E3FA
(242,227,250)
#F7F1FC
(247,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C565E8 color. Also use rgb(197,101,232) instead hex code.

Text Font Color

.myTextColor { color: #C565E8; }

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

This text font color is #C565E8.


Background Color

.myBgColor { background-color: #C565E8; }

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

This div background color is #C565E8.


Border color

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

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

This div border color is #C565E8.


Opacity

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

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

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

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

This text has shadow with #C565E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C565E8 on black background.


Color preview on white background

This text has color #C565E8 on white background.



Black color preview on #C565E8 background

This text has black color on #C565E8 background.


White color preview on #C565E8 background

This text has white color on #C565E8 background.