COLOR #C482D5

HEX: #C482D5
RGB: (196,130,213)

Renk bilgisi

#C482D5 contains mainly red and blue colors. #C482D5 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C482D5 color RGB value is (196,130,213).

  • kırmız ton 196;
  • yeşil ton 130;
  • mavi ton 213.
RGB:
(196,130,213)
(77%,51%,84%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 130 of 255 = 51%
B 213 of 255 = 84%

196
130
213

R + G + B ~ 71%. #C482D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 130 + 213 = 539 (100%)
R 196 of 539 ~ 36.36%
G 130 of 539 ~ 24.12%
B 213 of 539 ~ 39.52%

%36.36
%24.12
%39.52

CMYK RENK MODELİ

#C482D5 rengi CMYK tonu (8,39,0,16).

  • camgöbeği tonu 7.98%
  • eflatun tonu 38.97%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(8,39,0,16)
C8M39Y0K16 
(8%,39%,0%,16%)
(0.08/0.39/0.00/0.16)	

CMYK yüzdeleri

%7.98
%38.97
%0
%16.47

Codes

Color #C482D5 in popluar color models

C482D5
RGB196130213
HSL288°49.70%67.25%
HSB/HSV288°38.97%83.53%
CMYK7.98%38.97%0.00%
16.47%

Color #C482D5 in popluar number systems.

HEXC482D5
Decimal196130213
Binary110001001000001011010101
Octal304202325

Shades and tints

Shades of #C482D5

#C482D5
(196,130,213)
#B377C2
(179,119,194)
#A26CAF
(162,108,175)
#91619C
(145,97,156)
#805689
(128,86,137)
#6F4B76
(111,75,118)
#5E4063
(94,64,99)
#4D3550
(77,53,80)
#3C2A3D
(60,42,61)
#2B1F2A
(43,31,42)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #C482D5

#C482D5
(196,130,213)
#C98DD8
(201,141,216)
#CE98DB
(206,152,219)
#D3A3DE
(211,163,222)
#D8AEE1
(216,174,225)
#DDB9E4
(221,185,228)
#E2C4E7
(226,196,231)
#E7CFEA
(231,207,234)
#ECDAED
(236,218,237)
#F1E5F0
(241,229,240)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C482D5 color. Also use rgb(196,130,213) instead hex code.

Text Font Color

.myTextColor { color: #C482D5; }

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

This text font color is #C482D5.


Background Color

.myBgColor { background-color: #C482D5; }

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

This div background color is #C482D5.


Border color

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

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

This div border color is #C482D5.


Opacity

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

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

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

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

This text has shadow with #C482D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C482D5 on black background.


Color preview on white background

This text has color #C482D5 on white background.



Black color preview on #C482D5 background

This text has black color on #C482D5 background.


White color preview on #C482D5 background

This text has white color on #C482D5 background.