COLOR #C778DE

HEX: #C778DE
RGB: (199,120,222)

Color info

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

RGB color model

#C778DE color RGB value is (199,120,222).

  • red value is 199;
  • green value is 120;
  • blue value is 222.
RGB:
(199,120,222)
(78%,47%,87%)

RGB channels and saturation

R 199 of 255 = 78%
G 120 of 255 = 47%
B 222 of 255 = 87%

199
120
222

R + G + B ~ 71%. #C778DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 120 + 222 = 541 (100%)
R 199 of 541 ~ 36.78%
G 120 of 541 ~ 22.18%
B 222 of 541 ~ 41.04%

%36.78
%22.18
%41.04

CMYK color model

#C778DE color CMYK value is (10,46,0,13).

  • cyan value is 10.36%
  • magenta value is 45.95%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(10,46,0,13)
C10M46Y0K13 
(10%,46%,0%,13%)
(0.10/0.46/0.00/0.13)	

CMYK percentages

%10.36
%45.95
%0
%12.94

Codes

Color #C778DE in popluar color models

C778DE
RGB199120222
HSL286°60.71%67.06%
HSB/HSV286°45.95%87.06%
CMYK10.36%45.95%0.00%
12.94%

Color #C778DE in popluar number systems.

HEXC778DE
Decimal199120222
Binary11000111111100011011110
Octal307170336

Shades and tints

Shades of #C778DE

#C778DE
(199,120,222)
#B56ECA
(181,110,202)
#A364B6
(163,100,182)
#915AA2
(145,90,162)
#7F508E
(127,80,142)
#6D467A
(109,70,122)
#5B3C66
(91,60,102)
#493252
(73,50,82)
#37283E
(55,40,62)
#251E2A
(37,30,42)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #C778DE

#C778DE
(199,120,222)
#CC84E1
(204,132,225)
#D190E4
(209,144,228)
#D69CE7
(214,156,231)
#DBA8EA
(219,168,234)
#E0B4ED
(224,180,237)
#E5C0F0
(229,192,240)
#EACCF3
(234,204,243)
#EFD8F6
(239,216,246)
#F4E4F9
(244,228,249)
#F9F0FC
(249,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C778DE color. Also use rgb(199,120,222) instead hex code.

Text Font Color

.myTextColor { color: #C778DE; }

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

This text font color is #C778DE.


Background Color

.myBgColor { background-color: #C778DE; }

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

This div background color is #C778DE.


Border color

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

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

This div border color is #C778DE.


Opacity

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

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

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

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

This text has shadow with #C778DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C778DE on black background.


Color preview on white background

This text has color #C778DE on white background.



Black color preview on #C778DE background

This text has black color on #C778DE background.


White color preview on #C778DE background

This text has white color on #C778DE background.