COLOR #C975D8

HEX: #C975D8 RGB: (201,117,216)

Color info

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

RGB color model

#C975D8 color RGB value is (201,117,216).

RGB: (201,117,216) (79%, 46%, 85%)

RGB channels and saturation

R 201 of 255 = 79%
G 117 of 255 = 46%
B 216 of 255 = 85%

201
117
216

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

Portions of RGB colors in percentages

R + G + B = 201 + 117 + 216 = 534 (100%)
R 201 of 534 ~ 37.64%
G 117 of 534 ~ 21.91%
B 216 of 534 ~ 40.45'%

%37.64
%21.91
%40.45

CMYK color model

#C975D8 color CMYK value is (7,46,0,15).

  • cyan value is 6.94%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (7,46,0,15)
C7M46Y0K15 (7%, 46%, 0%, 15%)
(0.07 / 0.46 / 0.00 / 0.15)

CMYK percentages

%6.94
%45.83
%0
%15.29

Codes

Color #C975D8 in popluar color models

C9 75 D8
RGB 201 117 216
HSL 291° 55.93% 65.29%
HSB/HSV 291° 45.83% 84.71%
CMYK 6.94% 45.83% 0.00%
15.29%

Color #C975D8 in popluar number systems.

HEX C9 75 D8
Decimal 201 117 216
Binary 11001001 1110101 11011000
Octal 311 165 330

Shades and tints

Shades of #C975D8

#C975D8
(201,117,216)
#B76BC5
(183,107,197)
#A561B2
(165,97,178)
#93579F
(147,87,159)
#814D8C
(129,77,140)
#6F4379
(111,67,121)
#5D3966
(93,57,102)
#4B2F53
(75,47,83)
#392540
(57,37,64)
#271B2D
(39,27,45)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #C975D8

#C975D8
(201,117,216)
#CD81DB
(205,129,219)
#D18DDE
(209,141,222)
#D599E1
(213,153,225)
#D9A5E4
(217,165,228)
#DDB1E7
(221,177,231)
#E1BDEA
(225,189,234)
#E5C9ED
(229,201,237)
#E9D5F0
(233,213,240)
#EDE1F3
(237,225,243)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C975D8 color. Also use rgb(201,117,216) instead hex code.

Text Font Color

.myTextColor { color: #C975D8; }

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

This text font color is #C975D8.

Background Color

.myBgColor { background-color: #C975D8; }

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

This div background color is #C975D8.

Border color

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

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

This div border color is #C975D8.

Opacity

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

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

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

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

This text has shadow with #C975D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C975D8.

Preview

Color preview on black background

This text has color #C975D8 on black background.


Color preview on white background

This text has color #C975D8 on white background.


Black color preview on #C975D8 background

This text has black color on #C975D8 background.


White color preview on #C975D8 background

This text has white color on #C975D8 background.


Related colors

Complementary color

Complementary color for #hex is #368A27.


I love getcolorcode.com

Triadic colors

1 #D8C975 and #75D8C9 with #C975D8 are triadic colors.

2 #D875C9 and #75C9D8 with #C975D8 are triadic colors.