COLOR #C562B7

HEX: #C562B7
RGB: (197,98,183)

Color info

#C562B7 contains mainly red and blue colors. Web safe color of #C562B7 is #CC66CC (or #C6C).

RGB color model

#C562B7 color RGB value is (197,98,183).

  • red value is 197;
  • green value is 98;
  • blue value is 183.
RGB:
(197,98,183)
(77%,38%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 98 of 255 = 38%
B 183 of 255 = 72%

197
98
183

R + G + B ~ 62%. #C562B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 98 + 183 = 478 (100%)
R 197 of 478 ~ 41.21%
G 98 of 478 ~ 20.5%
B 183 of 478 ~ 38.28%

%41.21
%20.5
%38.28

CMYK color model

#C562B7 color CMYK value is (0,50,7,23).

  • cyan value is 0.00%
  • magenta value is 50.25%
  • yellow value is 7.11%
  • key color value is 22.75%
CMYK:
(0,50,7,23)
C0M50Y7K23 
(0%,50%,7%,23%)
(0.00/0.50/0.07/0.23)	

CMYK percentages

%0
%50.25
%7.11
%22.75

Codes

Color #C562B7 in popluar color models

C562B7
RGB19798183
HSL308°46.05%57.84%
HSB/HSV308°50.25%77.25%
CMYK0.00%50.25%7.11%
22.75%

Color #C562B7 in popluar number systems.

HEXC562B7
Decimal19798183
Binary11000101110001010110111
Octal305142267

Shades and tints

Shades of #C562B7

#C562B7
(197,98,183)
#B45AA7
(180,90,167)
#A35297
(163,82,151)
#924A87
(146,74,135)
#814277
(129,66,119)
#703A67
(112,58,103)
#5F3257
(95,50,87)
#4E2A47
(78,42,71)
#3D2237
(61,34,55)
#2C1A27
(44,26,39)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #C562B7

#C562B7
(197,98,183)
#CA70BD
(202,112,189)
#CF7EC3
(207,126,195)
#D48CC9
(212,140,201)
#D99ACF
(217,154,207)
#DEA8D5
(222,168,213)
#E3B6DB
(227,182,219)
#E8C4E1
(232,196,225)
#EDD2E7
(237,210,231)
#F2E0ED
(242,224,237)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C562B7 color. Also use rgb(197,98,183) instead hex code.

Text Font Color

.myTextColor { color: #C562B7; }

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

This text font color is #C562B7.


Background Color

.myBgColor { background-color: #C562B7; }

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

This div background color is #C562B7.


Border color

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

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

This div border color is #C562B7.


Opacity

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

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

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

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

This text has shadow with #C562B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C562B7 on black background.


Color preview on white background

This text has color #C562B7 on white background.



Black color preview on #C562B7 background

This text has black color on #C562B7 background.


White color preview on #C562B7 background

This text has white color on #C562B7 background.