COLOR #C864BD

HEX: #C864BD
RGB: (200,100,189)

Color info

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

RGB color model

#C864BD color RGB value is (200,100,189).

  • red value is 200;
  • green value is 100;
  • blue value is 189.
RGB:
(200,100,189)
(78%,39%,74%)

RGB channels and saturation

R 200 of 255 = 78%
G 100 of 255 = 39%
B 189 of 255 = 74%

200
100
189

R + G + B ~ 64%. #C864BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 100 + 189 = 489 (100%)
R 200 of 489 ~ 40.9%
G 100 of 489 ~ 20.45%
B 189 of 489 ~ 38.65%

%40.9
%20.45
%38.65

CMYK color model

#C864BD color CMYK value is (0,50,5,22).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 5.50%
  • key color value is 21.57%
CMYK:
(0,50,5,22)
C0M50Y5K22 
(0%,50%,5%,22%)
(0.00/0.50/0.05/0.22)	

CMYK percentages

%0
%50
%5.5
%21.57

Codes

Color #C864BD in popluar color models

C864BD
RGB200100189
HSL307°47.62%58.82%
HSB/HSV307°50.00%78.43%
CMYK0.00%50.00%5.50%
21.57%

Color #C864BD in popluar number systems.

HEXC864BD
Decimal200100189
Binary11001000110010010111101
Octal310144275

Shades and tints

Shades of #C864BD

#C864BD
(200,100,189)
#B65BAC
(182,91,172)
#A4529B
(164,82,155)
#92498A
(146,73,138)
#804079
(128,64,121)
#6E3768
(110,55,104)
#5C2E57
(92,46,87)
#4A2546
(74,37,70)
#381C35
(56,28,53)
#261324
(38,19,36)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #C864BD

#C864BD
(200,100,189)
#CD72C3
(205,114,195)
#D280C9
(210,128,201)
#D78ECF
(215,142,207)
#DC9CD5
(220,156,213)
#E1AADB
(225,170,219)
#E6B8E1
(230,184,225)
#EBC6E7
(235,198,231)
#F0D4ED
(240,212,237)
#F5E2F3
(245,226,243)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C864BD color. Also use rgb(200,100,189) instead hex code.

Text Font Color

.myTextColor { color: #C864BD; }

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

This text font color is #C864BD.


Background Color

.myBgColor { background-color: #C864BD; }

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

This div background color is #C864BD.


Border color

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

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

This div border color is #C864BD.


Opacity

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

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

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

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

This text has shadow with #C864BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C864BD on black background.


Color preview on white background

This text has color #C864BD on white background.



Black color preview on #C864BD background

This text has black color on #C864BD background.


White color preview on #C864BD background

This text has white color on #C864BD background.