COLOR #C788FB

HEX: #C788FB
RGB: (199,136,251)

Color info

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

RGB color model

#C788FB color RGB value is (199,136,251).

  • red value is 199;
  • green value is 136;
  • blue value is 251.
RGB:
(199,136,251)
(78%,53%,98%)

RGB channels and saturation

R 199 of 255 = 78%
G 136 of 255 = 53%
B 251 of 255 = 98%

199
136
251

R + G + B ~ 76%. #C788FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 136 + 251 = 586 (100%)
R 199 of 586 ~ 33.96%
G 136 of 586 ~ 23.21%
B 251 of 586 ~ 42.83%

%33.96
%23.21
%42.83

CMYK color model

#C788FB color CMYK value is (21,46,0,2).

  • cyan value is 20.72%
  • magenta value is 45.82%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(21,46,0,2)
C21M46Y0K2 
(21%,46%,0%,2%)
(0.21/0.46/0.00/0.02)	

CMYK percentages

%20.72
%45.82
%0
%1.57

Codes

Color #C788FB in popluar color models

C788FB
RGB199136251
HSL273°93.50%75.88%
HSB/HSV273°45.82%98.43%
CMYK20.72%45.82%0.00%
1.57%

Color #C788FB in popluar number systems.

HEXC788FB
Decimal199136251
Binary110001111000100011111011
Octal307210373

Shades and tints

Shades of #C788FB

#C788FB
(199,136,251)
#B57CE5
(181,124,229)
#A370CF
(163,112,207)
#9164B9
(145,100,185)
#7F58A3
(127,88,163)
#6D4C8D
(109,76,141)
#5B4077
(91,64,119)
#493461
(73,52,97)
#37284B
(55,40,75)
#251C35
(37,28,53)
#13101F
(19,16,31)
#000000
(0,0,0)

Tints of #C788FB

#C788FB
(199,136,251)
#CC92FB
(204,146,251)
#D19CFB
(209,156,251)
#D6A6FB
(214,166,251)
#DBB0FB
(219,176,251)
#E0BAFB
(224,186,251)
#E5C4FB
(229,196,251)
#EACEFB
(234,206,251)
#EFD8FB
(239,216,251)
#F4E2FB
(244,226,251)
#F9ECFB
(249,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C788FB color. Also use rgb(199,136,251) instead hex code.

Text Font Color

.myTextColor { color: #C788FB; }

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

This text font color is #C788FB.


Background Color

.myBgColor { background-color: #C788FB; }

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

This div background color is #C788FB.


Border color

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

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

This div border color is #C788FB.


Opacity

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

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

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

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

This text has shadow with #C788FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C788FB on black background.


Color preview on white background

This text has color #C788FB on white background.



Black color preview on #C788FB background

This text has black color on #C788FB background.


White color preview on #C788FB background

This text has white color on #C788FB background.