COLOR #C768C5

HEX: #C768C5 RGB: (199,104,197)

Color info

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

RGB color model

#C768C5 color RGB value is (199,104,197).

RGB: (199,104,197) (78%, 41%, 77%)

RGB channels and saturation

R 199 of 255 = 78%
G 104 of 255 = 41%
B 197 of 255 = 77%

199
104
197

R + G + B ~ 65%. #C768C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 104 + 197 = 500 (100%)
R 199 of 500 ~ 39.8%
G 104 of 500 ~ 20.8%
B 197 of 500 ~ 39.4'%

%39.8
%20.8
%39.4

CMYK color model

#C768C5 color CMYK value is (0,48,1,22).

  • cyan value is 0.00%
  • magenta value is 47.74%
  • yellow value is 1.01%
  • key color value is 21.96%

CMYK: (0,48,1,22)
C0M48Y1K22 (0%, 48%, 1%, 22%)
(0.00 / 0.48 / 0.01 / 0.22)

CMYK percentages

%0
%47.74
%1.01
%21.96

Codes

Color #C768C5 in popluar color models

C7 68 C5
RGB 199 104 197
HSL 301° 45.89% 59.41%
HSB/HSV 301° 47.74% 78.04%
CMYK 0.00% 47.74% 1.01%
21.96%

Color #C768C5 in popluar number systems.

HEX C7 68 C5
Decimal 199 104 197
Binary 11000111 1101000 11000101
Octal 307 150 305

Shades and tints

Shades of #C768C5

#C768C5
(199,104,197)
#B55FB4
(181,95,180)
#A356A3
(163,86,163)
#914D92
(145,77,146)
#7F4481
(127,68,129)
#6D3B70
(109,59,112)
#5B325F
(91,50,95)
#49294E
(73,41,78)
#37203D
(55,32,61)
#25172C
(37,23,44)
#130E1B
(19,14,27)
#000000
(0,0,0)

Tints of #C768C5

#C768C5
(199,104,197)
#CC75CA
(204,117,202)
#D182CF
(209,130,207)
#D68FD4
(214,143,212)
#DB9CD9
(219,156,217)
#E0A9DE
(224,169,222)
#E5B6E3
(229,182,227)
#EAC3E8
(234,195,232)
#EFD0ED
(239,208,237)
#F4DDF2
(244,221,242)
#F9EAF7
(249,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C768C5 color. Also use rgb(199,104,197) instead hex code.

Text Font Color

.myTextColor { color: #C768C5; }

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

This text font color is #C768C5.

Background Color

.myBgColor { background-color: #C768C5; }

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

This div background color is #C768C5.

Border color

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

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

This div border color is #C768C5.

Opacity

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

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

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

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

This text has shadow with #C768C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C768C5.

Preview

Color preview on black background

This text has color #C768C5 on black background.


Color preview on white background

This text has color #C768C5 on white background.


Black color preview on #C768C5 background

This text has black color on #C768C5 background.


White color preview on #C768C5 background

This text has white color on #C768C5 background.


Related colors

Complementary color

Complementary color for #hex is #38973A.


I love getcolorcode.com

Triadic colors

1 #C5C768 and #68C5C7 with #C768C5 are triadic colors.

2 #C568C7 and #68C7C5 with #C768C5 are triadic colors.