COLOR #C85ADD

HEX: #C85ADD RGB: (200,90,221)

Renk bilgisi

#C85ADD contains mainly red and blue colors. #C85ADD ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#C85ADD color RGB value is (200,90,221).

RGB: (200,90,221) (78%, 35%, 87%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 90 of 255 = 35%
B 221 of 255 = 87%

200
90
221

R + G + B ~ 67%. #C85ADD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 200 + 90 + 221 = 511 (100%)
R 200 of 511 ~ 39.14%
G 90 of 511 ~ 17.61%
B 221 of 511 ~ 43.25'%

%39.14
%17.61
%43.25

CMYK RENK MODELİ

#C85ADD rengi CMYK tonu (10,59,0,13).

  • camgöbeği tonu 9.50%
  • eflatun tonu 59.28%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%

CMYK: (10,59,0,13)
C10M59Y0K13 (10%, 59%, 0%, 13%)
(0.10 / 0.59 / 0.00 / 0.13)

CMYK yüzdeleri

%9.5
%59.28
%0
%13.33

Codes

Color #C85ADD in popluar color models

C8 5A DD
RGB 200 90 221
HSL 290° 65.83% 60.98%
HSB/HSV 290° 59.28% 86.67%
CMYK 9.50% 59.28% 0.00%
13.33%

Color #C85ADD in popluar number systems.

HEX C8 5A DD
Decimal 200 90 221
Binary 11001000 1011010 11011101
Octal 310 132 335

Shades and tints

Shades of #C85ADD

#C85ADD
(200,90,221)
#B652C9
(182,82,201)
#A44AB5
(164,74,181)
#9242A1
(146,66,161)
#803A8D
(128,58,141)
#6E3279
(110,50,121)
#5C2A65
(92,42,101)
#4A2251
(74,34,81)
#381A3D
(56,26,61)
#261229
(38,18,41)
#140A15
(20,10,21)
#000000
(0,0,0)

Tints of #C85ADD

#C85ADD
(200,90,221)
#CD69E0
(205,105,224)
#D278E3
(210,120,227)
#D787E6
(215,135,230)
#DC96E9
(220,150,233)
#E1A5EC
(225,165,236)
#E6B4EF
(230,180,239)
#EBC3F2
(235,195,242)
#F0D2F5
(240,210,245)
#F5E1F8
(245,225,248)
#FAF0FB
(250,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C85ADD color. Also use rgb(200,90,221) instead hex code.

Text Font Color

.myTextColor { color: #C85ADD; }

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

This text font color is #C85ADD.

Background Color

.myBgColor { background-color: #C85ADD; }

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

This div background color is #C85ADD.

Border color

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

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

This div border color is #C85ADD.

Opacity

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

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

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

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

This text has shadow with #C85ADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C85ADD.

Preview

Color preview on black background

This text has color #C85ADD on black background.


Color preview on white background

This text has color #C85ADD on white background.


Black color preview on #C85ADD background

This text has black color on #C85ADD background.


White color preview on #C85ADD background

This text has white color on #C85ADD background.


Related colors

Complementary color

Complementary color for #hex is #37A522.


I love getcolorcode.com

Triadic colors

1 #DDC85A and #5ADDC8 with #C85ADD are triadic colors.

2 #DD5AC8 and #5AC8DD with #C85ADD are triadic colors.