COLOR #C890E8

HEX: #C890E8
RGB: (200,144,232)

Color info

#C890E8 contains mainly red and blue colors. Web safe color of #C890E8 is #CC99FF (or #C9F).

RGB color model

#C890E8 color RGB value is (200,144,232).

  • red value is 200;
  • green value is 144;
  • blue value is 232.
RGB:
(200,144,232)
(78%,56%,91%)

RGB channels and saturation

R 200 of 255 = 78%
G 144 of 255 = 56%
B 232 of 255 = 91%

200
144
232

R + G + B ~ 75%. #C890E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 144 + 232 = 576 (100%)
R 200 of 576 ~ 34.72%
G 144 of 576 ~ 25%
B 232 of 576 ~ 40.28%

%34.72
%25
%40.28

CMYK color model

#C890E8 color CMYK value is (14,38,0,9).

  • cyan value is 13.79%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(14,38,0,9)
C14M38Y0K9 
(14%,38%,0%,9%)
(0.14/0.38/0.00/0.09)	

CMYK percentages

%13.79
%37.93
%0
%9.02

Codes

Color #C890E8 in popluar color models

C890E8
RGB200144232
HSL278°65.67%73.73%
HSB/HSV278°37.93%90.98%
CMYK13.79%37.93%0.00%
9.02%

Color #C890E8 in popluar number systems.

HEXC890E8
Decimal200144232
Binary110010001001000011101000
Octal310220350

Shades and tints

Shades of #C890E8

#C890E8
(200,144,232)
#B683D3
(182,131,211)
#A476BE
(164,118,190)
#9269A9
(146,105,169)
#805C94
(128,92,148)
#6E4F7F
(110,79,127)
#5C426A
(92,66,106)
#4A3555
(74,53,85)
#382840
(56,40,64)
#261B2B
(38,27,43)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #C890E8

#C890E8
(200,144,232)
#CD9AEA
(205,154,234)
#D2A4EC
(210,164,236)
#D7AEEE
(215,174,238)
#DCB8F0
(220,184,240)
#E1C2F2
(225,194,242)
#E6CCF4
(230,204,244)
#EBD6F6
(235,214,246)
#F0E0F8
(240,224,248)
#F5EAFA
(245,234,250)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C890E8 color. Also use rgb(200,144,232) instead hex code.

Text Font Color

.myTextColor { color: #C890E8; }

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

This text font color is #C890E8.


Background Color

.myBgColor { background-color: #C890E8; }

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

This div background color is #C890E8.


Border color

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

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

This div border color is #C890E8.


Opacity

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

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

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

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

This text has shadow with #C890E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C890E8 on black background.


Color preview on white background

This text has color #C890E8 on white background.



Black color preview on #C890E8 background

This text has black color on #C890E8 background.


White color preview on #C890E8 background

This text has white color on #C890E8 background.