#C682DC

Color #C682DC Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C682DC

Tints of Wisteria #C682DC

Color information

#C682DC (or 0xC682DC) is unknown color: approx Wisteria. HEX triplet: C6, 82 and DC. RGB value is (198,130,220). Sum of RGB (Red+Green+Blue) = 198+130+220=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C682DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682DC is #397D23. Grayscale: #A0A0A0. Windows color (decimal): -3767588 or 14451398. OLE color: 14451398.

HSL color Cylindrical-coordinate representation of color #C682DC: hue angle of 285.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C682DC is Cyan = 0.1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198130220-
CMYK0.10.4100.14
HSL285.33º56.25%68.63%-
HSV(B)285.33º40.91%86.27%-
XYZ44.1933.1471.78-
YUV160.59161.53154.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 36.13%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=36.13%
G=23.72%
B=40.15%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981302200.10.4100.14285.3356.2568.63
HexC682DCA290E11d3845
Octal306202334125101643570105
Binary1100011010000010110111001010101001011101000111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C682DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C682DC; }

 p { color: rgb(198,130,220); }

 H1.HeaderClassName
 {
   color: #C682DC;
 }
 .AnyTagClassName
 {
   color: #C682DC;
 }
</style>
background-color css

<style>
 a { background-color: #C682DC; }

 a { background-color: rgb(198,130,220); }

 div.DivClassName
 {
   background-color: #C682DC;
 }
 .BgClassName
 {
   background-color: #C682DC;
 }
</style>
border-color css

<style>
 span { border-color: #C682DC; }

 span { border-color: rgb(198,130,220); }

 td.TdClassName
 {
   border-color: #C682DC;
 }
 .TagClassName
 {
   border-color: #C682DC;
 }
</style>