COLOR #C893DC

HEX: #C893DC
RGB: (200,147,220)

Renk bilgisi

#C893DC contains mainly red and blue colors. #C893DC ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C893DC color RGB value is (200,147,220).

  • kırmız ton 200;
  • yeşil ton 147;
  • mavi ton 220.
RGB:
(200,147,220)
(78%,58%,86%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 147 of 255 = 58%
B 220 of 255 = 86%

200
147
220

R + G + B ~ 74%. #C893DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 147 + 220 = 567 (100%)
R 200 of 567 ~ 35.27%
G 147 of 567 ~ 25.93%
B 220 of 567 ~ 38.8%

%35.27
%25.93
%38.8

CMYK RENK MODELİ

#C893DC rengi CMYK tonu (9,33,0,14).

  • camgöbeği tonu 9.09%
  • eflatun tonu 33.18%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(9,33,0,14)
C9M33Y0K14 
(9%,33%,0%,14%)
(0.09/0.33/0.00/0.14)	

CMYK yüzdeleri

%9.09
%33.18
%0
%13.73

Codes

Color #C893DC in popluar color models

C893DC
RGB200147220
HSL284°51.05%71.96%
HSB/HSV284°33.18%86.27%
CMYK9.09%33.18%0.00%
13.73%

Color #C893DC in popluar number systems.

HEXC893DC
Decimal200147220
Binary110010001001001111011100
Octal310223334

Shades and tints

Shades of #C893DC

#C893DC
(200,147,220)
#B686C8
(182,134,200)
#A479B4
(164,121,180)
#926CA0
(146,108,160)
#805F8C
(128,95,140)
#6E5278
(110,82,120)
#5C4564
(92,69,100)
#4A3850
(74,56,80)
#382B3C
(56,43,60)
#261E28
(38,30,40)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #C893DC

#C893DC
(200,147,220)
#CD9CDF
(205,156,223)
#D2A5E2
(210,165,226)
#D7AEE5
(215,174,229)
#DCB7E8
(220,183,232)
#E1C0EB
(225,192,235)
#E6C9EE
(230,201,238)
#EBD2F1
(235,210,241)
#F0DBF4
(240,219,244)
#F5E4F7
(245,228,247)
#FAEDFA
(250,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C893DC color. Also use rgb(200,147,220) instead hex code.

Text Font Color

.myTextColor { color: #C893DC; }

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

This text font color is #C893DC.


Background Color

.myBgColor { background-color: #C893DC; }

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

This div background color is #C893DC.


Border color

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

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

This div border color is #C893DC.


Opacity

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

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

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

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

This text has shadow with #C893DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C893DC on black background.


Color preview on white background

This text has color #C893DC on white background.



Black color preview on #C893DC background

This text has black color on #C893DC background.


White color preview on #C893DC background

This text has white color on #C893DC background.