COLOR #C863C6

HEX: #C863C6
RGB: (200,99,198)

Renk bilgisi

#C863C6 contains mainly red and blue colors. #C863C6 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#C863C6 color RGB value is (200,99,198).

  • kırmız ton 200;
  • yeşil ton 99;
  • mavi ton 198.
RGB:
(200,99,198)
(78%,39%,78%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 99 of 255 = 39%
B 198 of 255 = 78%

200
99
198

R + G + B ~ 65%. #C863C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 99 + 198 = 497 (100%)
R 200 of 497 ~ 40.24%
G 99 of 497 ~ 19.92%
B 198 of 497 ~ 39.84%

%40.24
%19.92
%39.84

CMYK RENK MODELİ

#C863C6 rengi CMYK tonu (0,51,1,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.50%
  • sarı tonu 1.00%
  • ana renk tonu 21.57%
CMYK:
(0,51,1,22)
C0M51Y1K22 
(0%,51%,1%,22%)
(0.00/0.51/0.01/0.22)	

CMYK yüzdeleri

%0
%50.5
%1
%21.57

Codes

Color #C863C6 in popluar color models

C863C6
RGB20099198
HSL301°47.87%58.63%
HSB/HSV301°50.50%78.43%
CMYK0.00%50.50%1.00%
21.57%

Color #C863C6 in popluar number systems.

HEXC863C6
Decimal20099198
Binary11001000110001111000110
Octal310143306

Shades and tints

Shades of #C863C6

#C863C6
(200,99,198)
#B65AB4
(182,90,180)
#A451A2
(164,81,162)
#924890
(146,72,144)
#803F7E
(128,63,126)
#6E366C
(110,54,108)
#5C2D5A
(92,45,90)
#4A2448
(74,36,72)
#381B36
(56,27,54)
#261224
(38,18,36)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #C863C6

#C863C6
(200,99,198)
#CD71CB
(205,113,203)
#D27FD0
(210,127,208)
#D78DD5
(215,141,213)
#DC9BDA
(220,155,218)
#E1A9DF
(225,169,223)
#E6B7E4
(230,183,228)
#EBC5E9
(235,197,233)
#F0D3EE
(240,211,238)
#F5E1F3
(245,225,243)
#FAEFF8
(250,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C863C6 color. Also use rgb(200,99,198) instead hex code.

Text Font Color

.myTextColor { color: #C863C6; }

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

This text font color is #C863C6.


Background Color

.myBgColor { background-color: #C863C6; }

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

This div background color is #C863C6.


Border color

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

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

This div border color is #C863C6.


Opacity

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

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

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

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

This text has shadow with #C863C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C863C6 on black background.


Color preview on white background

This text has color #C863C6 on white background.



Black color preview on #C863C6 background

This text has black color on #C863C6 background.


White color preview on #C863C6 background

This text has white color on #C863C6 background.