#C680DD

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

Shades of Wisteria #C680DD

Tints of Wisteria #C680DD

Color information

#C680DD (or 0xC680DD) is unknown color: approx Wisteria. HEX triplet: C6, 80 and DD. RGB value is (198,128,221). Sum of RGB (Red+Green+Blue) = 198+128+221=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #C680DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680DD is #397F22. Grayscale: #9F9F9F. Windows color (decimal): -3768099 or 14516422. OLE color: 14516422.

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

Color convert

RGB198128221-
CMYK0.100.4200.13
HSL285.16º57.76%68.43%-
HSV(B)285.16º42.08%86.67%-
XYZ44.0632.6672.39-
YUV159.53162.69155.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.20%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=36.20%
G=23.40%
B=40.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981282210.100.4200.13285.1657.7668.43
HexC680DDA2A0D11d3a44
Octal306200335125201543572104
Binary1100011010000000110111011010101010011011000111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680DD; }

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

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

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

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

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

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

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

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