COLOR #C690DC

HEX: #C690DC
RGB: (198,144,220)

Renk bilgisi

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

RGB renk modeli

#C690DC color RGB value is (198,144,220).

  • kırmız ton 198;
  • yeşil ton 144;
  • mavi ton 220.
RGB:
(198,144,220)
(78%,56%,86%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 144 of 255 = 56%
B 220 of 255 = 86%

198
144
220

R + G + B ~ 73%. #C690DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 144 + 220 = 562 (100%)
R 198 of 562 ~ 35.23%
G 144 of 562 ~ 25.62%
B 220 of 562 ~ 39.15%

%35.23
%25.62
%39.15

CMYK RENK MODELİ

#C690DC rengi CMYK tonu (10,35,0,14).

  • camgöbeği tonu 10.00%
  • eflatun tonu 34.55%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(10,35,0,14)
C10M35Y0K14 
(10%,35%,0%,14%)
(0.10/0.35/0.00/0.14)	

CMYK yüzdeleri

%10
%34.55
%0
%13.73

Codes

Color #C690DC in popluar color models

C690DC
RGB198144220
HSL283°52.05%71.37%
HSB/HSV283°34.55%86.27%
CMYK10.00%34.55%0.00%
13.73%

Color #C690DC in popluar number systems.

HEXC690DC
Decimal198144220
Binary110001101001000011011100
Octal306220334

Shades and tints

Shades of #C690DC

#C690DC
(198,144,220)
#B483C8
(180,131,200)
#A276B4
(162,118,180)
#9069A0
(144,105,160)
#7E5C8C
(126,92,140)
#6C4F78
(108,79,120)
#5A4264
(90,66,100)
#483550
(72,53,80)
#36283C
(54,40,60)
#241B28
(36,27,40)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #C690DC

#C690DC
(198,144,220)
#CB9ADF
(203,154,223)
#D0A4E2
(208,164,226)
#D5AEE5
(213,174,229)
#DAB8E8
(218,184,232)
#DFC2EB
(223,194,235)
#E4CCEE
(228,204,238)
#E9D6F1
(233,214,241)
#EEE0F4
(238,224,244)
#F3EAF7
(243,234,247)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C690DC color. Also use rgb(198,144,220) instead hex code.

Text Font Color

.myTextColor { color: #C690DC; }

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

This text font color is #C690DC.


Background Color

.myBgColor { background-color: #C690DC; }

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

This div background color is #C690DC.


Border color

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

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

This div border color is #C690DC.


Opacity

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

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

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

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

This text has shadow with #C690DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C690DC on black background.


Color preview on white background

This text has color #C690DC on white background.



Black color preview on #C690DC background

This text has black color on #C690DC background.


White color preview on #C690DC background

This text has white color on #C690DC background.