COLOR #C887E4

HEX: #C887E4
RGB: (200,135,228)

Renk bilgisi

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

RGB renk modeli

#C887E4 color RGB value is (200,135,228).

  • kırmız ton 200;
  • yeşil ton 135;
  • mavi ton 228.
RGB:
(200,135,228)
(78%,53%,89%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 135 of 255 = 53%
B 228 of 255 = 89%

200
135
228

R + G + B ~ 73%. #C887E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 135 + 228 = 563 (100%)
R 200 of 563 ~ 35.52%
G 135 of 563 ~ 23.98%
B 228 of 563 ~ 40.5%

%35.52
%23.98
%40.5

CMYK RENK MODELİ

#C887E4 rengi CMYK tonu (12,41,0,11).

  • camgöbeği tonu 12.28%
  • eflatun tonu 40.79%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(12,41,0,11)
C12M41Y0K11 
(12%,41%,0%,11%)
(0.12/0.41/0.00/0.11)	

CMYK yüzdeleri

%12.28
%40.79
%0
%10.59

Codes

Color #C887E4 in popluar color models

C887E4
RGB200135228
HSL282°63.27%71.18%
HSB/HSV282°40.79%89.41%
CMYK12.28%40.79%0.00%
10.59%

Color #C887E4 in popluar number systems.

HEXC887E4
Decimal200135228
Binary110010001000011111100100
Octal310207344

Shades and tints

Shades of #C887E4

#C887E4
(200,135,228)
#B67BD0
(182,123,208)
#A46FBC
(164,111,188)
#9263A8
(146,99,168)
#805794
(128,87,148)
#6E4B80
(110,75,128)
#5C3F6C
(92,63,108)
#4A3358
(74,51,88)
#382744
(56,39,68)
#261B30
(38,27,48)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #C887E4

#C887E4
(200,135,228)
#CD91E6
(205,145,230)
#D29BE8
(210,155,232)
#D7A5EA
(215,165,234)
#DCAFEC
(220,175,236)
#E1B9EE
(225,185,238)
#E6C3F0
(230,195,240)
#EBCDF2
(235,205,242)
#F0D7F4
(240,215,244)
#F5E1F6
(245,225,246)
#FAEBF8
(250,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C887E4 color. Also use rgb(200,135,228) instead hex code.

Text Font Color

.myTextColor { color: #C887E4; }

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

This text font color is #C887E4.


Background Color

.myBgColor { background-color: #C887E4; }

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

This div background color is #C887E4.


Border color

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

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

This div border color is #C887E4.


Opacity

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

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

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

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

This text has shadow with #C887E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C887E4 on black background.


Color preview on white background

This text has color #C887E4 on white background.



Black color preview on #C887E4 background

This text has black color on #C887E4 background.


White color preview on #C887E4 background

This text has white color on #C887E4 background.