#C680DB

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

Shades of Wisteria #C680DB

Tints of Wisteria #C680DB

Color information

#C680DB (or 0xC680DB) is unknown color: approx Wisteria. HEX triplet: C6, 80 and DB. RGB value is (198,128,219). Sum of RGB (Red+Green+Blue) = 198+128+219=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #C680DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680DB is #397F24. Grayscale: #9F9F9F. Windows color (decimal): -3768101 or 14385350. OLE color: 14385350.

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

Color convert

RGB198128219-
CMYK0.100.4200.14
HSL286.15º55.83%68.04%-
HSV(B)286.15º41.55%85.88%-
XYZ43.7932.5670.99-
YUV159.3161.69155.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.33%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=36.33%
G=23.49%
B=40.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981282190.100.4200.14286.1555.8368.04
HexC680DBA2A0E11e3844
Octal306200333125201643670104
Binary1100011010000000110110111010101010011101000111101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680DB; }

 p { color: rgb(198,128,219); }

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

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

 a { background-color: rgb(198,128,219); }

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

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

 span { border-color: rgb(198,128,219); }

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