COLOR #C773DB

HEX: #C773DB
RGB: (199,115,219)

Color info

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

RGB color model

#C773DB color RGB value is (199,115,219).

  • red value is 199;
  • green value is 115;
  • blue value is 219.
RGB:
(199,115,219)
(78%,45%,86%)

RGB channels and saturation

R 199 of 255 = 78%
G 115 of 255 = 45%
B 219 of 255 = 86%

199
115
219

R + G + B ~ 70%. #C773DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 115 + 219 = 533 (100%)
R 199 of 533 ~ 37.34%
G 115 of 533 ~ 21.58%
B 219 of 533 ~ 41.09%

%37.34
%21.58
%41.09

CMYK color model

#C773DB color CMYK value is (9,47,0,14).

  • cyan value is 9.13%
  • magenta value is 47.49%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(9,47,0,14)
C9M47Y0K14 
(9%,47%,0%,14%)
(0.09/0.47/0.00/0.14)	

CMYK percentages

%9.13
%47.49
%0
%14.12

Codes

Color #C773DB in popluar color models

C773DB
RGB199115219
HSL288°59.09%65.49%
HSB/HSV288°47.49%85.88%
CMYK9.13%47.49%0.00%
14.12%

Color #C773DB in popluar number systems.

HEXC773DB
Decimal199115219
Binary11000111111001111011011
Octal307163333

Shades and tints

Shades of #C773DB

#C773DB
(199,115,219)
#B569C8
(181,105,200)
#A35FB5
(163,95,181)
#9155A2
(145,85,162)
#7F4B8F
(127,75,143)
#6D417C
(109,65,124)
#5B3769
(91,55,105)
#492D56
(73,45,86)
#372343
(55,35,67)
#251930
(37,25,48)
#130F1D
(19,15,29)
#000000
(0,0,0)

Tints of #C773DB

#C773DB
(199,115,219)
#CC7FDE
(204,127,222)
#D18BE1
(209,139,225)
#D697E4
(214,151,228)
#DBA3E7
(219,163,231)
#E0AFEA
(224,175,234)
#E5BBED
(229,187,237)
#EAC7F0
(234,199,240)
#EFD3F3
(239,211,243)
#F4DFF6
(244,223,246)
#F9EBF9
(249,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C773DB color. Also use rgb(199,115,219) instead hex code.

Text Font Color

.myTextColor { color: #C773DB; }

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

This text font color is #C773DB.


Background Color

.myBgColor { background-color: #C773DB; }

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

This div background color is #C773DB.


Border color

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

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

This div border color is #C773DB.


Opacity

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

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

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

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

This text has shadow with #C773DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C773DB on black background.


Color preview on white background

This text has color #C773DB on white background.



Black color preview on #C773DB background

This text has black color on #C773DB background.


White color preview on #C773DB background

This text has white color on #C773DB background.